<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/fe95340e-db88-4fdd-85c6-bc8ad1c4ff8c" data-linktype="external">msdn link</a></p><p>The <b>NETLOGON_DELTA_TRUSTED_DOMAINS</b> structure contains
information about a <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_5ee032d0-d944-4acb-bbb5-b1cfc7df6db6" data-linktype="relative-path">trusted</a>
<a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a>. This structure
is used for replicating the trusted domain data from the <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_663cb13a-8b75-477f-b6e1-bea8f2fba64d" data-linktype="relative-path">PDC</a> to a BDC.</p><dl>
<dd>
<div><pre> typedef struct _NETLOGON_DELTA_TRUSTED_DOMAINS {
   RPC_UNICODE_STRING DomainName;
   ULONG NumControllerEntries;
   [size_is(NumControllerEntries)] 
     PRPC_UNICODE_STRING ControllerNames;
   SECURITY_INFORMATION SecurityInformation;
   ULONG SecuritySize;
   [size_is(SecuritySize)] UCHAR * SecurityDescriptor;
   RPC_UNICODE_STRING DummyString1;
   RPC_UNICODE_STRING DummyString2;
   RPC_UNICODE_STRING DummyString3;
   RPC_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> An <b>RPC_UNICODE_STRING</b>
structure, as specified in <a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a>
section <a href="../ms-dtyp/94a16bb6-c610-4cb9-8db6-26f15f560061" data-linktype="relative-path">2.3.10</a>,
that contains the <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_0334e0bd-2755-42f6-aeff-2d4a22bf4abf" data-linktype="relative-path">NetBIOS
name</a> of the trusted domain.</p><p><b>NumControllerEntries:</b> Number of <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">domain controller (DC)</a>
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>RPC_UNICODE_STRING</b>
structures, as specified in [MS-DTYP] section 2.3.10, 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 <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_8a7f6700-8311-45bc-af10-82e10accd331" data-linktype="relative-path">RPC</a>.<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 [MS-DTYP] section <a href="../ms-dtyp/23e75ca3-98fd-4396-84e5-86cd9d40d343" data-linktype="relative-path">2.4.7</a>,
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 <a href="../ms-dtyp/7d4dac05-9cef-4563-a058-f108abecce1d" data-linktype="relative-path">2.4.6</a>
that describes the security settings for the trusted domain object.</p><p><b>DummyString1: </b>A <b>STRING</b> structure,
defined in section <a href="4a896c09-a39c-4878-94f0-9e4f8a419f32" data-linktype="relative-path">2.2.1.1.2</a>,
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 described in section <a href="bbc95890-215e-49a9-8bb8-92e723548046" data-linktype="relative-path">1.3.8.1.2</a>.</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 <a href="../ms-adts/d2435927-0999-4c62-8c6d-13ba31a52e1a" data-linktype="relative-path">[MS-ADTS]</a>
section <a href="../ms-adts/fe369d31-cc17-4ad7-849e-769403bc2c41" data-linktype="relative-path">6.1.6</a>.</p><p><b>DummyLong2:</b> MUST be set to zero and MUST be
ignored on receipt. The Netlogon usage of dummy fields is described 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>