DxgkDdiControlEtwLogging routine
The DxgkDdiControlEtwLogging function enables or disables Event Tracing for Windows (ETW) event logging.
Syntax
PDXGKDDI_CONTROL_ETW_LOGGING DxgkDdiControlEtwLogging;
VOID DxgkDdiControlEtwLogging(
_In_ BOOLEAN Enable,
_In_ ULONG Flags,
_In_ UCHAR Level
)
{ ... }
Parameters
- 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.
Return value
This routine does not return a value.
Requirements
|
Version | Available in Windows Vista and later versions of the Windows operating systems. |
|---|---|
|
Header |
|
|
IRQL | PASSIVE_LEVEL |
Send comments about this topic to Microsoft
Build date: 11/29/2012
