// d3dkmthk.h
typedef struct _D3DKMT_OUTPUTDUPL_POINTER_POSITION {
POINT Position;
BOOL Visible;
} D3DKMT_OUTPUTDUPL_POINTER_POSITION;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_OUTPUTDUPL_POINTER_POSITION structure contains output duplicate pointer position info.
PositionThe pointer position.
VisibleIndicates whether the pointer is visible or not.