// d3dkmddi.h
typedef struct _DXGKARG_SETPOINTERPOSITION {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[in] INT X;
[in] INT Y;
[in] DXGK_SETPOINTERPOSITIONFLAGS Flags;
} DXGKARG_SETPOINTERPOSITION;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_SETPOINTERPOSITION structure describes where and how to display the mouse pointer.
VidPnSourceId [in]The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the mouse pointer is located on.
X [in]The column, in pixels, that the mouse pointer is located on from the top left.
Y [in]The row, in pixels, that the mouse pointer is located on from the top left.
Flags [in]A DXGK_SETPOINTERPOSITIONFLAGS structure that identifies, in bit-field flags, information about the mouse pointer.