Function windows::Win32::NetworkManagement::WiFi::WlanGetProfile

pub unsafe fn WlanGetProfile<P0, P1>(
    hclienthandle: P0,
    pinterfaceguid: *const GUID,
    strprofilename: P1,
    preserved: Option<*const c_void>,
    pstrprofilexml: *mut PWSTR,
    pdwflags: Option<*mut u32>,
    pdwgrantedaccess: Option<*mut u32>
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>,