D3DKMT_OUTDUPL_POINTER_SHAPE_INFO structure (d3dkmthk.h)
The D3DKMT_OUTDUPL_POINTER_SHAPE_INFO structure contains output duplicate pointer shape info.
Syntax
typedef struct _D3DKMT_OUTDUPL_POINTER_SHAPE_INFO {
D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE Type;
UINT Width;
UINT Height;
UINT Pitch;
POINT HotSpot;
} D3DKMT_OUTDUPL_POINTER_SHAPE_INFO;
Members
Type
Type of pointer shape.
Width
Width of pointer shape.
Height
Height of pointer shape.
Pitch
Pitch of pointer shape.
HotSpot
Hot spot of pointer shape.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dkmthk.h |