<div class="content"><p> </p><p>The <b>DNS_RPC_NODE</b> defines a structure that is used as
a header for a list of DNS_RPC_RECORD structures (section <span><a href="ac793981-1c60-43b8-be59-cdbb5c4ecb8a" data-linktype="relative-path">2.2.2.2.5</a></span>)
returned by the DNS server inside a DNS_RPC_BUFFER (section <span><a href="cd4d047c-3e89-4bc2-b165-1dc60ba538d5" data-linktype="relative-path">2.2.1.2.2</a></span>)
while processing the R_DnssrvEnumRecords2 (section <span><a href="0d236e58-9944-4cdf-ae98-f92460202e29" data-linktype="relative-path">3.1.4.9</a></span>).</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="16">
  <p>wLength</p>
  </td>
  <td colspan="16">
  <p>wRecordCount</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>dwFlags</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>dwChildCount</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>dnsNodeName
  (variable)</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
</tbody></table><p><b>wLength (2 bytes): </b>The length of this
structure, in bytes, including the fixed size elements plus the length of the
dnsNodeName element. The length of this structure is always 4-byte aligned, so
it is possible to have 0-3 bytes of padding at the end of the structure. The
pad bytes are included in the wLength count.</p><p><b>wRecordCount (2 bytes): </b>The number of
DNS_RPC_RECORD structures that follow this node structure.</p><p><b>dwFlags (4 bytes): </b>The properties of the
DNS_RPC_NODE structure. </p><p><b>dwChildCount (4 bytes): </b>The total number of
children <span><a href="a95b05da-f1fd-4db3-94b4-817fdaa1f642#gt_762051d8-4fdc-437e-af9d-3f4da77c3c7d" data-linktype="relative-path">nodes</a></span> below this
node in the DNS record database.</p><p><b>dnsNodeName (variable): </b>The name of this node
in DNS_RPC_NAME (section <span><a href="3fd41adc-c69e-407b-979e-721251403132" data-linktype="relative-path">2.2.2.2.1</a></span>) format.</p></div>