D3DKMT_OUTPUTDUPL_GET_POINTER_SHAPE_DATA structure (d3dkmthk.h)
The D3DKMT_OUTPUTDUPL_GET_POINTER_SHAPE_DATA structure contains pointer shape data.
Syntax
typedef struct _D3DKMT_OUTPUTDUPL_GET_POINTER_SHAPE_DATA {
D3DKMT_HANDLE hAdapter;
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
UINT BufferSizeSupplied;
PVOID pShapeBuffer;
UINT BufferSizeRequired;
D3DKMT_OUTDUPL_POINTER_SHAPE_INFO ShapeInfo;
} D3DKMT_OUTPUTDUPL_GET_POINTER_SHAPE_DATA;
Members
hAdapter
A handle to the graphics adapter.
VidPnSourceId
The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the monitor is connected to.
BufferSizeSupplied
The supplied buffer size.
pShapeBuffer
A pointer to the shape buffer.
BufferSizeRequired
The required buffer size.
ShapeInfo
The shape info.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dkmthk.h |