[advapi32] Add stub for GetTraceLoggerHandle

Nikolay Sivov bunglehead at gmail.com
Sun Apr 13 08:57:49 CDT 2014


>   /******************************************************************************
> + * 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