VIDEO_POINTER_POSITION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef struct _VIDEO_POINTER_POSITION {
  SHORT Column;
  SHORT Row;
} VIDEO_POINTER_POSITION, *PVIDEO_POINTER_POSITION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-_video_pointer_position)

_VIDEO_POINTER_POSITION structure

Description

The VIDEO_POINTER_POSITION structure contains the location of the screen pointer relative to the top left corner of the screen.

Members

Column

Specifies the column location of the pointer in pixels, starting from the top left corner of the screen.

Row

Specifies the row location of the pointer in pixels, starting from the top left corner of the screen.