imgSessionReleaseBuffer
Usage
rval imgSessionReleaseBuffer(SESSION_ID sid);
Purpose
Releases an image that was previously held with imgSessionExamineBuffer. This function has the effect of re-entering an image into a continuous ring buffer pool after analysis.
Parameters
Name | Type | Direction |
sid | SESSION_ID | input |
rval | Int32 | output |
Parameter Discussion
sid: valid SESSION_ID.
Return Value
This function returns 0 on success. On failure, this function returns an error code. For information about the error code, call imgShowError.