Platform SDK: TAPI

LINE_GROUPSTATUS

The LINE_GROUPSTATUS message is sent when the status of an ACD group changes on an agent handler for which the application currently has an open line. This message is generated using the lineProxyMessage function.

LINE_GROUPSTATUS
dwDevice = (DWORD) hLine;
dwCallbackInstance = (DWORD) dwInstanceData;
dwParam1 = (DWORD) 0;
dwParam2 = (DWORD) GroupStatus;
dwParam3 = (DWORD) 0;

Parameters

dwDevice
The application's handle to the line device. This relates to the agent handler.
dwCallbackInstance
The callback instance supplied when opening the line.
dwParam1
Reserved. Set to zero.
dwParam2
Specifies the group status that has changed. The application can invoke lineGetGroupList to determine the changes in available groups. The dwParam2 parameter is one or more of the LINEGROUPSTATUS_ constants.
dwParam3
Reserved. Set to zero.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Version: Requires TAPI 2.2 or later.
  Header: Declared in Tapi.h.

See Also

About TAPI 3.0 Call Center Controls, lineGetGroupList