301SDK (Software development Kit)
© 2010 Thorlabs
7.4.7
isavi_GetAVIFileName
Syntax
INT isavi_GetAVIFileName (int nAviID, char* strName)
Description
Using isavi_GetAVIFileName(), you can read out the filename of the current AVI file. This function
is helpful if an AVI file was opened with the isavi_OpenAVI() function and a Null parameter
was specified.
Input Parameters
Instance ID set by the isavi_InitAVI() function.
Pointer to the memory location where the filename is written to. The
allocated memory must be large enough to accommodate the full file
path.
When NULL is passed the function returns the length of the filename.
Return Values
Function executed successfully
The indicated AVI instance could not be found. Either the AVI ID is
invalid or the instance has already been deleted using isavi_ExitAVI
() .
Related Functions
isavi_GetAVISize()
308
305
299
302