WR_Close

Shuts down the Instant Protection PLUS 3 API.
 

Important

You must call this function before your application closes or when you are finished with the API in order to free all memory associated with the API. Failure to call this function will result in memory leaks.

Syntax

Visual Basic
Declare Function WR_Close(ByVal flags As Long) As Long
C/C++
LONG WR_Close(LONG flags);

Arguments

flags
Reserved. Set to 0

Returns

-2
The application has not been wrapped.
-1
The API is not available. Please check your wizard settings. See the Testing section in the API Setup topic for more information.
1
The API was shut-down successfully.