FreeObject Method - intrepidcs API
C/C++ declare - Parameters - Return Values - Remarks - C/C++ example

This method releases system resources used by the neoVI device.

C/C++ Declare

void icsneoFreeObject(int hObject);


Parameters

hObject
    [in] Specifies the driver object created by OpenNeoDevice.

Return Values

None.

Remarks

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

C/C++ Example

icsneoFreeObject(hObject);

intrepidcs API Documentation - (C) Copyright 1997-2020 Intrepid Control Systems, Inc.  (www.intrepidcs.com)

Last Updated : Tuesday, January 19, 2010