Previous Topic: Sm_PolicyApi_GetHostConfig()

Next Topic: Sm_PolicyAPI_GetMessageConsumerPluginFromSAML1xScheme()

Sm_PolicyApi_GetHostConfigByName()

Retrieves an existing host configuration object.

Type

Agent configuration function, global scope.

Syntax

int SM_EXTERN Sm_PolicyApi_GetHostConfigByName (
   void*                              pSessionHandle,            
   const char*                        pszHostConfigName,
   Sm_PolicyApi_HostConfig_t**        ppstructHostConfig
);

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.

pszHostConfigName

I

Unique name of the host configuration object to retrieve.

ppstructHostConfig

O

Address of a pointer to a structure that defines the host configuration object. The function allocates the structure.

Returns


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