#[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: u32Flags: u64Domain: PWSTRNameServer: PWSTRSearchList: PWSTRRegistrationEnabled: u32RegisterAdapterName: u32EnableLLMNR: u32QueryAdapterName: u32ProfileNameServer: PWSTRDisableUnconstrainedQueries: u32SupplementalSearchList: PWSTRcServerProperties: u32ServerProperties: *mut DNS_SERVER_PROPERTYcProfileServerProperties: u32ProfileServerProperties: *mut DNS_SERVER_PROPERTY

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.