Documentation Index

Fetch the complete documentation index at: https://docs.onespan.com/llms.txt

Use this file to discover all available pages before exploring further.

TDPXHandle

Prev Next

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;