ValidateHObject Method - intrepidcs API
C/C++ declare -
VB declare - VB.NET declare
- C# declare - Parameters - Return
Values - Remarks - C/C++ example
- VB example - VB.NET
example - C# example
This method is used to determine if a driver object is valid.
int
_stdcall icsneoValidateHObject(int hObject);[DllImport("icsneo40.dll")]
public static
extern int
icsneoValidateHObject(int hObject);
hObject
[in] Specifies the driver object created
by OpenNeoDevice.
1 if the hObject is valid. 0 if the object is invalid.
A driver object will be invalid if it was never initialized by OpenNeoDevice. Calling ClosePort will not invalidate a driver object; only FreeObject will do so.
Examples
If (icsneoValidateHObject(m_hObject)) Then| intrepidcs API Documentation - (C) Copyright 2000-2012 Intrepid Control Systems, Inc. (www.intrepidcs.com) |
Last Updated : Thursday, December 04, 2008