SecureEngineInitialize

<< Click to Display Table of Contents >>

Navigation:  WinLicense > Protecting an application > Plugins >

SecureEngineInitialize

This function is called when the protection starts, before your application has been processed (decrypted, decompressed, etc) to be executed in memory. This can be a good place if you want to add your own protection checks, etc.

 

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

Return Values

If your callback returns FALSE, the application will be terminated. If it returns TRUE, the protection will continue execution.