#include "BIPRINT.H"
VOID CALLBACK GetBiPrintVersion( LPSTR lpBuffer,
int nMaxByte)
Description
Returns the BIPRINT DLL version string in the form of "Version x.y".
Parameters
|
LPSTR |
lpBuffer |
The buffer where the version string is copied. |
|
int |
nMaxByte |
The buffer size including NULL terminator. |
Return values
None.
Requirements
Header : Declared in BiPrint.h; include BiPrint.h.
Library : Use Birint.lib.
DLLs : BiPrint.dll.