Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |