Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to query for the FSE (full screen exclusive) flags.
Syntax
typedef union _D3DKMT_QUERYFSEFLAGS {
struct {
UINT Blocked : 1;
UINT Reserved : 31;
};
UINT Value;
} D3DKMT_QUERYFSEBLOCKFLAGS;
Members
Blocked
Indicates whether the FSE is blocked.
Reserved
Reserved for internal use.
Value
The value used to operate over the other members.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |