FreeObject Method - neoVI API
void _stdcall icsneoFreeObject(void * hObject);Public Declare Function icsneoFreeObject Lib “icsneo40.dll” (ByVal hObject As IntPtr)[DllImport(“icsneo40.dll”)] public static extern void icsneoFreeObject(IntPtr hObject);Examples
icsneoFreeObject(hObject); //Free the memory associated with our driver objecticsNeoDll.icsneoFreeObject(m_hObject); //Free the memory associated with our driver objectCall icsneoFreeObject(m_hObject) '//Free the memory associated with our driver objectLast updated
