D3DKMT_QUERYFSEBLOCKFLAGS - NtDoc

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

typedef union _D3DKMT_QUERYFSEFLAGS {
  struct {
    UINT Blocked : 1;
    UINT Reserved : 31;
  };
  UINT   Value;
} D3DKMT_QUERYFSEBLOCKFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_queryfseflags)

_D3DKMT_QUERYFSEFLAGS structure

Description

Used to query for the FSE (full screen exclusive) flags.

Members

Blocked

Indicates whether the FSE is blocked.

Reserved

Reserved for internal use.

Value

The value used to operate over the other members.

Remarks

See also