#[repr(C)]pub struct DNS_INTERFACE_SETTINGS3 {Show 16 fields
pub Version: u32,
pub Flags: u64,
pub Domain: PWSTR,
pub NameServer: PWSTR,
pub SearchList: PWSTR,
pub RegistrationEnabled: u32,
pub RegisterAdapterName: u32,
pub EnableLLMNR: u32,
pub QueryAdapterName: u32,
pub ProfileNameServer: PWSTR,
pub DisableUnconstrainedQueries: u32,
pub SupplementalSearchList: PWSTR,
pub cServerProperties: u32,
pub ServerProperties: *mut DNS_SERVER_PROPERTY,
pub cProfileServerProperties: u32,
pub ProfileServerProperties: *mut DNS_SERVER_PROPERTY,
}Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields§
§Version: u32§Flags: u64§Domain: PWSTR§NameServer: PWSTR§SearchList: PWSTR§RegistrationEnabled: u32§RegisterAdapterName: u32§EnableLLMNR: u32§QueryAdapterName: u32§ProfileNameServer: PWSTR§DisableUnconstrainedQueries: u32§SupplementalSearchList: PWSTR§cServerProperties: u32§ServerProperties: *mut DNS_SERVER_PROPERTY§cProfileServerProperties: u32§ProfileServerProperties: *mut DNS_SERVER_PROPERTY