Manual
Function KG_GenerateRegistrationKeyAThe KG_GenerateRegistrationKeyA function is a almost the same as the KG_GenerateRegistrationKey function and is used for ANSI-based registration key generation. Note: to enable the application to accept ANSI registration keys, the UNICODE Registration Scheme parameter from the Registration Features - Common panel should be disabled. The function has one parameter - PKeyGenParamsA, which is a pointer to the TGenKeyParamsA structure. This function requires the following necessary input parameters: PublicKey, PrivateKey, KeyMode, KeyBase and EncryptedConstant (other parameters are optional) that should be obtained from the project (see the Registration Features - Common panel, Information for Custom Generator box). Return Values
DefinitionShow/Hide Delphi function definition Show/Hide C++ function definition Show/Hide C# (.NET) function definition See function examples in the installation folder, Examples\Keygen subfolder. |