BIAPUnInitialize

 

#include "BiAutoPrint.h"

 

BOOL BIAPUnInitialize();

 

Description

This function uninitializes the BiAutoPrint.dll. This function uninitializes the COM library and sets back the system default printer. If you use the BIAPInitialize function the dll saves the name of the system default printer. The default printer may be changed during printing, and the dll sets the default printer back in BIAPUninitialize function.

 

Return value

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)