NAME

EtwRegisterTraceGuidsW  (NTDLL.@)

SYNOPSIS

 ULONG EtwRegisterTraceGuidsW
 (
  WMIDPREQUEST             RequestAddress,
  void*                    RequestContext,
  const GUID*              ControlGuid,
  ULONG                    GuidCount,
  TRACE_GUID_REGISTRATION* TraceGuidReg,
  const WCHAR*             MofImagePath,
  const WCHAR*             MofResourceName,
  TRACEHANDLE*             RegistrationHandle
 )

DESCRIPTION

Register an event trace provider and the event trace classes that it uses to generate events.

PARAMS

RequestAddress [In] ControlCallback function.
RequestContext [In] Optional provider-defined context.
ControlGuid [In] GUID of the registering provider.
GuidCount [In] Number of elements in the TraceGuidReg array.
TraceGuidReg [In/Out] Array of TRACE_GUID_REGISTRATION structures.
MofImagePath [In] not supported, set to NULL.
MofResourceName [In] not supported, set to NULL.
RegistrationHandle [Out] Provider's registration handle.

RETURNS

Success: ERROR_SUCCESS

Failure: System error code

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ntdll/misc.c". https://source.winehq.org/source/dlls/ntdll/misc.c

Debug channel "ntdll".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.