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).as...
This fixes the http://bugs.winehq.org/show_bug.cgi?id=35835
On Sun, Apr 13, 2014 at 2:03 PM, Dmitry Timoshkov dmitry@baikal.ru wrote:
Vijay Kiran Kamuju infyquest@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.