pub unsafe extern "system" fn WlanHostedNetworkQuerySecondaryKey(
    hclienthandle: HANDLE,
    pdwkeylength: *mut u32,
    ppuckeydata: *mut *mut u8,
    pbispassphrase: *mut BOOL,
    pbpersistent: *mut BOOL,
    pfailreason: *mut WLAN_HOSTED_NETWORK_REASON,
    pvreserved: *const c_void
) -> u32
Expand description

Required features: "Win32_Foundation"