#[repr(C)]
pub struct DNS_QUERY_REQUEST3 { pub Version: u32, pub QueryName: PCWSTR, pub QueryType: u16, pub QueryOptions: u64, pub pDnsServerList: *mut DNS_ADDR_ARRAY, pub InterfaceIndex: u32, pub pQueryCompletionCallback: PDNS_QUERY_COMPLETION_ROUTINE, pub pQueryContext: *mut c_void, pub IsNetworkQueryRequired: BOOL, pub RequiredNetworkIndex: u32, pub cCustomServers: u32, pub pCustomServers: *mut DNS_CUSTOM_SERVER, }
Expand description

Required features: "Win32_NetworkManagement_Dns", "Win32_Foundation"

Fields

Version: u32QueryName: PCWSTRQueryType: u16QueryOptions: u64pDnsServerList: *mut DNS_ADDR_ARRAYInterfaceIndex: u32pQueryCompletionCallback: PDNS_QUERY_COMPLETION_ROUTINEpQueryContext: *mut c_voidIsNetworkQueryRequired: BOOLRequiredNetworkIndex: u32cCustomServers: u32pCustomServers: *mut DNS_CUSTOM_SERVER

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.