Previous Topic: Sm_PolicyApi_Agent_t

Next Topic: Sm_PolicyApi_AgentType_t

Sm_PolicyApi_AgentConfig_t

Defines an agent configuration object.

Syntax

typedef struct Sm_PolicyApi_AgentConfig_s
{
   int iStructId;
   char pszOid[BFSIZE];
   char pszName[BFSIZE];                    /* Required */
   char pszDesc[BFSIZE];
   struct Sm_PolicyApi_AgentConfig_s* next;
} Sm_PolicyApi_AgentConfig_t;

Field

Description

iStructId

Data structure ID, defined in Sm_PolicyApi_Structs_t.

pszOid

The object identifier of the agent configuration object.

pszName

Name of the agent configuration.

pszDesc

Brief description of the agent configuration.

next

Pointer to the next agent configuration object structure.


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