Platform SDK: TAPI |
The TAPI LINE_AGENTSPECIFIC message is sent when the status of an ACD agent changes on a line the application currently has open. The application can invoke lineGetAgentStatus to determine the current status of the agent.
LINE_AGENTSPECIFIC hDevice = (DWORD) hLine; dwCallbackInstance = (DWORD) dwInstanceData; dwParam1 = (DWORD) dwAgentExtensionIDIndex; dwParam2 = (DWORD) dwHandlerSpecific1; dwParam3 = (DWORD) dwHandlerSpecific2;
No return value.
The LINE_AGENTSPECIFIC message is not sent to applications that support older versions of TAPI.
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.