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

Go to the source code of this file.

Functions

static void close_printer_handle (void)
 
int fb_LPrintInit (void)
 
FBCALL int fb_FileOpenLpt (FBSTRING *str_filename, unsigned int mode, unsigned int access, unsigned int lock, int fnum, int len, const char *encoding)
 

Variables

static const char * pszPrinterDev = "LPT1:"
 

Function Documentation

static void close_printer_handle ( void  )
static

Definition at line 5 of file file_openlpt.c.

Here is the caller graph for this function:

FBCALL int fb_FileOpenLpt ( FBSTRING str_filename,
unsigned int  mode,
unsigned int  access,
unsigned int  lock,
int  fnum,
int  len,
const char *  encoding 
)

Definition at line 41 of file file_openlpt.c.

Here is the call graph for this function:

int fb_LPrintInit ( void  )

Definition at line 20 of file file_openlpt.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const char* pszPrinterDev = "LPT1:"
static

Definition at line 17 of file file_openlpt.c.