windows::Win32::NetworkManagement::WiFi

Function WlanUIEditProfile

pub unsafe fn WlanUIEditProfile<P1>(
    dwclientversion: u32,
    wstrprofilename: P1,
    pinterfaceguid: *const GUID,
    hwnd: HWND,
    wlstartpage: WL_DISPLAY_PAGES,
    preserved: Option<*const c_void>,
    pwlanreasoncode: Option<*mut u32>,
) -> u32
where P1: Param<PCWSTR>,