pub unsafe extern "system" fn WlanHostedNetworkSetSecondaryKey(
hclienthandle: HANDLE,
dwkeylength: u32,
puckeydata: *const u8,
bispassphrase: BOOL,
bpersistent: BOOL,
pfailreason: *mut WLAN_HOSTED_NETWORK_REASON,
pvreserved: *mut c_void
) -> u32
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"