This structure defines Information about the management command.
Syntax
This structure has the following format:
typedef struct Sm_AgentApi_ManagementContext_t { long nCommand; char lpszData[SM_AGENTAPI_SIZE_NAME]; } Sm_AgentApi_ManagementContext_t;
Parameters
This structure has the following parameters:
One of these management commands:
When SM_AGENTAPI_MANAGEMENT_SET_AGENT_INFO is set, contains the following null-terminated string of information about the agent:
"Product=XXX,Platform=XXX,Version=XXX,Label=XXX"
Unknown clauses can be omitted.
This information is recorded by the Policy Server for logging and troubleshooting purposes.
Example:
"Product=WebAgent,Platform=NT/ISAPI,
Version=5.0,Update=SP1,Label=C134"
The Agent API adds the crypto strength and agent time (in GMT) and time zone to this string.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |