ReactOS 0.4.15-dev-8434-g155a7c7
_CONSOLE_GETCOMMANDHISTORYLENGTH Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETCOMMANDHISTORYLENGTH:

Public Attributes

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

Detailed Description

Definition at line 790 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_GETCOMMANDHISTORYLENGTH::ConsoleHandle

Definition at line 792 of file conmsg.h.

Referenced by IntGetConsoleCommandHistoryLength().

◆ ExeLength

USHORT _CONSOLE_GETCOMMANDHISTORYLENGTH::ExeLength

Definition at line 794 of file conmsg.h.

Referenced by IntGetConsoleCommandHistoryLength().

◆ ExeName

PVOID _CONSOLE_GETCOMMANDHISTORYLENGTH::ExeName

Definition at line 795 of file conmsg.h.

Referenced by IntGetConsoleCommandHistoryLength().

◆ HistoryLength

ULONG _CONSOLE_GETCOMMANDHISTORYLENGTH::HistoryLength

Definition at line 793 of file conmsg.h.

Referenced by IntGetConsoleCommandHistoryLength().

◆ Unicode

BOOLEAN _CONSOLE_GETCOMMANDHISTORYLENGTH::Unicode

Definition at line 796 of file conmsg.h.

Referenced by IntGetConsoleCommandHistoryLength().

◆ Unicode2

BOOLEAN _CONSOLE_GETCOMMANDHISTORYLENGTH::Unicode2

Definition at line 797 of file conmsg.h.

Referenced by IntGetConsoleCommandHistoryLength().


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