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