Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
49dd3fb4
Commit
49dd3fb4
authored
Jun 14, 2001
by
Ulrich Czekalla
Committed by
Alexandre Julliard
Jun 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for InternetGetCookieA.
parent
a57befe7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
internet.c
dlls/wininet/internet.c
+18
-0
wininet.spec
dlls/wininet/wininet.spec
+1
-1
No files found.
dlls/wininet/internet.c
View file @
49dd3fb4
...
@@ -918,6 +918,24 @@ BOOL WINAPI InternetQueryOptionA(HINTERNET hInternet, DWORD dwOption,
...
@@ -918,6 +918,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)
* GetInternetScheme (internal)
*
*
* Get scheme of url
* Get scheme of url
...
...
dlls/wininet/wininet.spec
View file @
49dd3fb4
...
@@ -114,7 +114,7 @@ debug_channels (wininet)
...
@@ -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
@ st
ub
InternetGetCookieA
@ st
dcall InternetGetCookieA(str str str long)
InternetGetCookieA
@ stub InternetGetCookieW
@ stub InternetGetCookieW
@ stdcall InternetGetLastResponseInfoA(ptr str ptr) InternetGetLastResponseInfoA
@ stdcall InternetGetLastResponseInfoA(ptr str ptr) InternetGetLastResponseInfoA
@ stub InternetGetLastResponseInfoW
@ stub InternetGetLastResponseInfoW
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment