Commit a6c252c1 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wininet: Update comments to match function parameters.

parent 8d6093e6
......@@ -2889,8 +2889,8 @@ DWORD WINAPI DeleteIE3Cache(HWND hWnd, HINSTANCE hInst, LPSTR lpszCmdLine, int n
*
* PARAMS
* url [I] Url
* dwFlags Unknown
* pftLastModified Unknown ptr
* dwFlags [I] Unknown
* pftLastModified [O] Last modified time
*/
BOOL WINAPI IsUrlCacheEntryExpiredA( LPCSTR url, DWORD dwFlags, FILETIME* pftLastModified )
{
......@@ -2903,8 +2903,8 @@ BOOL WINAPI IsUrlCacheEntryExpiredA( LPCSTR url, DWORD dwFlags, FILETIME* pftLas
*
* PARAMS
* url [I] Url
* dwFlags Unknown
* pftLastModified Unknown ptr
* dwFlags [I] Unknown
* pftLastModified [O] Last modified time
*/
BOOL WINAPI IsUrlCacheEntryExpiredW( LPCWSTR url, DWORD dwFlags, FILETIME* pftLastModified )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment