[advapi32] Add stub for GetTraceLoggerHandle

Vijay Kiran Kamuju infyquest at gmail.com
Sun Apr 13 09:18:08 CDT 2014


Yeah, I forgot to edit the comments.
If the function fails, it returns INVALID_HANDLE_VALUE. To get
extended error information, call theGetLastError function.
Please check the msdn link below
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363897(v=vs.85).aspx

Thanks,
Vijay

On Sun, Apr 13, 2014 at 1:57 PM, Nikolay Sivov <bunglehead at gmail.com> wrote:
>>
>> /******************************************************************************
>> + * EnableTrace [ADVAPI32.@]
>> + */
>> +TRACEHANDLE WINAPI GetTraceLoggerHandle( PVOID lpBuffer )
>> +{
>> +    FIXME("(%p) stub\n", lpBuffer);
>> +    return ERROR_INVALID_PARAMETER;
>> +}
>
> It returns trace handle, not an error code. Comment is wrong too.
>
>



More information about the wine-devel mailing list