Function prototype
aat_int32 AAL2GenQAKey (aat_ascii* aQAIndexList,
aat_ascii* aQAHashData,
aat_ascii* aUserID,
aat_ascii* aQAKey[32+1]);Description
This function generates a QA key for AAL2GenActivationCodeEx based on two lists of indexes and their matching hashes, and the QA key user ID owner.
Parameters
Return codes
| Code | Meaning | Code | Meaning |
|---|---|---|---|
| 0 | Success | 541 | Invalid index list |
| 533 | Invalid UserId pointer | 542 | Invalid hash list |
| 540 | Invalid QAkey pointer | -1501 | Memory allocation failed |