DXGK_PRESENTALLOCATIONINFO - NtDoc

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

typedef struct _DXGK_PRESENTALLOCATIONINFO {
  HANDLE                 hDeviceSpecificAllocation;
  D3DGPU_VIRTUAL_ADDRESS AllocationVirtualAddress;
  PHYSICAL_ADDRESS       PhysicalAddress;
  WORD                   SegmentId;
  WORD                   PhysicalAdapterIndex;
} DXGK_PRESENTALLOCATIONINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_presentallocationinfo)

Description

DXGK_PRESENTALLOCATIONINFO is reserved for system use. Don't use it in your driver.

Members

hDeviceSpecificAllocation

AllocationVirtualAddress

PhysicalAddress

SegmentId

PhysicalAdapterIndex

Remarks

See also