ReactOS 0.4.15-dev-7953-g1f49173
_CONSOLE_ADDGETALIAS Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_ADDGETALIAS:

Public Attributes

HANDLE ConsoleHandle
 
USHORT SourceLength
 
USHORT TargetLength
 
USHORT ExeLength
 
PVOID Source
 
PVOID Target
 
PVOID ExeName
 
BOOLEAN Unicode
 
BOOLEAN Unicode2
 

Detailed Description

Definition at line 728 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_ADDGETALIAS::ConsoleHandle

Definition at line 730 of file conmsg.h.

Referenced by IntAddConsoleAlias(), and IntGetConsoleAlias().

◆ ExeLength

USHORT _CONSOLE_ADDGETALIAS::ExeLength

Definition at line 733 of file conmsg.h.

Referenced by IntAddConsoleAlias(), and IntGetConsoleAlias().

◆ ExeName

PVOID _CONSOLE_ADDGETALIAS::ExeName

Definition at line 736 of file conmsg.h.

Referenced by IntAddConsoleAlias(), and IntGetConsoleAlias().

◆ Source

PVOID _CONSOLE_ADDGETALIAS::Source

Definition at line 734 of file conmsg.h.

Referenced by IntAddConsoleAlias(), and IntGetConsoleAlias().

◆ SourceLength

USHORT _CONSOLE_ADDGETALIAS::SourceLength

Definition at line 731 of file conmsg.h.

Referenced by IntAddConsoleAlias(), and IntGetConsoleAlias().

◆ Target

PVOID _CONSOLE_ADDGETALIAS::Target

Definition at line 735 of file conmsg.h.

Referenced by IntAddConsoleAlias(), and IntGetConsoleAlias().

◆ TargetLength

USHORT _CONSOLE_ADDGETALIAS::TargetLength

Definition at line 732 of file conmsg.h.

Referenced by IntAddConsoleAlias(), and IntGetConsoleAlias().

◆ Unicode

BOOLEAN _CONSOLE_ADDGETALIAS::Unicode

Definition at line 737 of file conmsg.h.

Referenced by IntAddConsoleAlias(), and IntGetConsoleAlias().

◆ Unicode2

BOOLEAN _CONSOLE_ADDGETALIAS::Unicode2

Definition at line 738 of file conmsg.h.

Referenced by IntAddConsoleAlias(), and IntGetConsoleAlias().


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