TCinitHandle is an intermediate data block used when importing the old format CINIT_A.DGP file. Memory for this block must be acquired by the calling application.
typedef struct
{
/* Intermediate result from init_key */
aat_ascii init_res[17];
/* Indicate requested data model: 0=Binary, 1=Base64 */
aat_ascii DataModel;
} TCinitHandle;