Gets the revision level of Universal Library DLL and the VXD.
C/C++
int cbGetRevision(float* DLLRevNum, float* VXDRevNum);
Visual Basic
Function cbGetRevision(DLLRevNum!, VXDRevNum!) As Long
DLLRevNum
Place holder for the revision number of Library DLL.
VXDRevNum
Place holder for the revision number of Library VXD.