WLProtectCheckCodeIntegrity

<< Click to Display Table of Contents >>

Navigation:  WinLicense > WinLicense SDK > Miscellaneous Functions >

WLProtectCheckCodeIntegrity

The WLProtectCheckCodeIntegrity checks if the code section of your protected application has been patched in runtime. This function is equivalent to the CHECK_CODE_INTEGRITY macro.

Click to expand/collapseShow C/C++ function definition
Click to expand/collapseShow Delphi function definition
Click to expand/collapseShow Visual Basic Native function definition
Click to expand/collapseShow .NET function definition

 

Parameters

 

This function has no parameters.

 

 

Return Values

 

If the protected application code is patched, the return value is True.

 

If the protected application code is not patched, the return value is False.