Correct parameter names for InternetSetFilePointer.

This commit is contained in:
James Hawkins 2005-10-28 10:08:44 +00:00 committed by Alexandre Julliard
parent 8ecefe9e93
commit 19ce8115a8
1 changed files with 2 additions and 1 deletions

View File

@ -1644,7 +1644,8 @@ INTERNET_STATUS_CALLBACK WINAPI InternetSetStatusCallbackW(
/*********************************************************************** /***********************************************************************
* InternetSetFilePointer (WININET.@) * InternetSetFilePointer (WININET.@)
*/ */
DWORD WINAPI InternetSetFilePointer(HINTERNET f1, LONG f2, PVOID f3, DWORD f4, DWORD f5) DWORD WINAPI InternetSetFilePointer(HINTERNET hFile, LONG lDistanceToMove,
PVOID pReserved, DWORD dwMoveContext, DWORD dwContext)
{ {
FIXME("stub\n"); FIXME("stub\n");
return FALSE; return FALSE;