hwISession GetAVIExportOptionsHandle
Obtain a handle to the session’s AVIExportOptions object
Syntax
hwISession_handle GetAVIExportOptionsHandle myHandle
Application
Tcl Query
Inputs
- myHandle
- The name to be used for the AVIExportOptions handle.
Example
To obtain a handle to the session’s AVIExportOptions
object:
hwi GetSessionHandle mySessionName
mySessionName GetAVIExportOptionsHandle myAviOptions
Error
Success (0) or an error code.
- 3 = HW_InvalidHandle - The handle used to invoke the method is no longer valid.
- HW_AllocFailed - Out of memory.
Additionally, a Tcl error will occur if myHandle already exists.