291SDK (Software development Kit)
© 2010 Thorlabs
7.3.108
is_UnlockSeqBuf
Syntax
INT is_UnlockSeqBuf (HIDS hCam, INT nNum, char* pcMem)
Description
Using is_UnlockSeqBuf(), you unlock a previously locked image memory in order to make it
available again for storing captured images. The image memory is re-inserted at its previous position
in the sequence list.
Input Parameters
Number of the image memory to unlock.
When you pass IS_IGNORE_PARAMETER, the image memory is only
identified by its starting address.
nNum identifies the position in the sequence list, not the memory ID
assigned with is_AllocImageMem() .
Starting address of the image memory
Return Values
Function executed successfully
Related Functions
is_LockSeqBuf()
119
203