D3DKMT_STANDARDALLOCATION_EXISTINGHEAP - NtDoc

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

typedef struct _D3DKMT_STANDARDALLOCATION_EXISTINGHEAP {
  D3DKMT_ALIGN64 D3DKMT_SIZE_T Size;
} D3DKMT_STANDARDALLOCATION_EXISTINGHEAP;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_standardallocation_existingheap)

D3DKMT_STANDARDALLOCATION_EXISTINGHEAP structure

Description

The D3DKMT_STANDARDALLOCATION_EXISTINGHEAP structure holds information about an existing heap.

Members

Size

Size in bytes of the heap.

See also

D3DKMT_CREATESTANDARDALLOCATION

D3DKMTCreateAllocation