DXGKARG_SETPOINTERPOSITION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_setpointerposition)

_DXGKARG_SETPOINTERPOSITION structure

Description

The DXGKARG_SETPOINTERPOSITION structure describes where and how to display the mouse pointer.

Members

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.

See also

DXGK_SETPOINTERPOSITIONFLAGS

DxgkDdiSetPointerPosition