Re: httpapi: add method stub for HttpAddUrl()
11 Jan
2012
11 Jan
'12
11:56 a.m.
On 1/11/2012 13:41, Arash Cordi wrote:
+ +ULONG WINAPI HttpAddUrl( HANDLE handle, PCWSTR url, PVOID reserved ) +{ + FIXME( "(%p %p %p): stub!\n", handle, url, reserved); + return ERROR_CALL_NOT_IMPLEMENTED; +} + Please use %s format for 'url' so it will be visible in logs.
11 Jan
11 Jan
12:08 p.m.
New subject: httpapi: add method stub for HttpAddUrl()
On 11 January 2012 12:56, Nikolay Sivov <bunglehead(a)gmail.com> wrote:
On 1/11/2012 13:41, Arash Cordi wrote:
+ +ULONG WINAPI HttpAddUrl( HANDLE handle, PCWSTR url, PVOID reserved ) +{ + FIXME( "(%p %p %p): stub!\n", handle, url, reserved); + return ERROR_CALL_NOT_IMPLEMENTED; +} +
Please use %s format for 'url' so it will be visible in logs.
But note that you need debugstr_w() as well in that case.
5087
Age (days ago)
5087
Last active (days ago)
1 comments
2 participants
participants (2)
-
Henri Verbeet -
Nikolay Sivov