lineSetAgentActivity  X5GN16 

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.