Function prototype
aat_int32 AAL2DPXClose (TDPXHandle* dpx_Handle);
Description
This function closes the DPX import process described by dpx_Handle, as well as the DPX file.
Parameters
Table: Parameters (AAL2DPXClose) | Type | Name | Use | Description |
|---|
| TDPXHandle * | dpx_Handle | I | Pointer to the handle used during the DPX file import operation. |
Return codes
Table: Return codes (AAL2DPXClose) | Code | Meaning | Code | Meaning |
|---|
| 0 | Success | -1503 | Handle key is pointer null |
| -21 | Error file close failed | -1504 | Invalid handle context eyecatcher |
| -30 | Error fatal error | -1505 | Invalid handle key eyecatcher |
| -1501 | Handle pointer is null | -1507 | Selected application pointer is null |
| -1502 | Handle context is pointer null | | |