Previous Topic: Sm_PolicyApi_GetDomain()

Next Topic: Sm_PolicyApi_GetDomainObjects()

Sm_PolicyApi_GetDomainByName()

Gets the contents of the domain identified by pszDomainName. 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_GetDomainByName (
   void*                      pSessionHandle,
   const char*                pszDomainName,
   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.

pszDomainName

I

A null-terminated string containing the name 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