Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | Windows Vista |
Target Platform | Desktop |
Header | dispmprt.h (include Dispmprt.h) |
IRQL | PASSIVE_LEVEL |