windows::Win32::Networking::WinInet

Function HttpOpenRequestW

pub unsafe fn HttpOpenRequestW<P1, P2, P3, P4>(
    hconnect: *const c_void,
    lpszverb: P1,
    lpszobjectname: P2,
    lpszversion: P3,
    lpszreferrer: P4,
    lplpszaccepttypes: Option<*const PCWSTR>,
    dwflags: u32,
    dwcontext: Option<usize>,
) -> *mut c_void
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,