ReactOS 0.4.15-dev-7953-g1f49173
_CONSOLE_GETSETCONSOLETITLE Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETSETCONSOLETITLE:

Public Attributes

HANDLE ConsoleHandle
 
ULONG Length
 
PVOID Title
 
BOOLEAN Unicode
 

Detailed Description

Definition at line 483 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_GETSETCONSOLETITLE::ConsoleHandle

Definition at line 485 of file conmsg.h.

Referenced by IntGetConsoleTitle(), and IntSetConsoleTitle().

◆ Length

ULONG _CONSOLE_GETSETCONSOLETITLE::Length

Definition at line 486 of file conmsg.h.

Referenced by IntGetConsoleTitle(), and IntSetConsoleTitle().

◆ Title

PVOID _CONSOLE_GETSETCONSOLETITLE::Title

Definition at line 487 of file conmsg.h.

Referenced by IntGetConsoleTitle(), and IntSetConsoleTitle().

◆ Unicode

BOOLEAN _CONSOLE_GETSETCONSOLETITLE::Unicode

Definition at line 488 of file conmsg.h.

Referenced by IntGetConsoleTitle(), and IntSetConsoleTitle().


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