Platform SDK: TAPI |
The LINE_AGENTSESSIONSTATUS message is sent when the status of an ACD agent session changes on an agent handler for which the application currently has an open line. This message is generated using the lineProxyMessage function.
LINE_AGENTSESSIONSTATUS dwDevice = (DWORD) hLine; dwCallbackInstance = (DWORD) dwInstanceData; dwParam1 = (DWORD) hAgentSession; dwParam2 = (DWORD) AgentSessionStatus; dwParam3 = (DWORD) AgentSessionStatusDetail;
Otherwise, dwParam3 is set to zero.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Version: Requires TAPI 2.2 or later.
Header: Declared in Tapi.h.