Previous Topic: Sm_PolicyApi_LookupDirectoryEntry()Next Topic: Sm_PolicyApi_Release()


Sm_PolicyApi_ManagementCommand()

Performs user, key, and resource management activities.

The Policy Management API supports the types of management commands that are enumerated in Sm_PolicyApi_ManagementCommands_t.

Type

Utility function.

Syntax

int SM_EXTERN Sm_PolicyApi_ManagementCommand (
  void*                             pSessionHandle,
  Sm_PolicyApi_ManagementCommand_t* pstructManagementCommand
);

Parameter

I/O

Description

pSessionHandle

I

A pointer to an internal Policy Management API data structure. The structure holds information about the administrator session and the client session.

pstructManagementCommand

I

The address of a pointer to a management command structure.

Returns