DXGKARGCB_UNPINFRAMEBUFFERFORSAVE - NtDoc

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

typedef struct _DXGKARGCB_UNPINFRAMEBUFFERFORSAVE {
  [in] UINT PhysicalAdapterIndex;
} DXGKARGCB_UNPINFRAMEBUFFERFORSAVE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGKARGCB_UNPINFRAMEBUFFERFORSAVE structure

Description

The DXGKARGCB_UNPINFRAMEBUFFERFORSAVE structure contains the arguments used by the DXGKCB_UNPINFRAMEBUFFERFORSAVE callback function to release the mapping that was set by DXGKCB_PINFRAMEBUFFERFORSAVE.

Members

PhysicalAdapterIndex [in]

The index of the physical adapter.

Remarks

See IOMMU-based GPU isolation for more information.

See also

DXGKCB_UNPINFRAMEBUFFERFORSAVE

DXGKCB_PINFRAMEBUFFERFORSAVE

DXGKARGCB_PINFRAMEBUFFERFORSAVE