DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

typedef struct _DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS, *PDXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-dxgkarg_system_display_enable_flags)

DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS structure

Description

DXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS is reserved for system use.

Members

Reserved

Value

Remarks

See also

DxgkddiSystemDisplayEnable