Skip to content

Latest commit

 

History

History
101 lines (76 loc) · 3.3 KB

ns-tapi-lineagentsessionlist.md

File metadata and controls

101 lines (76 loc) · 3.3 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:tapi.lineagentsessionlist_tag
LINEAGENTSESSIONLIST (tapi.h)
The LINEAGENTSESSIONLIST structure describes a list of ACD agent sessions. This structure can contain an array of LINEAGENTSESSIONENTRY structures. The lineGetAgentSessionList function returns the LINEAGENTSESSIONLIST structure.
*LPLINEAGENTSESSIONLIST
LINEAGENTSESSIONLIST
LINEAGENTSESSIONLIST structure [TAPI 2.2]
LPLINEAGENTSESSIONLIST
LPLINEAGENTSESSIONLIST structure pointer [TAPI 2.2]
_tapi2_lineagentsessionlist_str
tapi/LINEAGENTSESSIONLIST
tapi/LPLINEAGENTSESSIONLIST
tapi2.lineagentsessionlist_str
tapi2\lineagentsessionlist_str.htm
tapi3
b14df70c-1630-46e7-a675-feb5c71dcd14
12/05/2018
*LPLINEAGENTSESSIONLIST, LINEAGENTSESSIONLIST, LINEAGENTSESSIONLIST structure [TAPI 2.2], LPLINEAGENTSESSIONLIST, LPLINEAGENTSESSIONLIST structure pointer [TAPI 2.2], _tapi2_lineagentsessionlist_str, tapi/LINEAGENTSESSIONLIST, tapi/LPLINEAGENTSESSIONLIST, tapi2.lineagentsessionlist_str
tapi.h
Windows
Windows
LINEAGENTSESSIONLIST, *LPLINEAGENTSESSIONLIST
19H1
lineagentsessionlist_tag
tapi/lineagentsessionlist_tag
LPLINEAGENTSESSIONLIST
tapi/LPLINEAGENTSESSIONLIST
LINEAGENTSESSIONLIST
tapi/LINEAGENTSESSIONLIST
c++
APIRef
kbSyntax
HeaderDef
Tapi.h
LINEAGENTSESSIONLIST

LINEAGENTSESSIONLIST structure

-description

The LINEAGENTSESSIONLIST structure describes a list of ACD agent sessions. This structure can contain an array of LINEAGENTSESSIONENTRY structures. The lineGetAgentSessionList function returns the LINEAGENTSESSIONLIST structure.

-struct-fields

-field dwTotalSize

Total size allocated to this structure, in bytes.

-field dwNeededSize

Size needed to hold all the information requested, in bytes.

-field dwUsedSize

Size of the portion of this structure that contains useful information, in bytes.

-field dwNumEntries

Number of LINEAGENTSESSIONENTRY structures that appear in the list array. The value is zero if no agent sessions have been created.

-field dwListSize

Size of the agent session list array, in bytes.

-field dwListOffset

Offset from the beginning of this structure to an array of LINEAGENTSESSIONENTRY structures that specify information about agents. The dwListOffset member is dwNumEntries times SIZEOF(LINEAGENTSESSIONENTRY). The size of the field is specified by dwListSize.

-see-also

About Call Center Controls

LINEAGENTSESSIONENTRY

lineGetAgentSessionList