|
lineSetAgentActivity
The lineSetAgentActivity function sets the agent activity code associated with a particular address.
LONG lineSetAgentActivity(
HLINE hLine,
|
| DWORD dwAddressID,
|
| DWORD dwActivityID
|
| );
|
|
Parameters
hLine
Handle of the line device.
dwAddressID
Identifier of the address for which the agent activity code is to be changed.
dwActivityID
The new agent activity. The meaning of all values of this parameter are
specific to the application and call center server.
Return Values
Returns a positive request identifier if the asynchronous operation starts;
otherwise, one of these negative error values:
LINEERR_INVALADDRESSID, LINEERR_INVALADDRESSSTATE, LINEERR_INVALAGENTACTIVITY,
LINEERR_INVALLINEHANDLE, LINEERR_INVALPOINTER, LINEERR_NOMEM,
LINEERR_OPERATIONFAILED, LINEERR_OPERATIONUNAVAIL, LINEERR_RESOURCEUNAVAIL,
LINEERR_UNINITIALIZED.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Unix Manual Pages
|