Description |
Returns a pointer to a string containing the driver version number. |
Parameters |
String pointer. |
Returns |
TRUE (1) if successful. If the driver is not loaded or initialisation failed for any other reason, FALSE (0) is returned. |
Notes |
None. |
Visual C++ Declaration/example
BOOL TBApi TBApiGetDriverVersion(TCHAR* aVersion);
Public Declare Function TBApiGetDriverVersion Lib "TBapi" Alias "_DLL_TBApiGetDriverVersion@4" (ByVal aVersion As String) As Long