FreeObject Method - intrepidcs API
C/C++ declare - Parameters - Return
Values - Remarks - C/C++ example
This method releases system resources used by the neoVI device.
void icsneoFreeObject(int hObject);
hObject
[in] Specifies the driver object created by OpenNeoDevice.
None.
This method is used to release any resources that were allocated by OpenNeoDevice. Applications that create neoVI handles should release them using this method, however, the intrepidCS API will release any resources that it created for the client application when the client application ends and the API is unloaded.
Example
icsneoFreeObject(hObject);
intrepidcs API Documentation - (C) Copyright 1997-2020 Intrepid Control Systems, Inc. (www.intrepidcs.com) |
Last Updated : Tuesday, January 19, 2010