5.9 Other Function
These functions are used to get the VCI_CAN library information or
helpful for users’ program.
5.9.1 VCI_Get_DllVer
This function is used to get the version of VCI_CAN library.
Syntax :
DWORD
VCI_Get_DllVer (
void
);
Parameter :
None
Return Values :
Return the VCI_CAN library version. Hi-byte is the major version and
lo-byte is the minor version.
Examples :
DWORD DllVer;
char VCI_DllVer[10];
DllVer = VCI_Get_DllVer();
sprintf(VCI_DllVer, “v%lu.%02lu", (DllVer>>8)&0xFF, DllVer&0xFF);
I-7565-H1/H2 High Performance USB/CAN Converter User’s Manual (Ver 1.7, Aug/2011) ------------- 77