D3DKMT_ALLOCATIONRESIDENCYSTATUS - NtDoc

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

typedef enum _D3DKMT_ALLOCATIONRESIDENCYSTATUS {
  D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINGPUMEMORY,
  D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINSHAREDMEMORY,
  D3DKMT_ALLOCATIONRESIDENCYSTATUS_NOTRESIDENT
} D3DKMT_ALLOCATIONRESIDENCYSTATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_ALLOCATIONRESIDENCYSTATUS enumeration

Description

The allocation residency status.

Constants

D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINGPUMEMORY

Resident in GPU memory.

D3DKMT_ALLOCATIONRESIDENCYSTATUS_RESIDENTINSHAREDMEMORY

Resident in shared memory.

D3DKMT_ALLOCATIONRESIDENCYSTATUS_NOTRESIDENT

Not a resident.

Remarks

See also