// d3dkmddi.h
typedef struct _DXGKARGCB_UNMAPFRAMEBUFFERPOINTER {
[in] UINT PhysicalAdapterIndex;
[in] PVOID pBaseAddress;
} DXGKARGCB_UNMAPFRAMEBUFFERPOINTER;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_UNMAPFRAMEBUFFERPOINTER structure contains the arguments used by the DXGKCB_UNMAPFRAMEBUFFERPOINTER callback function to release a mapping.
PhysicalAdapterIndex [in]The index of the physical adapter.
pBaseAddress [in]A CPU accessible base address pointer to the mapped subregion of the section object.
See IOMMU-based GPU isolation for more information.
DXGKCB_UNMAPFRAMEBUFFERPOINTER