ReactOS 0.4.15-dev-7934-g1dc8d80
_CONSOLE_GETALLALIASES Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETALLALIASES:

Public Attributes

HANDLE ConsoleHandle
 
USHORT ExeLength
 
PVOID ExeName
 
BOOLEAN Unicode
 
BOOLEAN Unicode2
 
ULONG AliasesBufferLength
 
PVOID AliasesBuffer
 

Detailed Description

Definition at line 741 of file conmsg.h.

Member Data Documentation

◆ AliasesBuffer

PVOID _CONSOLE_GETALLALIASES::AliasesBuffer

Definition at line 749 of file conmsg.h.

Referenced by IntGetConsoleAliases().

◆ AliasesBufferLength

ULONG _CONSOLE_GETALLALIASES::AliasesBufferLength

Definition at line 748 of file conmsg.h.

Referenced by IntGetConsoleAliases().

◆ ConsoleHandle

HANDLE _CONSOLE_GETALLALIASES::ConsoleHandle

Definition at line 743 of file conmsg.h.

Referenced by IntGetConsoleAliases().

◆ ExeLength

USHORT _CONSOLE_GETALLALIASES::ExeLength

Definition at line 744 of file conmsg.h.

Referenced by IntGetConsoleAliases().

◆ ExeName

PVOID _CONSOLE_GETALLALIASES::ExeName

Definition at line 745 of file conmsg.h.

Referenced by IntGetConsoleAliases().

◆ Unicode

BOOLEAN _CONSOLE_GETALLALIASES::Unicode

Definition at line 746 of file conmsg.h.

Referenced by IntGetConsoleAliases().

◆ Unicode2

BOOLEAN _CONSOLE_GETALLALIASES::Unicode2

Definition at line 747 of file conmsg.h.

Referenced by IntGetConsoleAliases().


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