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
a6c252c1
Commit
a6c252c1
authored
Oct 19, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Oct 22, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Update comments to match function parameters.
parent
8d6093e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
urlcache.c
dlls/wininet/urlcache.c
+6
-6
No files found.
dlls/wininet/urlcache.c
View file @
a6c252c1
...
...
@@ -2888,9 +2888,9 @@ DWORD WINAPI DeleteIE3Cache(HWND hWnd, HINSTANCE hInst, LPSTR lpszCmdLine, int n
* IsUrlCacheEntryExpiredA (WININET.@)
*
* PARAMS
* url
[I]
Url
* dwFlags
Unknown
* pftLastModified
Unknown ptr
* url
[I]
Url
* dwFlags
[I]
Unknown
* pftLastModified
[O] Last modified time
*/
BOOL
WINAPI
IsUrlCacheEntryExpiredA
(
LPCSTR
url
,
DWORD
dwFlags
,
FILETIME
*
pftLastModified
)
{
...
...
@@ -2902,9 +2902,9 @@ BOOL WINAPI IsUrlCacheEntryExpiredA( LPCSTR url, DWORD dwFlags, FILETIME* pftLas
* IsUrlCacheEntryExpiredW (WININET.@)
*
* PARAMS
* url
[I]
Url
* dwFlags
Unknown
* pftLastModified
Unknown ptr
* url
[I]
Url
* dwFlags
[I]
Unknown
* pftLastModified
[O] Last modified time
*/
BOOL
WINAPI
IsUrlCacheEntryExpiredW
(
LPCWSTR
url
,
DWORD
dwFlags
,
FILETIME
*
pftLastModified
)
{
...
...
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