Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
DS_DOMAIN_CONTROLLER_INFO_2 (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]
struct DS_DOMAIN_CONTROLLER_INFO_2 {
[MarshalAs(UnmanagedType.LPTStr)] public string NetbiosName; // server1
[MarshalAs(UnmanagedType.LPTStr)] public string DnsHostName; // server1.dom1.ad.sys
[MarshalAs(UnmanagedType.LPTStr)] public string SiteName; // Site1
[MarshalAs(UnmanagedType.LPTStr)] public string SiteObjectName; // CN=BAD1,CN=Sites,CN=Configuration,DC=ad,DC=sys
[MarshalAs(UnmanagedType.LPTStr)] public string ComputerObjectName; // CN=server1,OU=Domain Controllers,DC=dom1,DC=ad,DC=sys
[MarshalAs(UnmanagedType.LPTStr)] public string ServerObjectName; // CN=server1,CN=Servers,CN=Site1,CN=Sites,CN=Configuration,DC=ad,DC=sys
[MarshalAs(UnmanagedType.LPTStr)] public string NtdsDsaObjectName; // CN=NTDS Settings,CN=server1,CN=Servers,CN=Site1,CN=Sites,CN=Configuration,DC=ad,DC=sys
[MarshalAs(UnmanagedType.Bool)] public bool fIsPdc;
[MarshalAs(UnmanagedType.Bool)] public bool fDsEnabled;
[MarshalAs(UnmanagedType.Bool)] public bool fIsGc;
public GUID SiteObjectGuid;
public GUID ComputerObjectGuid;
public GUID ServerObjectGuid;
public GUID NtdsDsaObjectGuid;
}
VB Definition:
Structure DS_DOMAIN_CONTROLLER_INFO_2
Public TODO
End Structure
User-Defined Field Types:
None.
Notes:
returned by DsGetDomainControllerInfo()
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.