windows::Win32::Networking::WinInet

Function InternetGetCookieW

pub unsafe fn InternetGetCookieW<P0, P1>(
    lpszurl: P0,
    lpszcookiename: P1,
    lpszcookiedata: Option<PWSTR>,
    lpdwsize: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,