Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DXGKARG_STOPCAPTURE structure contains the handle to the allocation that is used for a capture buffer.
Syntax
typedef struct _DXGKARG_STOPCAPTURE {
[in] HANDLE hAllocation;
} DXGKARG_STOPCAPTURE;
Members
[in] hAllocation
A handle to the allocation that is used for a capture buffer. The display miniport driver stops the capture hardware from using the allocation.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Header | d3dkmddi.h (include D3dkmddi.h) |