DXGKARG_STOPCAPTURE - NtDoc

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

typedef struct _DXGKARG_STOPCAPTURE {
  [in] HANDLE hAllocation;
} DXGKARG_STOPCAPTURE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_STOPCAPTURE structure

Description

The DXGKARG_STOPCAPTURE structure contains the handle to the allocation that is used for a capture buffer.

Members

hAllocation [in]

A handle to the allocation that is used for a capture buffer. The display miniport driver stops the capture hardware from using the allocation.

See also

DxgkDdiStopCapture