Specifications

sharpVISION™ Camera
sharpVISION SDK Reference
18
3.1.2. SvGetVersion
SV_ERROR SvGetVersion( unsigned short *pVerMajor, unsigned short
*pVerMinor , int* pIsDemo)
Return values
SVC_SUCCESS if successful, otherwise
SVC_DRIVERFAULT if the version numbers could not be extracted from the driver.
Parameters
pVerMajor
Specifies the pointer to the variable that receives the major version number.
pVerMinor
Specifies the pointer to the variable that receives the minor version number.
pIsDemo
Specifies the pointer to the variable that receives the demo flag. If 1, the driver is demo, if 0 it
isn't.
Remarks
This function must be called to retrieve the sharpVISION DLL version number and demo flag.
See also: