D3DKMT_OFFER_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_OFFER_FLAGS {
  union {
    struct {
      UINT OfferImmediately : 1;
      UINT AllowDecommit : 1;
      UINT Reserved : 30;
    };
    UINT Value;
  };
} D3DKMT_OFFER_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_offer_flags)

_D3DKMT_OFFER_FLAGS structure

Description

Contains information about offer flags.

Members

OfferImmediately

Offer immediately.

AllowDecommit

Allow decommit.

Reserved

Reserved for internal use.

Value

The value used to operate over the other members.

Remarks

See also