#include "BiAutoPrint.h"
BOOL BIAPGetGroupFileName (LPWSTR szValue, DWORD* dwLength);
Description
The BIAPGetGroupFileName function retrieves the group file created by Auto-print since the last call to BIAPStartPrinting or BIAPStartPrintingEx.
Parameters
LPWSTR szValue |
The buffer for the group file name. |
DWORD* dwLength |
The size of the buffer, in characters. |
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) |
This function is supported by Auto-print SDK version 16.12 and above.