<< Click to Display Table of Contents >> Navigation: WinLicense > Protecting an application > Plugins > SecureEngineFinalize |
This function is called when the protection boot loader has been executed, your application is ready to have control of the CPU.
STDCALL bool SecureEngineFinalize(void); |
function SecureEngineFinalize():Boolean; stdcall; |
Return Values
If your callback returns FALSE, the application will be terminated. If it returns TRUE, the protection will continue execution.