2.2.5.2.10.2 DNS_RPC_FORWARDERS_DOTNET

In the DNS_RPC_FORWARDERS_DOTNET structure all fields have same definition as specified in section DNS_RPC_FORWARDERS_W2K (section 2.2.5.2.10.1), with the following exceptions:

 typedef struct _DnssrvRpcForwardersDotNet {
   DWORD dwRpcStructureVersion;
   DWORD dwReserved0;
   DWORD fRecurseAfterForwarding;
   DWORD dwForwardTimeout;
   PIP4_ARRAY aipForwarders;
 } DNS_RPC_FORWARDERS_DOTNET,
  *PDNS_RPC_FORWARDERS_DOTNET;

dwRpcStructureVersion: The structure version number. It MUST be set to 0x00000001.

dwReserved0: MUST be set to zero when sent and MUST be ignored on receipt.