#include “BiAnno.h”
void CALLBACK AnnoGetVersion(char* lpBuffer, Long nMaxByte)
Description
Returns the ANNO DLL version string.
Parameters
|
char* |
lpBuffer |
The buffer where the version string is copied. |
|
Long |
nMaxByte |
The buffer size including NULL terminator. |
Return value
None
Programming Notes
None
Code Example
None