TDPXHandle is an intermediate data block used when importing a DPX file. Memory for this block must be acquired by the calling application.
typedef struct
{
/* Pointer to DPX context structure */
void *pHandleDpxContext;
/* Pointer to DPX InitKey structure */
void *pHandleDpxInitKey;
} TDPXHandle;