Function windows::Win32::NetworkManagement::WiFi::WlanGetSecuritySettings
pub unsafe fn WlanGetSecuritySettings<P0>(
hclienthandle: P0,
securableobject: WLAN_SECURABLE_OBJECT,
pvaluetype: Option<*mut WLAN_OPCODE_VALUE_TYPE>,
pstrcurrentsddl: *mut PWSTR,
pdwgrantedaccess: *mut u32,
) -> u32where
P0: Param<HANDLE>,