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.
Contains information about offer flags.
Syntax
typedef struct _D3DKMT_OFFER_FLAGS {
union {
struct {
UINT OfferImmediately : 1;
UINT AllowDecommit : 1;
UINT Reserved : 30;
};
UINT Value;
};
} D3DKMT_OFFER_FLAGS;
Members
OfferImmediately
Offer immediately.
AllowDecommit
Allow decommit.
Reserved
Reserved for internal use.
Value
The value used to operate over the other members.
Requirements
| Requirement | Value |
|---|---|
| Header | d3dkmthk.h |