DXGKARGCB_GETCAPTUREADDRESS structure (d3dkmddi.h)

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.

Syntax

typedef struct _DXGKARGCB_GETCAPTUREADDRESS {
  [in]  D3DKMT_HANDLE    hAllocation;
  [out] UINT             SegmentId;
  [out] PHYSICAL_ADDRESS PhysicalAddress;
} DXGKARGCB_GETCAPTUREADDRESS;

Members

[in] hAllocation

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

[out] SegmentId

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

[out] PhysicalAddress

The physical address of the capture buffer.

Requirements

Requirement Value
Minimum supported client Windows Vista (WDDM 1.0)
Header d3dkmddi.h (include D3dkmddi.h)

See also

DXGKCB_GETCAPTUREADDRESS