VIDEO_POINTER_POSITION structure (ntddvdeo.h)

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

Syntax

typedef struct _VIDEO_POINTER_POSITION {
  SHORT Column;
  SHORT Row;
} VIDEO_POINTER_POSITION, *PVIDEO_POINTER_POSITION;

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.

Requirements

Requirement Value
Header ntddvdeo.h (include Ntddvdeo.h)