[advapi32] Add stub for GetTraceLoggerHandle

Vijay Kiran Kamuju infyquest at gmail.com
Sun Apr 13 09:16:06 CDT 2014


Ooops my mistake forgot to edit some other stuff

This api  retrieves the handle of the event tracing session.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363897(v=vs.85).aspx

This fixes the http://bugs.winehq.org/show_bug.cgi?id=35835

On Sun, Apr 13, 2014 at 2:03 PM, Dmitry Timoshkov <dmitry at baikal.ru> wrote:
> Vijay Kiran Kamuju <infyquest at gmail.com> wrote:
>
>>  /******************************************************************************
>> + * EnableTrace [ADVAPI32.@]
>> + */
>
> What does this belong to?
>
>> +TRACEHANDLE WINAPI GetTraceLoggerHandle( PVOID lpBuffer )
>> +{
>> +    FIXME("(%p) stub\n", lpBuffer);
>> +    return ERROR_INVALID_PARAMETER;
>> +}
>
> What this API is supposed to return?
>
>> +
>> +ULONG WINAPI EnableTrace( ULONG enable, ULONG flag, ULONG level, LPCGUID guid, TRACEHANDLE hSession )
>> +/******************************************************************************
>
> What's that?
>
> --
> Dmitry.



More information about the wine-devel mailing list