|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincon.h>

Public Attributes | |
| DWORD | dwFlags |
| COORD | dwSelectionAnchor |
| SMALL_RECT | srSelection |
| DWORD _CONSOLE_SELECTION_INFO::dwFlags |
Definition at line 238 of file wincon.h.
Referenced by ConWndProc(), GuiGetSelectionInfo(), GuiInitFrontEnd(), Mark(), OnKey(), OnMouse(), OnPaint(), SelectAll(), and UpdateSelection().
| COORD _CONSOLE_SELECTION_INFO::dwSelectionAnchor |
Definition at line 239 of file wincon.h.
Referenced by GuiCopyFromTextModeBuffer(), PaintSelectionRect(), and UpdateSelection().
| SMALL_RECT _CONSOLE_SELECTION_INFO::srSelection |
Definition at line 240 of file wincon.h.
Referenced by GuiCopyFromGraphicsBuffer(), GuiCopyFromTextModeBuffer(), PaintSelectionRect(), and UpdateSelection().