<< Click to Display Table of Contents >> SecureEngineDoRegistration |
This function is called by WinLicense to allow an application to be registered before it gets executed. WinLicense will pass an array of functions pointers to allow calling all necessary functions to register an application.
Parameters
pArrayFunctions
[in] This parameter a specifies an array of functions (TWDCfunctionsArray) with pointers to specific registration functions.
Return Values
If the function returns True, WinLicense will continue running the protected application.
If the function returns False, WinLicense will terminate the protected application immediately.