// dispmprt.h
DXGKDDI_CONTROL_ETW_LOGGING DxgkddiControlEtwLogging;
VOID DxgkddiControlEtwLogging(
[in] IN_BOOLEAN Enable,
[in] IN_ULONG Flags,
[in] IN_UCHAR Level
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The DxgkDdiControlEtwLogging function enables or disables Event Tracing for Windows (ETW) event logging.
Enable [in]A Boolean value that indicates whether DxgkDdiControlEtwLogging enables or disables ETW event logging. TRUE indicates that it enables and FALSE indicates that it disables.
Flags [in]A valid bitwise OR of values. Currently, no flags are defined.
Level [in]A value that indicates the level of event logging.