Struct windows_sys::Win32::NetworkManagement::Dns::DNS_QUERY_REQUEST3
[−]#[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: u32
QueryName: PCWSTR
QueryType: u16
QueryOptions: u64
pDnsServerList: *mut DNS_ADDR_ARRAY
InterfaceIndex: u32
pQueryCompletionCallback: PDNS_QUERY_COMPLETION_ROUTINE
pQueryContext: *mut c_void
IsNetworkQueryRequired: BOOL
RequiredNetworkIndex: u32
cCustomServers: u32
pCustomServers: *mut DNS_CUSTOM_SERVER
Trait Implementations
impl Clone for DNS_QUERY_REQUEST3
impl Clone for DNS_QUERY_REQUEST3
impl Copy for DNS_QUERY_REQUEST3
Auto Trait Implementations
impl RefUnwindSafe for DNS_QUERY_REQUEST3
impl !Send for DNS_QUERY_REQUEST3
impl !Sync for DNS_QUERY_REQUEST3
impl Unpin for DNS_QUERY_REQUEST3
impl UnwindSafe for DNS_QUERY_REQUEST3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more