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 to 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, the function returns 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.

QuickInfo

  Version: Use TAPI version 2.0 and later
  Header: Declared in tapi.h.
  Import Library: Link with tapi32.lib.

See Also

TAPI Reference Overview, Supplementary Line Services Functions