4-2
PDT 1100 Terminal DLL Guide
GetIt3cDllVersion()
Description
Gets the version of the current DLL.
Syntax
Returned value
Parameter itself.
For VC++4.0
char *GetIt3cDllVersion(char *Param);
For VB4.0
Declare Function GetIt3eDclVersion Lib “It3cw32c.dll”
(ByVal Param As String) As String
where:
Param = Character string where the version character string of the DLL is
to be stored. Sufficient length is required.
If you are using VB4.0, use the String variable such as
String(100.“ ”) to reserve the memory area.