D3DKMT_STANDARDALLOCATIONTYPE-Enumeration (d3dkmthk.h)

Die D3DKMT_STANDARDALLOCATIONTYPE-Enumeration gibt den Standardzuordnungstyp an.

Syntax

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

Konstanten

 
D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP
Der Zuordnungstyp ist ein vorhandener Heap.
D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE
Der Zuordnungstyp ist ein interner Sicherungsspeicher.
D3DKMT_STANDARDALLOCATIONTYPE_MAX
Maximaler Wert für die Enumeration.

Anforderungen

Anforderung Wert
Header d3dkmthk.h

Weitere Informationen

D3DKMT_CREATESTANDARDALLOCATION

D3DKMTCreateAllocation