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

Public Attributes | |
| HANDLE | ConsoleHandle |
| ULONG | HistoryLength |
| PVOID | History |
| USHORT | ExeLength |
| PVOID | ExeName |
| BOOLEAN | Unicode |
| BOOLEAN | Unicode2 |
| HANDLE _CONSOLE_GETCOMMANDHISTORY::ConsoleHandle |
Definition at line 781 of file conmsg.h.
Referenced by IntGetConsoleCommandHistory().
| USHORT _CONSOLE_GETCOMMANDHISTORY::ExeLength |
Definition at line 784 of file conmsg.h.
Referenced by IntGetConsoleCommandHistory().
| PVOID _CONSOLE_GETCOMMANDHISTORY::ExeName |
Definition at line 785 of file conmsg.h.
Referenced by IntGetConsoleCommandHistory().
| PVOID _CONSOLE_GETCOMMANDHISTORY::History |
Definition at line 783 of file conmsg.h.
Referenced by IntGetConsoleCommandHistory().
| ULONG _CONSOLE_GETCOMMANDHISTORY::HistoryLength |
Definition at line 782 of file conmsg.h.
Referenced by IntGetConsoleCommandHistory().
| BOOLEAN _CONSOLE_GETCOMMANDHISTORY::Unicode |
Definition at line 786 of file conmsg.h.
Referenced by IntGetConsoleCommandHistory().
| BOOLEAN _CONSOLE_GETCOMMANDHISTORY::Unicode2 |
Definition at line 787 of file conmsg.h.
Referenced by IntGetConsoleCommandHistory().