D3DKMT_STANDARDALLOCATIONTYPE - NtDoc

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

typedef enum _D3DKMT_STANDARDALLOCATIONTYPE {
  D3DKMT_STANDARDALLOCATIONTYPE_EXISTINGHEAP,
  D3DKMT_STANDARDALLOCATIONTYPE_INTERNALBACKINGSTORE,
  D3DKMT_STANDARDALLOCATIONTYPE_MAX
} D3DKMT_STANDARDALLOCATIONTYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-_d3dkmt_standardallocationtype)

D3DKMT_STANDARDALLOCATIONTYPE enumeration

Description

The D3DKMT_STANDARDALLOCATIONTYPE enumeration specifies the standard allocation type.

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.

See also

D3DKMT_CREATESTANDARDALLOCATION

D3DKMTCreateAllocation