ReactOS 0.4.16-dev-319-g6cf4263
|
#include <ntddvdeo.h>
Public Attributes | |
ULONG | Flags |
ULONG | Width |
ULONG | Height |
ULONG | WidthInBytes |
ULONG | Enable |
SHORT | Column |
SHORT | Row |
UCHAR | Pixels [1] |
Definition at line 511 of file ntddvdeo.h.
SHORT _VIDEO_POINTER_ATTRIBUTES::Column |
Definition at line 517 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvMovePointer(), DrvSetPointerShape(), InitPointer(), VGADDI_HideCursor(), and VGADDI_ShowCursor().
ULONG _VIDEO_POINTER_ATTRIBUTES::Enable |
Definition at line 516 of file ntddvdeo.h.
Referenced by bInitSURF(), InitPointer(), VGADDI_HideCursor(), and VGADDI_ShowCursor().
ULONG _VIDEO_POINTER_ATTRIBUTES::Flags |
Definition at line 512 of file ntddvdeo.h.
Referenced by bInitSURF(), and InitPointer().
ULONG _VIDEO_POINTER_ATTRIBUTES::Height |
Definition at line 514 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvSetPointerShape(), InitPointer(), and VGADDI_ShowCursor().
UCHAR _VIDEO_POINTER_ATTRIBUTES::Pixels[1] |
Definition at line 519 of file ntddvdeo.h.
Referenced by DrvSetPointerShape(), and VGADDI_ShowCursor().
SHORT _VIDEO_POINTER_ATTRIBUTES::Row |
Definition at line 518 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvMovePointer(), DrvSetPointerShape(), InitPointer(), VGADDI_HideCursor(), and VGADDI_ShowCursor().
ULONG _VIDEO_POINTER_ATTRIBUTES::Width |
Definition at line 513 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvSetPointerShape(), InitPointer(), and VGADDI_ShowCursor().
ULONG _VIDEO_POINTER_ATTRIBUTES::WidthInBytes |
Definition at line 515 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvSetPointerShape(), InitPointer(), and VGADDI_ShowCursor().