Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WdfDriverRegisterTraceInfo function (wdfdriver.h)

[Applies to KMDF only]

The WdfDriverRegisterTraceInfo method is reserved for internal use only.

Syntax

NTSTATUS WdfDriverRegisterTraceInfo(
 [in] PDRIVER_OBJECT DriverObject,
 [in] PFN_WDF_TRACE_CALLBACK EvtTraceCallback,
 [in] PVOID ControlBlock
);

Parameters

[in] DriverObject

[in] EvtTraceCallback

[in] ControlBlock

Requirements

Requirement Value
Target Platform Windows
Header wdfdriver.h (include Wdf.h)
IRQL Not applicable
DDI compliance rules DriverCreate(kmdf)

Feedback

Was this page helpful?

Additional resources