Previous Topic: Sm_PolicyApi_GetGroup()

Next Topic: Sm_PolicyApi_GetGroupOids()

Sm_PolicyApi_GetGroupByName()

Gets the contents of the group object identified by pszGroupName. The results of this function are returned in a structure referenced by ppStructGroup.

The pszDomainOid parameter is required by a rule or response group. An agent group does not require a domain OID because it is not a domain-based object.

Free the memory allocated for this structure by calling Sm_PolicyApi_FreeMemoryEx().

Type

Group function, global scope (agents) or domain scope (responses, rules).

Syntax

int SM_EXTERN Sm_PolicyApi_GetGroupByName (
   void*                   pSessionHandle,
   Sm_PolicyApi_Groups_t   dwGroup,
   const char*             pszGroupName,
   const char*             pszDomainOid,
   Sm_PolicyApi_Group_t**  ppStructGroup
);

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.

dwGroup

I

The type of group to be retrieved.

pszGroupOid

I

A null-terminated string containing the object identifier of the group object being retrieved.

pszDomainName

I

A null-terminated string containing the name of an existing domain. Required parameter for rule or response groups.

ppStructGroup

O

The address of a pointer to a group structure.

Returns


Copyright © 2010 CA. All rights reserved. Email CA about this topic