// d3dukmdt.h
typedef struct D3DDDI_OFFER_FLAGS {
union {
struct {
UINT AllowDecommit : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DDDI_OFFER_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
Offer flags.
AllowDecommitAllow decommit.
ReservedReserved.
Value