ITP_IS_PROTECTED_V3

Top  Previous  Next

This call is saying software is protected or not protected. You can use this function during development process.

 

ITP_IS_PROTECTED_V3(int iValue);

 

Parameters

 

 iValue == 1 Software is protected.

 iValue == 0 Software is NOT protected.

 

Return

 

 Returns nothing.

 

Requirements

 

 Header: IntelliProtectorDeclarations.h

 

Example

 

bool IsSoftwareProtected()

{

 int iValue = 0;

       ITP_IS_PROTECTED_V3(iValue);

 

       return iValue;

}

 

 

 





Copyright © 2015 IntelliProtector.com