DXGK_PRESENTALLOCATIONINFO structure

The DXGK_PRESENTALLOCATIONINFO structure is reserved for system use. Do not use it in your driver.

Syntax

typedef struct _DXGK_PRESENTALLOCATIONINFO {
  HANDLE                 hDeviceSpecificAllocation;
  D3DGPU_VIRTUAL_ADDRESS AllocationVirtualAddress;
  PHYSICAL_ADDRESS       PhysicalAddress;
  WORD                   SegmentId;
  WORD                   PhysicalAdapterIndex;
} DXGK_PRESENTALLOCATIONINFO;

Members

hDeviceSpecificAllocation Reserved for system use.

AllocationVirtualAddress Reserved for system use.

PhysicalAddress Reserved for system use.

SegmentId Reserved for system use.

PhysicalAdapterIndex Reserved for system use.

Requirements

Version

Available in Windows 7 and later versions of the Windows operating systems.

Header

D3dkmddi.h (include D3dkmddi.h)