No description available.
The VIDEO_POINTER_ATTRIBUTES structure contains attributes of the screen pointer.
FlagsA set of flags that specify certain attributes of the pointer. Flags can be a combination of the following values:
| Value | Meaning |
|---|---|
| VIDEO_MODE_ASYNC_POINTER | The pointer can be updated asynchronously to drawing operations. |
| VIDEO_MODE_MONO_POINTER | A monochrome hardware pointer is supported. |
| VIDEO_MODE_COLOR_POINTER | A color hardware pointer is supported. |
| VIDEO_MODE_ANIMATE_START | The current pointer has the same hotspot as the previous pointer. |
| VIDEO_MODE_ANIMATE_UPDATE | The current pointer has the same hotspot as the previous pointer. |
WidthSpecifies the width of the pointer in pixels.
HeightSpecifies the height of the pointer in pixels.
WidthInBytesSpecifies the width of the pointer in bytes.
EnableSpecifies whether the pointer is visible. A nonzero value specifies that the pointer is visible. A value of zero specifies that the pointer is not visible.
ColumnHorizontal coordinate of the pointer's hot spot.
RowVertical coordinate of the pointer's hot spot.
PixelsThe pointer data, in device-compatible DIB format. Mask data is always in 1-bpp DIB format.
IOCTL_VIDEO_QUERY_POINTER_ATTR