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 © 2012 CA Technologies.
All rights reserved.
|
|