Standard Licensing API
This section describes the API functions that are used for performing the typical licensing operations, such as request a license, updating, and releasing it.
Given below is the list of the API functions:
| Function | Description | 
|---|---|
| VLSinitialize | Initializes the licensing library. | 
| VLS_REQUEST \ LSRequest | Requests an authorization license code from the License Manager. | 
| VLS_UPDATE \ LSUpdate | Renews the license by sending an update to the License Manager. | 
| VLS_RELEASE \ LSRelease | Releases the licenses associated with a handle. | 
| VLScleanup | Cleans up the licensing library. | 
