.\" -*- nroff -*-
.\" Generated file - DO NOT EDIT!
.TH InternetGetCookieA 3w "Oct 2012" "Wine API" "Wine API"

.SH NAME
\fBInternetGetCookieA\fR (WININET.@)
.SH SYNOPSIS
BOOL InternetGetCookieA
 (
  LPCSTR  \fIlpszUrl\fR,
  LPCSTR  \fIlpszCookieName\fR,
  LPSTR   \fIlpCookieData\fR,
  LPDWORD \fIlpdwSize\fR
 )

.SH DESCRIPTION
.PP
Retrieve cookie from the specified url. 

.SH RETURNS
.PP
\fBTRUE\fR on success \fBFALSE\fR on failure 

.SH IMPLEMENTATION
.PP
Declared in \fB"wininet.h"\fR. 
.PP
Implemented in \fB"dlls/wininet/cookie.c"\fR. 
.PP
Debug channel \fB"wininet"\fR.