D3DKMT_STANDARDALLOCATIONTYPE enumeration (d3dkmthk.h)

The D3DKMT_STANDARDALLOCATIONTYPE enumeration specifies the standard allocation type.

Syntax

typedef enum _D3DKMT_STANDARDALLOCATIONTYPE {
  D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP,
  D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE,
  D3DKMT_STANDARDALLOCATIONTYPE_MAX
} D3DKMT_STANDARDALLOCATIONTYPE;

Constants

 
D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP
The allocation type is an existing heap.
D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE
The allocation type is an internal backing store.
D3DKMT_STANDARDALLOCATIONTYPE_MAX
Maximum value for the enumeration.

Requirements

Requirement Value
Header d3dkmthk.h

See also

D3DKMT_CREATESTANDARDALLOCATION

D3DKMTCreateAllocation