LINEAGENTGROUPENTRY

typedef struct lineagentgroupentry_tag {
  struct {
    DWORD  dwGroupID1;
    DWORD  dwGroupID2;
    DWORD  dwGroupID3;
    DWORD  dwGroupID4;
  } GroupID;
  DWORD  dwNameSize;
  DWORD  dwNameOffset;
} LINEAGENTGROUPENTRY, FAR *LPLINEAGENTGROUPENTRY;
 

Members

dwGroupID1
dwGroupID2
dwGroupID3
dwGroupID4
This set of four DWORDs is a universally unique identifier for a group. It is the responsibility of the agent handler to generate and maintain uniqueness of these identifiers.
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 ACD group or queue into which the agent can log in. This string can contain such information as supervisor and skill level, to assist the agent in selecting the correct group from a list displayed on their workstation screen.

QuickInfo

  Version: Use TAPI version 2.0 and later
  Header: Declared in tapi.h.