Stub for InternetGetCookieA.

This commit is contained in:
Ulrich Czekalla 2001-06-14 19:24:50 +00:00 committed by Alexandre Julliard
parent a57befe72d
commit 49dd3fb448
2 changed files with 19 additions and 1 deletions

View File

@ -917,6 +917,24 @@ BOOL WINAPI InternetQueryOptionA(HINTERNET hInternet, DWORD dwOption,
}
/***********************************************************************
* InternetGetCookieA
*
* Retrieve cookie from the specified url
*
* RETURNS
* TRUE on success
* FALSE on failure
*
*/
BOOLAPI InternetGetCookieA(LPCSTR lpszUrl, LPCSTR lpszCookieName,
LPSTR lpCookieData, LPDWORD lpdwSize)
{
FIXME("Stub\n");
return FALSE;
}
/***********************************************************************
* GetInternetScheme (internal)
*

View File

@ -114,7 +114,7 @@ debug_channels (wininet)
@ stub InternetFindNextFileW
@ stub InternetGetCertByURL
@ stdcall InternetGetConnectedState(ptr long) InternetGetConnectedState
@ stub InternetGetCookieA
@ stdcall InternetGetCookieA(str str str long) InternetGetCookieA
@ stub InternetGetCookieW
@ stdcall InternetGetLastResponseInfoA(ptr str ptr) InternetGetLastResponseInfoA
@ stub InternetGetLastResponseInfoW