RegisterTraceGuidsW(3w)

NAME

RegisterTraceGuidsW (ADVAPI32.@)

SYNOPSIS

ULONG RegisterTraceGuidsW
 (
  WMIDPREQUEST             RequestAddress,
  PVOID                    RequestContext,
  LPCGUID                  ControlGuid,
  ULONG                    GuidCount,
  PTRACE_GUID_REGISTRATION TraceGuidReg,
  LPCWSTR                  MofImagePath,
  LPCWSTR                  MofResourceName,
  PTRACEHANDLE             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.

MofResourceNmae [In] not supported, set to NULL.

RegistrationHandle [Out] Provider's registration handle.

RETURNS

Success: ERROR_SUCCESS

Failure: System error code.

FIXME

Stub.

IMPLEMENTATION

Defined in "evntrace.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/eventlog.c".

Debug channel "advapi".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout