// d3dkmthk.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_OUTDUPL_POINTER_SHAPE_INFO structure contains output duplicate pointer shape info.
TypeType of pointer shape.
WidthWidth of pointer shape.
HeightHeight of pointer shape.
PitchPitch of pointer shape.
HotSpotHot spot of pointer shape.