ملاحظة
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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 |