ValidateHObject Method - neoVI API
Last updated
Last updated
This method is used to determine if a driver object is valid.
Parameters
hObject
[in] Specifies the driver object created by .
Return Values
1 if the hObject is valid. 0 if the object is invalid.
Remarks
A driver object will be invalid if it was never initialized by . Calling will not invalidate a driver object; only will do so.