BIAPInitialize

 

#include "BiAutoPrint.h"

 

BOOL BIAPInitialize();

 

Description

This function initialize the BiAutoPrint.dll. This function initializes the COM library and stores the system default printer name. The dll must store the system default printer name, because the printing may change it. If you uninitialize the dll the system default printer will be changed back.

 

Return values

TRUE on success, otherwise FALSE.

 

Requirements

Header:

BiAutoPrint.h

Library:

BiAutoPrint32.lib (for 32 bit)

BiAutoPrint64.lib (for 64 bit)

DLL:

BiAutoPrint32.dll (for 32 bit)

BiAutoPrint64.dll (for 64 bit)