Scroll to navigation

InternetSetCookieExW(3w) Wine API InternetSetCookieExW(3w)

NAME

InternetSetCookieExW (WININET.@)

SYNOPSIS

DWORD InternetSetCookieExW
(
LPCWSTR lpszURL,
LPCWSTR lpszCookieName,
LPCWSTR lpszCookieData,
DWORD dwFlags,
DWORD_PTR dwReserved
)
 

DESCRIPTION

Sets a cookie for the specified URL.
 

RETURNS

TRUE on success FALSE on failure
 

IMPLEMENTATION

Declared in "wininet.h".
Implemented in "dlls/wininet/cookie.c".
Debug channel "wininet".
Oct 2012 Wine API