Previous Topic: Sm_PolicyApi_DeleteRealm()Next Topic: Sm_PolicyApi_DeleteResponse()


Sm_PolicyApi_DeleteRegistrationScheme()

Deletes a registration scheme.

Type

Registration scheme function, global scope.

Syntax

int SM_EXTERN Sm_PolicyApi_DeleteRegistrationScheme (
   void*         pSessionHandle,
   const char*   pszRegistrationSchemeOid
);

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.

pszRegistrationOid

I

A null-terminated string containing the object identifier of the registration scheme.

Returns