LINEQUEUEENTRY structure (tapi.h)

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.

Syntax

typedef struct linequeueentry_tag {
  DWORD dwQueueID;
  DWORD dwNameSize;
  DWORD dwNameOffset;
} LINEQUEUEENTRY, *LPLINEQUEUEENTRY;

Members

dwQueueID

Unique identifier for a queue. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.

dwNameSize

Size of the queue name string including the null terminator, in bytes.

dwNameOffset

Offset from the beginning of the structure to a null-terminated string that specifies the name of the queue. The size of the string is specified by dwNameSize.

Requirements

Requirement Value
Header tapi.h

See also

About Call Center Controls

LINEQUEUELIST

lineGetQueueList