windows::Win32::NetworkManagement::Dns

Function DnsQueryConfig

pub unsafe fn DnsQueryConfig<P2>(
    config: DNS_CONFIG_TYPE,
    flag: u32,
    pwsadaptername: P2,
    preserved: Option<*const c_void>,
    pbuffer: Option<*mut c_void>,
    pbuflen: *mut u32,
) -> i32
where P2: Param<PCWSTR>,