table of contents
other versions
- wheezy 1.4.1-4
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 failureIMPLEMENTATION¶
Declared in "wininet.h". Implemented in "dlls/wininet/cookie.c". Debug channel "wininet".Oct 2012 | Wine API |