| << 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.
| STDCALL bool SecureEngineInitialize(void); | 
| function SecureEngineInitialize():Boolean; stdcall; | 
Return Values
If your callback returns FALSE, the application will be terminated. If it returns TRUE, the protection will continue execution.