ReactOS 0.4.16-dev-1049-g378a335
|
#include <wincon.h>
Public Attributes | |
DWORD | dwFlags |
COORD | dwSelectionAnchor |
SMALL_RECT | srSelection |
DWORD _CONSOLE_SELECTION_INFO::dwFlags |
Definition at line 208 of file wincon.h.
Referenced by ConWndProc(), GuiGetSelectionInfo(), GuiInitFrontEnd(), Mark(), OnKey(), OnMouse(), OnPaint(), SelectAll(), and UpdateSelection().
COORD _CONSOLE_SELECTION_INFO::dwSelectionAnchor |
Definition at line 209 of file wincon.h.
Referenced by GuiCopyFromTextModeBuffer(), PaintSelectionRect(), and UpdateSelection().
SMALL_RECT _CONSOLE_SELECTION_INFO::srSelection |
Definition at line 210 of file wincon.h.
Referenced by GuiCopyFromGraphicsBuffer(), GuiCopyFromTextModeBuffer(), PaintSelectionRect(), and UpdateSelection().