DXGKARGCB_GETCAPTUREADDRESS - NtDoc

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

typedef struct _DXGKARGCB_GETCAPTUREADDRESS {
  [in]  D3DKMT_HANDLE    hAllocation;
  [out] UINT             SegmentId;
  [out] PHYSICAL_ADDRESS PhysicalAddress;
} DXGKARGCB_GETCAPTUREADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGKARGCB_GETCAPTUREADDRESS structure

Description

The DXGKARGCB_GETCAPTUREADDRESS structure contains the arguments used in the DXGKCB_GETCAPTUREADDRESS callback function, to retrieve information about a capture buffer that is associated with an allocation.

Members

hAllocation [in]

A handle to the allocation that is associated with the capture buffer to retrieve information on.

SegmentId [out]

The identifier of the segment for the capture buffer. The allocation that is associated with the capture buffer is currently paged in this segment.

PhysicalAddress [out]

The physical address of the capture buffer.

See also

DXGKCB_GETCAPTUREADDRESS