ReactOS 0.4.15-dev-5836-g942b022
|
#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 442 of file ntddvdeo.h.
SHORT _VIDEO_POINTER_ATTRIBUTES::Column |
Definition at line 448 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvMovePointer(), DrvSetPointerShape(), InitPointer(), InitSurface(), VGADDI_HideCursor(), and VGADDI_ShowCursor().
ULONG _VIDEO_POINTER_ATTRIBUTES::Enable |
Definition at line 447 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvSetPointerShape(), InitPointer(), InitSurface(), VGADDI_HideCursor(), and VGADDI_ShowCursor().
ULONG _VIDEO_POINTER_ATTRIBUTES::Flags |
Definition at line 443 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvSetPointerShape(), InitPointer(), and InitSurface().
ULONG _VIDEO_POINTER_ATTRIBUTES::Height |
Definition at line 445 of file ntddvdeo.h.
Referenced by bCopyMonoPointer(), bInitSURF(), DrvSetPointerShape(), InitPointer(), InitSurface(), and VGADDI_ShowCursor().
UCHAR _VIDEO_POINTER_ATTRIBUTES::Pixels[1] |
Definition at line 450 of file ntddvdeo.h.
Referenced by bCopyMonoPointer(), DrvSetPointerShape(), and VGADDI_ShowCursor().
SHORT _VIDEO_POINTER_ATTRIBUTES::Row |
Definition at line 449 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvMovePointer(), DrvSetPointerShape(), InitPointer(), InitSurface(), VGADDI_HideCursor(), and VGADDI_ShowCursor().
ULONG _VIDEO_POINTER_ATTRIBUTES::Width |
Definition at line 444 of file ntddvdeo.h.
Referenced by bInitSURF(), DrvSetPointerShape(), InitPointer(), InitSurface(), and VGADDI_ShowCursor().
ULONG _VIDEO_POINTER_ATTRIBUTES::WidthInBytes |
Definition at line 446 of file ntddvdeo.h.
Referenced by bCopyMonoPointer(), bInitSURF(), DrvSetPointerShape(), InitPointer(), InitSurface(), and VGADDI_ShowCursor().