ReactOS 0.4.15-dev-7924-g5949c20
_GUI_INIT_INFO Struct Reference
Collaboration diagram for _GUI_INIT_INFO:

Public Attributes

HANDLE GuiThreadStartupEvent
 
ULONG_PTR InputThreadId
 
HWINSTA WinSta
 
HDESK Desktop
 
HICON hIcon
 
HICON hIconSm
 
BOOLEAN IsWindowVisible
 
GUI_CONSOLE_INFO TermInfo
 

Detailed Description

Definition at line 33 of file guiterm.c.

Member Data Documentation

◆ Desktop

HDESK _GUI_INIT_INFO::Desktop

Definition at line 38 of file guiterm.c.

Referenced by GuiConsoleInputThread(), and GuiInitFrontEnd().

◆ GuiThreadStartupEvent

HANDLE _GUI_INIT_INFO::GuiThreadStartupEvent

Definition at line 35 of file guiterm.c.

Referenced by GuiConsoleInputThread().

◆ hIcon

HICON _GUI_INIT_INFO::hIcon

Definition at line 39 of file guiterm.c.

Referenced by GuiInitFrontEnd(), and GuiLoadFrontEnd().

◆ hIconSm

HICON _GUI_INIT_INFO::hIconSm

Definition at line 40 of file guiterm.c.

Referenced by GuiInitFrontEnd(), and GuiLoadFrontEnd().

◆ InputThreadId

ULONG_PTR _GUI_INIT_INFO::InputThreadId

Definition at line 36 of file guiterm.c.

Referenced by GuiInitFrontEnd().

◆ IsWindowVisible

BOOLEAN _GUI_INIT_INFO::IsWindowVisible

Definition at line 41 of file guiterm.c.

Referenced by GuiInitFrontEnd(), and GuiLoadFrontEnd().

◆ TermInfo

GUI_CONSOLE_INFO _GUI_INIT_INFO::TermInfo

Definition at line 42 of file guiterm.c.

Referenced by GuiInitFrontEnd(), and GuiLoadFrontEnd().

◆ WinSta

HWINSTA _GUI_INIT_INFO::WinSta

Definition at line 37 of file guiterm.c.

Referenced by GuiInitFrontEnd(), and GuiLoadFrontEnd().


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