.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RegisterTraceGuidsW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRegisterTraceGuidsW\fR (ADVAPI32.@) .SH SYNOPSIS ULONG RegisterTraceGuidsW ( WMIDPREQUEST \fIRequestAddress\fR, PVOID \fIRequestContext\fR, LPCGUID \fIControlGuid\fR, ULONG \fIGuidCount\fR, PTRACE_GUID_REGISTRATION \fITraceGuidReg\fR, LPCWSTR \fIMofImagePath\fR, LPCWSTR \fIMofResourceName\fR, PTRACEHANDLE \fIRegistrationHandle\fR ) .SH DESCRIPTION .PP Register an event trace provider and the event trace classes that it uses to generate events. .SH PARAMS \fIRequestAddress\fR \fB[In]\fR ControlCallback function. .PP \fIRequestContext\fR \fB[In]\fR Optional provider-defined context. .PP \fIControlGuid\fR \fB[In]\fR \fBGUID\fR of the registering provider. .PP \fIGuidCount\fR \fB[In]\fR Number of elements in the \fITraceGuidReg\fR array. .PP \fITraceGuidReg\fR \fB[In/Out]\fR Array of \fBTRACE_GUID_REGISTRATION\fR structures. .PP \fIMofImagePath\fR \fB[In]\fR not supported, set to \fBNULL\fR. .PP MofResourceNmae \fB[In]\fR not supported, set to \fBNULL\fR. .PP \fIRegistrationHandle\fR \fB[Out]\fR Provider's registration handle. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR .PP \fBFailure:\fR System error code. .SH FIXME .PP Stub. .SH IMPLEMENTATION .PP Declared in \fB"evntrace.h"\fR. .PP Implemented in \fB"dlls/advapi32/eventlog.c"\fR. .PP Debug channel \fB"advapi"\fR.