windows::Win32::NetworkManagement::Rras

Function RasGetEapUserIdentityW

pub unsafe fn RasGetEapUserIdentityW<P0, P1>(
    pszphonebook: P0,
    pszentry: P1,
    dwflags: u32,
    hwnd: HWND,
    ppraseapuseridentity: *mut *mut RASEAPUSERIDENTITYW,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,