[HTTPAPI]

* Sync to Wine 1.3.37.

svn path=/trunk/; revision=55142
This commit is contained in:
Amine Khaldi 2012-01-24 13:54:58 +00:00
parent 12d4780a2a
commit 6528ad11a0
3 changed files with 21 additions and 2 deletions

View file

@ -5,7 +5,7 @@
@ stub HttpCreateAppPool
@ stub HttpCreateConfigGroup
@ stub HttpCreateFilter
@ stub HttpCreateHttpHandle
@ stdcall HttpCreateHttpHandle(ptr long)
@ stub HttpDeleteConfigGroup
@ stdcall HttpDeleteServiceConfiguration(ptr long ptr long ptr)
@ stub HttpFilterAccept

View file

@ -157,3 +157,22 @@ ULONG WINAPI HttpSetServiceConfiguration( HANDLE handle, HTTP_SERVICE_CONFIG_ID
FIXME( "(%p, %d, %p, %d, %p): stub!\n", handle, type, config, length, overlapped );
return NO_ERROR;
}
/***********************************************************************
* HttpCreateHttpHandle (HTTPAPI.@)
*
* Creates a handle to the HTTP request queue
*
* PARAMS
* handle [O] handle to request queue
* reserved [I] reserved, must be NULL
*
* RETURNS
* NO_ERROR if function succeeds, or error code if function fails
*
*/
ULONG WINAPI HttpCreateHttpHandle( PHANDLE handle, ULONG reserved )
{
FIXME( "(%p, %d): stub!\n", handle, reserved);
return ERROR_CALL_NOT_IMPLEMENTED;
}

View file

@ -65,7 +65,7 @@ reactos/dll/win32/gdiplus # Autosync
reactos/dll/win32/hhctrl.ocx # Autosync
reactos/dll/win32/hlink # Autosync
reactos/dll/win32/hnetcfg # Autosync
reactos/dll/win32/httpapi # Autosync
reactos/dll/win32/httpapi # Synced to Wine-1.3.37
reactos/dll/win32/iccvid # Autosync
reactos/dll/win32/icmp # Synced to Wine-0_9_10
reactos/dll/win32/imaadp32.acm # Autosync