#[repr(C)]pub struct DS_DOMAIN_CONTROLLER_INFO_1A {
pub NetbiosName: PSTR,
pub DnsHostName: PSTR,
pub SiteName: PSTR,
pub ComputerObjectName: PSTR,
pub ServerObjectName: PSTR,
pub fIsPdc: BOOL,
pub fDsEnabled: BOOL,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
Fields§
§NetbiosName: PSTR
§DnsHostName: PSTR
§SiteName: PSTR
§ComputerObjectName: PSTR
§ServerObjectName: PSTR
§fIsPdc: BOOL
§fDsEnabled: BOOL