Platform SDK: TAPI

LINEQUEUEENTRY

The LINEQUEUEENTRY structure provides the information for a single queue entry. The LINEQUEUELIST structure can contain an array of LINEQUEUEENTRY structures. This structure requires TAPI 3.0 version negotiation.

typedef struct linequeueentry_tag {
  DWORD  dwQueueID;
  DWORD  dwNameSize; 
  DWORD  dwNameOffset;

} LINEQUEUEENTRY, *LPLINEQUEUEENTRY;

Members

dwQueueID
A unique identifier for a queue. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.
dwNameSize
dwNameOffset
The size, in bytes, and offset from the beginning of the structure of a null-terminated string that specifies the name of the queue.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Version: Requires TAPI 2.2 or later.
  Header: Declared in Tapi.h.

See Also

About TAPI 3.0 Call Center Controls LINEQUEUELIST, lineGetQueueList function