Scroll to navigation

InternetGetCookieExA(3w) Wine API InternetGetCookieExA(3w)

NAME

InternetGetCookieExA (WININET.@)

SYNOPSIS

BOOL InternetGetCookieExA
(
LPCSTR pchURL,
LPCSTR pchCookieName,
LPSTR pchCookieData,
LPDWORD pcchCookieData,
DWORD dwFlags,
LPVOID lpReserved
)
 

DESCRIPTION

See InternetGetCookieExW(3w).
 

IMPLEMENTATION

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