Platform SDK: TAPI

LINEAGENTACTIVITYENTRY

The LINEAGENTACTIVITYENTRY structure describes a single ACD agent activity. The LINEAGENTACTIVITYLIST structure can contain an array of LINEAGENTACTIVITYENTRY structures.

typedef struct lineagentactivityentry_tag {
  DWORD  dwID;
  DWORD  dwNameSize;
  DWORD  dwNameOffset;
} LINEAGENTACTIVITYENTRY, *LPLINEAGENTACTIVITYENTRY;

Members

dwID
A unique identifier for an activity. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.
dwNameSize
dwNameOffset
Size, in bytes, and offset from the beginning of the containing structure of a null-terminated string specifying the name and other identifying information of an activity that can be selected by calling the lineSetAgentActivity function.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
  Windows 95/98: Requires Windows 95 or later.
  Version: Requires TAPI 2.0 or later.
  Header: Declared in Tapi.h.

See Also

LINEPROXYREQUEST, LINEAGENTACTIVITYLIST, lineGetAgentActivityList, lineSetAgentActivity