// d3dkmthk.h
typedef union _D3DKMT_QUERYFSEFLAGS {
struct {
UINT Blocked : 1;
UINT Reserved : 31;
};
UINT Value;
} D3DKMT_QUERYFSEBLOCKFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
Used to query for the FSE (full screen exclusive) flags.
BlockedIndicates whether the FSE is blocked.
ReservedReserved for internal use.
ValueThe value used to operate over the other members.