<div class="content" name="NETLOGON_DELTA_TRUSTED_DOMAINS" uuid="fe95340e-db88-4fdd-85c6-bc8ad1c4ff8c"><p>The <b>NETLOGON_DELTA_TRUSTED_DOMAINS</b> structure contains
information about a <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_5ee032d0-d944-4acb-bbb5-b1cfc7df6db6" data-linktype="relative-path">trusted</a></span> <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a></span>.
This structure is used for replicating the trusted domain data from the <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_663cb13a-8b75-477f-b6e1-bea8f2fba64d" data-linktype="relative-path">PDC</a></span>
to a BDC.</p><dl>
<dd>
<div><pre> typedef struct _NETLOGON_DELTA_TRUSTED_DOMAINS {
   UNICODE_STRING DomainName;
   ULONG NumControllerEntries;
   [size_is(NumControllerEntries)] 
     PUNICODE_STRING ControllerNames;
   SECURITY_INFORMATION SecurityInformation;
   ULONG SecuritySize;
   [size_is(SecuritySize)] UCHAR * SecurityDescriptor;
   UNICODE_STRING DummyString1;
   UNICODE_STRING DummyString2;
   UNICODE_STRING DummyString3;
   UNICODE_STRING DummyString4;
   ULONG TrustedPosixOffset;
   ULONG DummyLong2;
   ULONG DummyLong3;
   ULONG DummyLong4;
 } NETLOGON_DELTA_TRUSTED_DOMAINS,
  *PNETLOGON_DELTA_TRUSTED_DOMAINS;
</pre></div>
</dd></dl><p><b>DomainName:</b> A <b>UNICODE_STRING</b> structure
that contains the <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_0334e0bd-2755-42f6-aeff-2d4a22bf4abf" data-linktype="relative-path">NetBIOS name</a></span> of the
trusted domain.</p><p><b>NumControllerEntries:</b> Number of <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">domain
controller (DC)</a></span> names listed in the <b>ControllerNames</b> field.<a id="Appendix_A_Target_51"></a><a aria-label="Product behavior note 51" href="0c858a52-732a-43ec-85dd-e44b357c1898#Appendix_A_51" data-linktype="relative-path">&lt;51&gt;</a></p><p><b>ControllerNames: </b>Pointer to an array of <b>UNICODE_STRING</b>
types that contain the NetBIOS names of the DCs in the trusted domain. The only
restriction is the maximum value of the 32-bit unsigned integer enforced by <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_8a7f6700-8311-45bc-af10-82e10accd331" data-linktype="relative-path">RPC</a></span>.<a id="Appendix_A_Target_52"></a><a aria-label="Product behavior note 52" href="0c858a52-732a-43ec-85dd-e44b357c1898#Appendix_A_52" data-linktype="relative-path">&lt;52&gt;</a></p><p><b>SecurityInformation:</b> A <b>SECURITY_INFORMATION</b>
structure, as specified in <span><a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a></span>
section <span><a href="../ms-dtyp/23e75ca3-98fd-4396-84e5-86cd9d40d343" data-linktype="relative-path">2.4.7</a></span>,
that specifies portions of a security descriptor about the trusted domain.</p><p><b>SecuritySize:</b> Size, in bytes, of the <b>SecurityDescriptor</b>
field.</p><p><b>SecurityDescriptor:</b> Pointer to a <b>SECURITY_DESCRIPTOR</b>
structure, as specified in [MS-DTYP] section <span><a href="../ms-dtyp/7d4dac05-9cef-4563-a058-f108abecce1d" data-linktype="relative-path">2.4.6</a></span>
that describes the security settings for the trusted domain object.</p><p><b>DummyString1: </b>A <b>UNICODE_STRING</b>
structure, defined in section <span><a>2.2.1.1.3</a></span>, that
MUST contain 0 for the <b>Length</b> field, 0 for the <b>MaximumLength</b>
field, and NULL for the <b>Buffer</b> field. It is ignored upon receipt. The
Netlogon usage of dummy fields is defined in section <span><a href="bbc95890-215e-49a9-8bb8-92e723548046" data-linktype="relative-path">1.3.8.1.2</a></span>.</p><p><b>DummyString2:</b> See definition for DummyString1.</p><p><b>DummyString3:</b> See definition for DummyString1.</p><p><b>DummyString4:</b> See definition for DummyString1.</p><p><b>TrustedPosixOffset:</b> The value that contains
the POSIX offset for the trusted domain, as specified in <span><a href="../ms-adts/d2435927-0999-4c62-8c6d-13ba31a52e1a" data-linktype="relative-path">[MS-ADTS]</a></span>
section <span><a href="../ms-adts/fe369d31-cc17-4ad7-849e-769403bc2c41" data-linktype="relative-path">6.1.6</a></span>.</p><p><b>DummyLong2:</b> MUST be set to zero and MUST be
ignored on receipt. The Netlogon usage of dummy fields is defined in section
1.3.8.1.2.</p><p><b>DummyLong3:</b> See definition for DummyLong2.</p><p><b>DummyLong4:</b> See definition for DummyLong2.</p></div>