BIAPEndPrinting

 

#include "BiAutoPrint.h"

 

BOOL   BIAPEndPrinting();

 

Description

This function ends printing a document. The function closes the document and the printing application and then frees the allocated memory. You have to use this function after each printing. You cannot print again The BIAPEndPrinting must be called after every document is printed.

 

Return value

TRUE on success, otherwise FALSE.

 

Requirements

You have to initialize the BiAutoPrint.dll with BIAPInitialize function before using this function.

 

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)