SGDisposeDeviceList
TheSGDisposeDeviceListfunction allows you to dispose of a device list.
pascal ComponentResult SGDisposeDeviceList (SeqGrabComponent s, SGDeviceList list);
s- Specifies the component instance that identifies your connection to the sequence grabber component. You obtain this value from the Component Manager's
OpenDefaultComponentorOpenComponentfunction.list- Defines a pointer to a device list structure pointer. The sequence grabber disposes of the memory used by the device list structure.
DESCRIPTION
You must use this function to dispose of the memory used by a device list structure. Do not use Memory Manager functions to do so.RESULT CODES
Memory Manager errors