SmDirRelease()
The Policy Server calls SmDirRelease() when the directory service provider for the Custom Namespace is no longer required.
casso127
The Policy Server calls SmDirRelease() when the directory service provider for the Custom Namespace is no longer required.
Syntax
void SM_EXTERN SmDirRelease (const Sm_Api_Context_t* lpApiContext,void* pHandle);
Parameter | I/O | Description |
lpApiContext
| I | Pointer to the API context structure. |
pHandle
| I | The address of the pointer returned by SmDirInit(). |
Remarks
This function is called when you stop one of the Policy Server services.