imaqCloseAVI
Usage
int imaqCloseAVI(AVISession session);
Purpose
This function closes an AVI file and makes it available to be read by other applications.
Parameters
|
Name
|
Type
|
Description
|
|---|---|---|
| session | AVISession | The session to use. |
Return Value
| Type |
Description |
|---|---|
| int | On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError(). |