DXGKDDI_CONTROL_ETW_LOGGING callback function (dispmprt.h)

The DxgkDdiControlEtwLogging function enables or disables Event Tracing for Windows (ETW) event logging.

Syntax

DXGKDDI_CONTROL_ETW_LOGGING DxgkddiControlEtwLogging;

void DxgkddiControlEtwLogging(
  [in] IN_BOOLEAN Enable,
  [in] IN_ULONG Flags,
  [in] IN_UCHAR Level
)
{...}

Parameters

[in] Enable

A Boolean value that indicates whether DxgkDdiControlEtwLogging enables or disables ETW event logging. TRUE indicates that it enables and FALSE indicates that it disables.

[in] Flags

A valid bitwise OR of values. Currently, no flags are defined.

[in] Level

A value that indicates the level of event logging.

Return value

None

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Target Platform Desktop
Header dispmprt.h (include Dispmprt.h)
IRQL PASSIVE_LEVEL