ContextDelete Function

Description

Releases memory and other resources allocated by the creation of a Sentinel License Manager context.

Syntax

sntl_admin_status_t SNTL_ADMIN_CALLCONV sntl_admin_context_delete(
                                      sntl_admin_context_t *  admin_context
                                      )

Parameters

admin_context

Pointer to the context to be released

Return Values

SNTL_ADMIN_STATUS_OK

SNTL_ADMIN_LOCAL_ONLY

Related Topics

ContextNew Function