DXGKARGCB_UNMAPFRAMEBUFFERPOINTER - NtDoc

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

typedef struct _DXGKARGCB_UNMAPFRAMEBUFFERPOINTER {
  [in] UINT  PhysicalAdapterIndex;
  [in] PVOID pBaseAddress;
} DXGKARGCB_UNMAPFRAMEBUFFERPOINTER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGKARGCB_UNMAPFRAMEBUFFERPOINTER structure

Description

The DXGKARGCB_UNMAPFRAMEBUFFERPOINTER structure contains the arguments used by the DXGKCB_UNMAPFRAMEBUFFERPOINTER callback function to release a mapping.

Members

PhysicalAdapterIndex [in]

The index of the physical adapter.

pBaseAddress [in]

A CPU accessible base address pointer to the mapped subregion of the section object.

Remarks

See IOMMU-based GPU isolation for more information.

See also

DXGKCB_UNMAPFRAMEBUFFERPOINTER