<div class="content" name="LINEPROXYREQUESTLIST" uuid="1f422a16-8e31-4621-9795-fdd91310c4cc"><p>The LINEPROXYREQUESTLIST packet describes a list of proxy
requests. LINEPROXYREQUESTLIST is supplied by the server in the field VarData
of the returned version of the <a href="9bd23d74-3e42-4c69-8812-3a34fa66f8fa" data-linktype="relative-path">GetProxyStatus</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">dwNumEntries</td>
 </tr>
 <tr>
  <td colspan="32">dwListSize</td>
 </tr>
 <tr>
  <td colspan="32">dwListOffset</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, needed to hold all the information requested. </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>dwNumEntries (4 bytes): </b>An unsigned 32-bit
integer. The number of DWORD elements that appear in the list array. </p><p><b>dwListSize (4 bytes): </b>An unsigned 32-bit
integer. The size, in bytes, of the proxy request type list. </p><p><b>dwListOffset (4 bytes): </b>An unsigned 32-bit
integer. The offset from the beginning of the packet to an array of <a href="../ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2" data-linktype="relative-path">DWORD</a>
elements indicating the currently supported proxy request types. Each element
MUST be one of the <a href="58b3ad5f-8226-4568-b430-c01ad945d26f" data-linktype="relative-path">LINEPROXYREQUEST_Constants</a>.
The <b>dwListOffset</b> member is <b>dwNumEntries</b> times SIZEOF(DWORD). The
size of the field MUST be specified by <b>dwListSize</b>.</p><p><b>VarData (variable): </b>An array of DWORD elements
indicating the currently supported proxy request types, as specified by <b>dwListOffset</b>.</p></div>