FreeBASIC
0.91.0
|
#include "../fb.h"
Go to the source code of this file.
Functions | |
int | fb_PrinterOpen (DEV_LPT_INFO *devInfo, int iPort, const char *pszDevice) |
int | fb_PrinterWrite (DEV_LPT_INFO *devInfo, const void *data, size_t length) |
int | fb_PrinterWriteWstr (DEV_LPT_INFO *devInfo, const FB_WCHAR *data, size_t length) |
int | fb_PrinterClose (DEV_LPT_INFO *devInfo) |
int fb_PrinterClose | ( | DEV_LPT_INFO * | devInfo) |
int fb_PrinterOpen | ( | DEV_LPT_INFO * | devInfo, |
int | iPort, | ||
const char * | pszDevice | ||
) |
int fb_PrinterWrite | ( | DEV_LPT_INFO * | devInfo, |
const void * | data, | ||
size_t | length | ||
) |
int fb_PrinterWriteWstr | ( | DEV_LPT_INFO * | devInfo, |
const FB_WCHAR * | data, | ||
size_t | length | ||
) |