User manual

Common function reference
8 © 2007-2010 Analytica GmbH
DLLInfo
DLLInfo — Determines the current version information of the AnaGate DLL.
Syntax
#include <AnaGateDLL.h>
int DLLVersion(char * pcMessage, int nMessageLen);
Parameter
pcMessage Data buffer that is to accept the version reference number of the AnaGate DLL.
nMessageLen Size in bytes of the transferred data buffer.
Return value
Actual size of the returned version reference number.
Remarks
If the version reference number is too large for the transferred data buffer, it is abbreviated to the given
number of characters (nMessageLen).