More debug output for InternetGetCookie, added stub for InternetSetCookie.

This commit is contained in:
Marcus Meissner 2001-09-10 23:12:42 +00:00 committed by Alexandre Julliard
parent 4d2f173ce3
commit 98343e325c
2 changed files with 22 additions and 5 deletions

View file

@ -932,10 +932,27 @@ BOOL WINAPI InternetQueryOptionA(HINTERNET hInternet, DWORD dwOption,
BOOL WINAPI InternetGetCookieA(LPCSTR lpszUrl, LPCSTR lpszCookieName, BOOL WINAPI InternetGetCookieA(LPCSTR lpszUrl, LPCSTR lpszCookieName,
LPSTR lpCookieData, LPDWORD lpdwSize) LPSTR lpCookieData, LPDWORD lpdwSize)
{ {
FIXME("Stub\n"); FIXME("(%s,%s,%p), stub!\n",debugstr_a(lpszUrl),debugstr_a(lpszCookieName),
return FALSE; lpCookieData
);
return FALSE;
}
/***********************************************************************
* InternetSetCookieA (WININET.@)
*
* Sets cookie for the specified url
*
* RETURNS
* TRUE on success
* FALSE on failure
*
*/
BOOL WINAPI InternetSetCookieA(
LPCSTR lpszUrl, LPCSTR lpszCookieName, LPCSTR lpCookieData
) {
FIXME("(%s,%s,%s), stub!\n",debugstr_a(lpszUrl),debugstr_a(lpszCookieName),debugstr_a(lpCookieData));
return FALSE;
} }
/*********************************************************************** /***********************************************************************
* GetInternetScheme (internal) * GetInternetScheme (internal)

View file

@ -114,7 +114,7 @@ debug_channels (wininet)
@ stub InternetFindNextFileW @ stub InternetFindNextFileW
@ stub InternetGetCertByURL @ stub InternetGetCertByURL
@ stdcall InternetGetConnectedState(ptr long) InternetGetConnectedState @ stdcall InternetGetConnectedState(ptr long) InternetGetConnectedState
@ stdcall InternetGetCookieA(str str str long) InternetGetCookieA @ stdcall InternetGetCookieA(str str ptr long) InternetGetCookieA
@ stub InternetGetCookieW @ stub InternetGetCookieW
@ stdcall InternetGetLastResponseInfoA(ptr str ptr) InternetGetLastResponseInfoA @ stdcall InternetGetLastResponseInfoA(ptr str ptr) InternetGetLastResponseInfoA
@ stub InternetGetLastResponseInfoW @ stub InternetGetLastResponseInfoW
@ -133,7 +133,7 @@ debug_channels (wininet)
@ stub InternetReadFileExA @ stub InternetReadFileExA
@ stub InternetReadFileExW @ stub InternetReadFileExW
@ stub InternetServerPushParse @ stub InternetServerPushParse
@ stub InternetSetCookieA @ stdcall InternetSetCookieA(str str str) InternetSetCookieA
@ stub InternetSetCookieW @ stub InternetSetCookieW
@ stub InternetSetDialState @ stub InternetSetDialState
@ stub InternetSetFilePointer @ stub InternetSetFilePointer