<div class="content" name="DNS_RPC_FORWARDERS_LONGHORN" uuid="2b015323-fedd-4bf8-bcc4-0df5da06450f"><p>In the <b>DNS_RPC_FORWARDERS_LONGHORN </b>structure all
fields have same definition as specified in section <b>DNS_RPC_FORWARDERS_DOTNET</b>
(section <span><a href="4356fa24-6266-4bb2-ac5e-519b6afe9237" data-linktype="relative-path">2.2.5.2.10.2</a></span>), with
the following exceptions:</p><dl>
<dd>
<div><pre> typedef struct _DnssrvRpcForwardersLonghorn {
   DWORD dwRpcStructureVersion;
   DWORD dwReserved0;
   DWORD fRecurseAfterForwarding;
   DWORD dwForwardTimeout;
   PDNS_ADDR_ARRAY aipForwarders;
 } DNS_RPC_FORWARDERS_LONGHORN,
  *PDNS_RPC_FORWARDERS_LONGHORN,
  DNS_RPC_FORWARDERS,
  *PDNS_RPC_FORWARDERS;
</pre></div>
</dd></dl><p><b>dwRpcStructureVersion:</b> The structure
version number. It MUST be set to 0x00000002. </p><p><b>aipForwarders:</b> A pointer to a structure
of type DNS_ADDR_ARRAY (section <span><a href="56ba5fab-f304-4866-99a4-4f1c1f9247a3" data-linktype="relative-path">2.2.3.2.3</a></span>)
specifies a list of IP addresses that will be used as <span><a href="a95b05da-f1fd-4db3-94b4-817fdaa1f642#gt_025cfacf-ebc5-4659-971a-ee2ab5903575" data-linktype="relative-path">forwarders</a></span> by the
DNS server. </p></div>