All functions assume you followed directions in the "How To Add To Your Project"
The LoadDriver function is used to load the VXM driver into memory. Syntax: long LoadDriver(LPCSTR DriverPath) Parameters: DriverPath = Location of the "VxmDriver.dll" Returns: 0 if load failed 1 if load success Example: LoadDriver(".\\VxmDriver.dll");