Platform SDK: TAPI |
The LINE_AGENTSTATUSEX message is sent when the status of an ACD agent changes on an agent handler for which the application currently has an open line. This message is generated using lineProxyMessage function.
LINE_AGENTSTATUSEX dwDevice = (DWORD) hLine; dwCallbackInstance = (DWORD) dwInstanceData; dwParam1 = (DWORD) hAgent; dwParam2 = (DWORD) AgentStatus; dwParam3 = (DWORD) AgentStatusDetail;
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.