Gets the contents of the domain identified by pszDomainOid. The results of this function are returned in a structure referenced by ppstructDomain.
Free the memory allocated for this structure by calling Sm_PolicyApi_FreeMemoryEx().
Type
Domain function, global scope.
Syntax
int SM_EXTERN Sm_PolicyApi_GetDomain ( void* pSessionHandle, const char* pszDomainOid, Sm_PolicyApi_Domain_t** ppstructDomain );
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. |
pszDomainOid |
I |
A null-terminated string containing the object identifier of an existing domain. |
ppstructDomain |
O |
The address of a pointer to a domain structure. |
Returns
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |