[advapi32] add stub for GetTraceLoggerHandle (try 2)

Dmitry Timoshkov dmitry at baikal.ru
Mon Apr 14 03:19:33 CDT 2014


Vijay Kiran Kamuju <infyquest at gmail.com> wrote:

> +TRACEHANDLE WINAPI GetTraceLoggerHandle( PVOID lpBuffer )
> +{
> +    FIXME("(%p) stub\n", lpBuffer);
> +    return ERROR_INVALID_PARAMETER;
> +}

What this API is supposed to return?

-- 
Dmitry.



More information about the wine-devel mailing list