ReactOS 0.4.16-dev-329-g9223134
|
#include <ntddblue.h>
Public Attributes | |
USHORT | X |
USHORT | Y |
USHORT | SizeX |
USHORT | SizeY |
USHORT | CursorX |
USHORT | CursorY |
Definition at line 49 of file ntddblue.h.
USHORT tagCONSOLE_DRAW::CursorX |
Definition at line 55 of file ntddblue.h.
Referenced by ScreenDeviceControl(), and ScrIoControl().
USHORT tagCONSOLE_DRAW::CursorY |
Definition at line 56 of file ntddblue.h.
Referenced by ScreenDeviceControl(), and ScrIoControl().
USHORT tagCONSOLE_DRAW::SizeX |
Definition at line 53 of file ntddblue.h.
Referenced by ScreenDeviceControl(), and ScrIoControl().
USHORT tagCONSOLE_DRAW::SizeY |
Definition at line 54 of file ntddblue.h.
Referenced by ScreenDeviceControl(), and ScrIoControl().
USHORT tagCONSOLE_DRAW::X |
Definition at line 51 of file ntddblue.h.
Referenced by ScreenDeviceControl(), and ScrIoControl().
USHORT tagCONSOLE_DRAW::Y |
Definition at line 52 of file ntddblue.h.
Referenced by ScreenDeviceControl(), and ScrIoControl().