D3DKMT_STANDARDALLOCATION_EXISTINGHEAP structure (d3dkmthk.h)

The D3DKMT_STANDARDALLOCATION_EXISTINGHEAP structure holds information about an existing heap.

Syntax

typedef struct _D3DKMT_STANDARDALLOCATION_EXISTINGHEAP {
  D3DKMT_ALIGN64 D3DKMT_SIZE_T Size;
} D3DKMT_STANDARDALLOCATION_EXISTINGHEAP;

Members

Size

Size in bytes of the heap.

Requirements

Requirement Value
Header d3dkmthk.h

See also

D3DKMT_CREATESTANDARDALLOCATION

D3DKMTCreateAllocation