#[repr(C)]pub struct DS_DOMAIN_CONTROLLER_INFO_3W {Show 15 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 fIsRodc: BOOL,
pub SiteObjectGuid: GUID,
pub ComputerObjectGuid: GUID,
pub ServerObjectGuid: GUID,
pub NtdsDsaObjectGuid: GUID,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
Fields§
§NetbiosName: PWSTR
§DnsHostName: PWSTR
§SiteName: PWSTR
§SiteObjectName: PWSTR
§ComputerObjectName: PWSTR
§ServerObjectName: PWSTR
§NtdsDsaObjectName: PWSTR
§fIsPdc: BOOL
§fDsEnabled: BOOL
§fIsGc: BOOL
§fIsRodc: BOOL
§SiteObjectGuid: GUID
§ComputerObjectGuid: GUID
§ServerObjectGuid: GUID
§NtdsDsaObjectGuid: GUID