SecureEngineDoRegistration

<< Click to Display Table of Contents >>

Navigation:  WinLicense > Protecting an application > Plugins >

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.

 

Click to expand/collapseShow C/C++ function definition
Click to expand/collapseShow Delphi function definition

 

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.