<div class="content" name="DS_DOMAIN_CONTROLLER_INFO_3W" uuid="08f99ee7-8235-482b-bfe5-c6170f133cd4"><p>The DS_DOMAIN_CONTROLLER_INFO_3W structure defines <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">DC</a></span>
information that is returned as a part of the response to an InfoLevel = 3
request. The struct contains information about a single DC in the <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a></span>.</p><dl>
<dd>
<div><pre> typedef struct {
   [string, unique] WCHAR* NetbiosName;
   [string, unique] WCHAR* DnsHostName;
   [string, unique] WCHAR* SiteName;
   [string, unique] WCHAR* SiteObjectName;
   [string, unique] WCHAR* ComputerObjectName;
   [string, unique] WCHAR* ServerObjectName;
   [string, unique] WCHAR* NtdsDsaObjectName;
   BOOL fIsPdc;
   BOOL fDsEnabled;
   BOOL fIsGc;
   BOOL fIsRodc;
   GUID SiteObjectGuid;
   GUID ComputerObjectGuid;
   GUID ServerObjectGuid;
   GUID NtdsDsaObjectGuid;
 } DS_DOMAIN_CONTROLLER_INFO_3W;
</pre></div>
</dd></dl><p><b>NetbiosName:</b>  NetBIOS name of the
DC. </p><p><b>DnsHostName:</b>  DNS host name of the
DC.</p><p><b>SiteName:</b>  <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_22198321-b40b-4c24-b8a2-29e44d9d92b9" data-linktype="relative-path">RDN</a></span> of the <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_0ce6abc5-9823-4a69-bb30-12e42ff99629" data-linktype="relative-path">site
object</a></span>.</p><p><b>SiteObjectName:</b>  <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_1175dd11-9368-41d5-98ed-d585f268ad4b" data-linktype="relative-path">DN</a></span>
of the site object.</p><p><b>ComputerObjectName:</b>  DN of the <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_d8e8f5a7-db85-40a8-98ed-1abab2237b82" data-linktype="relative-path">computer
object</a></span> that corresponds to the DC.</p><p><b>ServerObjectName:</b>  DN of the <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_62a8c543-5998-480b-8fa7-41a8f04a18e5" data-linktype="relative-path">server
object</a></span> that corresponds to the DC.</p><p><b>NtdsDsaObjectName:</b>  DN of the <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_dc90b593-841f-4c6d-8032-b32e58e887a8" data-linktype="relative-path">nTDSDSA
object</a></span> that corresponds to the DC.</p><p><b>fIsPdc:</b>  True if and only if the DC
is the <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_663cb13a-8b75-477f-b6e1-bea8f2fba64d" data-linktype="relative-path">PDC</a></span> <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_de81e9fd-25f5-4e90-aadb-1d35c5e8a06b" data-linktype="relative-path">FSMO role
owner</a></span>.</p><p><b>fDsEnabled:</b>  A Boolean value that
indicates whether or not the machine is a domain controller. This value MUST be
TRUE.</p><p><b>fIsGc:</b>  True if and only if the DC
is also a <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_4f5d605a-7b3f-4db7-8c21-b146856d7169" data-linktype="relative-path">GC</a></span>.</p><p><b>fIsRodc:</b>  True if and only if the DC
is an <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_8b0a073b-3099-4efe-8b81-c2886b66a870" data-linktype="relative-path">RODC</a></span>.</p><p><b>SiteObjectGuid:</b>  <span><a href="../ms-ada3/937eb5c6-f6b3-4652-a276-5d6bb8979658" data-linktype="relative-path">objectGUID</a></span>
of the site object.</p><p><b>ComputerObjectGuid:</b>  objectGUID of
the computer object that corresponds to the DC.</p><p><b>ServerObjectGuid:</b>  objectGUID of the
server object that corresponds to the DC.</p><p><b>NtdsDsaObjectGuid:</b>  objectGUID of
the nTDSDSA object that corresponds to the DC.</p></div>