FreeBASIC  0.91.0
io_printer.c File Reference
#include "../fb.h"
Include dependency graph for io_printer.c:

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)
 

Function Documentation

int fb_PrinterClose ( DEV_LPT_INFO devInfo)

Definition at line 57 of file io_printer.c.

Here is the caller graph for this function:

int fb_PrinterOpen ( DEV_LPT_INFO devInfo,
int  iPort,
const char *  pszDevice 
)

Definition at line 7 of file io_printer.c.

Here is the caller graph for this function:

int fb_PrinterWrite ( DEV_LPT_INFO devInfo,
const void *  data,
size_t  length 
)

Definition at line 34 of file io_printer.c.

Here is the caller graph for this function:

int fb_PrinterWriteWstr ( DEV_LPT_INFO devInfo,
const FB_WCHAR data,
size_t  length 
)

Definition at line 43 of file io_printer.c.

Here is the caller graph for this function: