Sm_PolicyApi_AddRegistrationScheme()
Adds a registration scheme.
sm1252sp1
Adds a registration scheme.
Type
Registration scheme function, global scope.
Syntax
int SM_EXTERN Sm_PolicyApi_AddRegistrationScheme (void*pSessionHandle,Sm_PolicyApi_RegistrationScheme_t*pstructRegistrationScheme,const boolbUpdate);
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. |
pstruct
Registration
Scheme
| I | The address of a pointer to Sm_PolicyApi_RegistrationScheme_t, which contains information about the registration scheme. |
bUpdate
| I | A flag to indicate that if an existing object is found, it should be updated. |
Returns
- Sm_PolicyApi_Success. The registration scheme was created successfully.
- Sm_PolicyApi_Failure. The registration scheme was not created successfully.
- Sm_PolicyApi_InvalidHandle. There was no valid initialization prior to this call.
- Sm_PolicyApi_NoSession. There is no valid administrator session.
- Sm_PolicyApi_NoPrivilege. The administrator does not have the privilege to create a registration scheme.
- Sm_PolicyApi_InvalidOid:
- The registration scheme object identifier was not found during an update.
- The user directory object identifier was not found.