|
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 Shared Function Init() As Boolean
Parameters
No parameters
Return value
Returns true if the library is successfully initialized, and false otherwise.
Requirements
file: IntelliProtector.vb
Example
Public Function InitProtector() As Boolean Return IntelliProtectorService.IntelliProtector.Init() End Function |
| Copyright © 2011 intelliprotector.com |