ReactOS 0.4.17-dev-116-ga4b6fe9
_D3DDDI_ALLOCATIONLIST Struct Reference

#include <d3dkmthk.h>

Collaboration diagram for _D3DDDI_ALLOCATIONLIST:

Public Attributes

D3DKMT_HANDLE hAllocation
 
union {
   struct {
      UINT   WriteOperation: 1
 
      UINT   DoNotRetireInstance: 1
 
      UINT   OfferPriority: 3
 
      UINT   Reserved: 27
 
   }   DUMMYSTRUCTNAME
 
   UINT   Value
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 48 of file d3dkmthk.h.

Member Data Documentation

◆ DoNotRetireInstance

UINT _D3DDDI_ALLOCATIONLIST::DoNotRetireInstance

Definition at line 56 of file d3dkmthk.h.

◆ 

struct { ... } _D3DDDI_ALLOCATIONLIST::DUMMYSTRUCTNAME

◆ 

union { ... } _D3DDDI_ALLOCATIONLIST::DUMMYUNIONNAME

◆ hAllocation

D3DKMT_HANDLE _D3DDDI_ALLOCATIONLIST::hAllocation

Definition at line 50 of file d3dkmthk.h.

◆ OfferPriority

UINT _D3DDDI_ALLOCATIONLIST::OfferPriority

Definition at line 57 of file d3dkmthk.h.

◆ Reserved

UINT _D3DDDI_ALLOCATIONLIST::Reserved

Definition at line 58 of file d3dkmthk.h.

◆ Value

UINT _D3DDDI_ALLOCATIONLIST::Value

Definition at line 60 of file d3dkmthk.h.

◆ WriteOperation

UINT _D3DDDI_ALLOCATIONLIST::WriteOperation

Definition at line 55 of file d3dkmthk.h.


The documentation for this struct was generated from the following file: