// d3dkmthk.h
typedef union _D3DKMT_SETFSEBLOCKFLAGS {
struct {
UINT Block : 1;
UINT Reserved : 31;
};
UINT Value;
} D3DKMT_SETFSEBLOCKFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
Used to set the FSE (full screen exclusive) block flags.
BlockThe FSE block.
ReservedReserved for internal use.
ValueThe value used to operate over the other members.