#[repr(C)]pub struct DS_DOMAIN_CONTROLLER_INFO_2W {Show 14 fields
pub NetbiosName: PWSTR,
pub DnsHostName: PWSTR,
pub SiteName: PWSTR,
pub SiteObjectName: PWSTR,
pub ComputerObjectName: PWSTR,
pub ServerObjectName: PWSTR,
pub NtdsDsaObjectName: PWSTR,
pub fIsPdc: BOOL,
pub fDsEnabled: BOOL,
pub fIsGc: BOOL,
pub SiteObjectGuid: GUID,
pub ComputerObjectGuid: GUID,
pub ServerObjectGuid: GUID,
pub NtdsDsaObjectGuid: GUID,
}Expand description
Required features: ‘Win32_Networking_ActiveDirectory’, ‘Win32_Foundation’
Fields
NetbiosName: PWSTRDnsHostName: PWSTRSiteName: PWSTRSiteObjectName: PWSTRComputerObjectName: PWSTRServerObjectName: PWSTRNtdsDsaObjectName: PWSTRfIsPdc: BOOLfDsEnabled: BOOLfIsGc: BOOLSiteObjectGuid: GUIDComputerObjectGuid: GUIDServerObjectGuid: GUIDNtdsDsaObjectGuid: GUID