#include "BIDOCIMG.H"
VOID CALLBACK GetBiDocImgVersion( LPSTR lpBuffer,
int nMaxByte)
Description
Returns the BIDOCIMG 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 BiDocImg.h; include BiDocImg.h.
Library : Use BiDocImg.lib.
DLLs : BiDocImg.dll.