© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
417
Input parameters
Instance ID set by the israw_InitFile() function
Return values
No error, function executed successfully.
The indicated instance could not be found.
Either the ID is invalid or the instance has
already been deleted using israw_ExitFile().
Related functions
israw_OpenFile()
4.5.3 israw_ExitFile
Syntax
INT israw_ExitFile(UINT unFileID)
Description
israw_ExitFile() terminates and deletes the instance of the uEye RAW interface.
Input parameters
Instance ID set by the israw_InitFile() function
Return values
No error, function executed successfully.
Related functions
israw_InitFile()
4.5.4 israw_GetFrame
Syntax
INT israw_GetFrame(UINT unFileID, char* pData, UINT64* punTimestampDevice)