windows::Win32::Networking::WinInet

Function InternetGoOnlineW

pub unsafe fn InternetGoOnlineW<P0>(
    lpszurl: P0,
    hwndparent: HWND,
    dwflags: u32,
) -> Result<()>
where P0: Param<PCWSTR>,