DXGKARGCB_ISFEATUREENABLED2_FLAGS - NtDoc

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

typedef struct _DXGKARGCB_ISFEATUREENABLED2_FLAGS {
  union {
    struct {
      UINT32 Reserved : 32;
    };
    UINT32 Value;
  };
} DXGKARGCB_ISFEATUREENABLED2_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkargcb_isfeatureenabled2_flags)

Description

The DXGKARGCB_ISFEATUREENABLED2_FLAGS structure contains optional flags for querying feature enabled state.

Members

Reserved

Reserved for system use.

Value

An alternative way to access members of this structure.

Remarks

For more information, see Querying WDDM feature support and enablement.

See also

DXGKARGCB_ISFEATUREENABLED2