|
FreeBASIC
0.91.0
|
#include "../fb.h"
Go to the source code of this file.
Functions | |
| static int | exec_lp_cmd (const char *cmd, int test_default) |
| int | fb_PrinterOpen (DEV_LPT_INFO *devInfo, int iPort, const char *pszDeviceRaw) |
| int | fb_PrinterWrite (DEV_LPT_INFO *devInfo, const void *data, size_t length) |
| int | fb_PrinterWriteWstr (DEV_LPT_INFO *devInfo, const FB_WCHAR *buffer, size_t chars) |
| int | fb_PrinterClose (DEV_LPT_INFO *devInfo) |
Variables | |
| static char | lp_buf [256] |
|
static |
| int fb_PrinterClose | ( | DEV_LPT_INFO * | devInfo) |
| int fb_PrinterOpen | ( | DEV_LPT_INFO * | devInfo, |
| int | iPort, | ||
| const char * | pszDeviceRaw | ||
| ) |
| int fb_PrinterWrite | ( | DEV_LPT_INFO * | devInfo, |
| const void * | data, | ||
| size_t | length | ||
| ) |
| int fb_PrinterWriteWstr | ( | DEV_LPT_INFO * | devInfo, |
| const FB_WCHAR * | buffer, | ||
| size_t | chars | ||
| ) |
|
static |
Definition at line 7 of file io_printer.c.