Scroll to navigation

InternetGetCookieA(3w) Wine API InternetGetCookieA(3w)

NAME

InternetGetCookieA (WININET.@)

SYNOPSIS

BOOL InternetGetCookieA
(
LPCSTR lpszUrl,
LPCSTR lpszCookieName,
LPSTR lpCookieData,
LPDWORD lpdwSize
)
 

DESCRIPTION

Retrieve cookie from 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