ReactOS 0.4.15-dev-7924-g5949c20
_CONSOLE_GETCOMMANDHISTORY Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETCOMMANDHISTORY:

Public Attributes

HANDLE ConsoleHandle
 
ULONG HistoryLength
 
PVOID History
 
USHORT ExeLength
 
PVOID ExeName
 
BOOLEAN Unicode
 
BOOLEAN Unicode2
 

Detailed Description

Definition at line 779 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_GETCOMMANDHISTORY::ConsoleHandle

Definition at line 781 of file conmsg.h.

Referenced by IntGetConsoleCommandHistory().

◆ ExeLength

USHORT _CONSOLE_GETCOMMANDHISTORY::ExeLength

Definition at line 784 of file conmsg.h.

Referenced by IntGetConsoleCommandHistory().

◆ ExeName

PVOID _CONSOLE_GETCOMMANDHISTORY::ExeName

Definition at line 785 of file conmsg.h.

Referenced by IntGetConsoleCommandHistory().

◆ History

PVOID _CONSOLE_GETCOMMANDHISTORY::History

Definition at line 783 of file conmsg.h.

Referenced by IntGetConsoleCommandHistory().

◆ HistoryLength

ULONG _CONSOLE_GETCOMMANDHISTORY::HistoryLength

Definition at line 782 of file conmsg.h.

Referenced by IntGetConsoleCommandHistory().

◆ Unicode

BOOLEAN _CONSOLE_GETCOMMANDHISTORY::Unicode

Definition at line 786 of file conmsg.h.

Referenced by IntGetConsoleCommandHistory().

◆ Unicode2

BOOLEAN _CONSOLE_GETCOMMANDHISTORY::Unicode2

Definition at line 787 of file conmsg.h.

Referenced by IntGetConsoleCommandHistory().


The documentation for this struct was generated from the following file: