windows::Win32::Networking::WinInet

Function InternetGoOnlineA

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