Init

Top  Previous  Next

This function initializes the protection library. You must call this function at least once before any call to the protected method or any other API call.

 

public static bool IntelliProtector.Init()

 

Parameters

 

 No parameters

 

Return value

 

 Returns true if the library is successfully initialized, and false otherwise.

 

Requirements

 

 file: IntelliProtector.cs

 namespace: IntelliProtectorService;

 

Example

 

public bool InitProtector()

{

 return IntelliProtector.Init()

}

 





Copyright © 2011 intelliprotector.com