Function prototype
aat_int32 AAL2CINIT_APrepare(TCinitHandle* CHandle,
aat_ascii* HeaderRecord,
aat_ascii* InitKey);Description
This function is used to initialize the import process of a CINIT_A.DGP file.
This function is mentioned for compatibility reasons with previous releases. It is obsolete and should not be used anymore.
Unlike with the DPX file, the application is responsible for all the I/O operations to the file. This function is called by passing it the CINIT_A.DGP HeaderRecord, which should be the first in the file, and the 14-digit InitKey that has been used to encrypt the file.
If this key is successfully verified, the CHandle is populated for use by the AAL2CINIT_AProcess function.