<div class="content" name="LINECALLLIST" uuid="d44c7bc5-cf87-4301-af66-ff1c9a114c19"><p>The LINECALLLIST packet describes a list of call handles.
LINECALLLIST is supplied by the server in the field VarData of the returned
version of the <a href="7ce39c41-3884-48f1-9b37-a7ef3108e7cf" data-linktype="relative-path">GetNewCalls</a>
packet if the request is completed successfully.</p><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="32">dwTotalSize</td>
 </tr>
 <tr>
  <td colspan="32">dwNeededSize</td>
 </tr>
 <tr>
  <td colspan="32">dwUsedSize</td>
 </tr>
 <tr>
  <td colspan="32">dwCallsNumEntries</td>
 </tr>
 <tr>
  <td colspan="32">dwCallsSize</td>
 </tr>
 <tr>
  <td colspan="32">dwCallsOffset</td>
 </tr>
 <tr>
  <td colspan="32">VarData (variable)</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
</tbody></table><p><b>dwTotalSize (4 bytes): </b>An unsigned 32-bit
integer. The total size, in bytes, allocated to this packet. </p><p><b>dwNeededSize (4 bytes): </b>An unsigned 32-bit
integer. The size, in bytes, for this packet that is needed to hold all the
returned information. </p><p><b>dwUsedSize (4 bytes): </b>An unsigned 32-bit
integer. The size, in bytes, of the portion of this packet that contains useful
information. </p><p><b>dwCallsNumEntries (4 bytes): </b>An unsigned
32-bit integer. The number of handles in the hCalls array. </p><p><b>dwCallsSize (4 bytes): </b>An unsigned 32-bit
integer. The size, in bytes, of the array of call handles. </p><p><b>dwCallsOffset (4 bytes): </b>An unsigned 32-bit
integer. The offset from the beginning of the packet to the variably sized
array of HCALL handles. The size of the array MUST be specified by <b>dwCallsSize</b>.
</p><p><b>VarData (variable): </b>An array of HCALL handles,
as specified by <b>dwCallsOffset</b>.</p></div>