ReactOS 0.4.15-dev-7788-g1ad9096
_MAIN_WND_INFO Struct Reference

#include <precomp.h>

Collaboration diagram for _MAIN_WND_INFO:

Public Attributes

HWND hMainWnd
 
HWND hListView
 
HWND hStatus
 
HWND hTool
 
HWND hHeader
 
HMENU hShortcutMenu
 
int nCmdShow
 
ENUM_SERVICE_STATUS_PROCESSpAllServices
 
ENUM_SERVICE_STATUS_PROCESSpCurrentService
 
DWORD NumServices
 
INT SelectedItem
 
INT SortSelection
 
INT SortDirection
 
BOOL bDlgOpen
 
BOOL bInMenuLoop
 
BOOL bIsUserAnAdmin
 
PVOID pTag
 
HWND hMdiClient
 
HMENU hMenu
 
HWND hToolbar
 
INT nCmdShow
 
HBITMAP hBoxBmp
 
PFONT_WND_INFO CurrentFontWnd
 
ULONG uDocumentCounter
 
PFONT_WND_INFO FirstFontWnd
 
PFONT_WND_INFO LastFontWnd
 
HWND hSelf
 
PEDIT_WND_INFO ImageEditors
 
UINT ImagesCreated
 
PVOID ActiveEditor
 
UINT InMenuLoop: 1
 
HWND hBrowseDlg
 
HWND hBrowseTV
 
HANDLE hPipeThread
 
HANDLE hStdOutRd
 
HANDLE hStdOutWr
 
LPWSTR lpCmdLine
 
HICON hSmIcon
 
HICON hBgIcon
 
LPWSTR lpExeList
 
INT numExes
 
TEST_ITEM SelectedTest
 
BOOL bRunOnStart
 
BOOL bHideConsole
 

Detailed Description

Definition at line 49 of file precomp.h.

Member Data Documentation

◆ ActiveEditor

PVOID _MAIN_WND_INFO::ActiveEditor

Definition at line 99 of file precomp.h.

Referenced by MainWndGetCurrentEditor().

◆ bDlgOpen

BOOL _MAIN_WND_INFO::bDlgOpen

Definition at line 67 of file precomp.h.

◆ bHideConsole

BOOL _MAIN_WND_INFO::bHideConsole

Definition at line 43 of file precomp.h.

Referenced by OptionsDlgProc().

◆ bInMenuLoop

BOOL _MAIN_WND_INFO::bInMenuLoop

Definition at line 68 of file precomp.h.

◆ bIsUserAnAdmin

BOOL _MAIN_WND_INFO::bIsUserAnAdmin

Definition at line 69 of file precomp.h.

Referenced by InitGeneralPage().

◆ bRunOnStart

BOOL _MAIN_WND_INFO::bRunOnStart

Definition at line 42 of file precomp.h.

Referenced by OptionsDlgProc().

◆ CurrentFontWnd

PFONT_WND_INFO _MAIN_WND_INFO::CurrentFontWnd

Definition at line 49 of file precomp.h.

◆ FirstFontWnd

PFONT_WND_INFO _MAIN_WND_INFO::FirstFontWnd

Definition at line 52 of file precomp.h.

◆ hBgIcon

HICON _MAIN_WND_INFO::hBgIcon

Definition at line 35 of file precomp.h.

Referenced by MainDlgProc(), and OnInitMainDialog().

◆ hBoxBmp

HBITMAP _MAIN_WND_INFO::hBoxBmp

Definition at line 48 of file precomp.h.

◆ hBrowseDlg

HWND _MAIN_WND_INFO::hBrowseDlg

Definition at line 25 of file precomp.h.

Referenced by BrowseDlgProc(), OnInitBrowseDialog(), and PopulateTreeView().

◆ hBrowseTV

HWND _MAIN_WND_INFO::hBrowseTV

◆ hHeader

HWND _MAIN_WND_INFO::hHeader

Definition at line 55 of file precomp.h.

◆ hListView

HWND _MAIN_WND_INFO::hListView

Definition at line 52 of file precomp.h.

◆ hMainWnd

HWND _MAIN_WND_INFO::hMainWnd

◆ hMdiClient

HWND _MAIN_WND_INFO::hMdiClient

Definition at line 43 of file precomp.h.

Referenced by CreateEditWindow().

◆ hMenu

HMENU _MAIN_WND_INFO::hMenu

Definition at line 44 of file precomp.h.

◆ hPipeThread

HANDLE _MAIN_WND_INFO::hPipeThread

Definition at line 28 of file precomp.h.

Referenced by CreateClientProcess().

◆ hSelf

HWND _MAIN_WND_INFO::hSelf

Definition at line 91 of file precomp.h.

◆ hShortcutMenu

HMENU _MAIN_WND_INFO::hShortcutMenu

Definition at line 56 of file precomp.h.

◆ hSmIcon

HICON _MAIN_WND_INFO::hSmIcon

Definition at line 34 of file precomp.h.

Referenced by MainDlgProc(), and OnInitMainDialog().

◆ hStatus

HWND _MAIN_WND_INFO::hStatus

Definition at line 53 of file precomp.h.

◆ hStdOutRd

HANDLE _MAIN_WND_INFO::hStdOutRd

Definition at line 29 of file precomp.h.

Referenced by CreateClientProcess(), and PipeReadThread().

◆ hStdOutWr

HANDLE _MAIN_WND_INFO::hStdOutWr

Definition at line 30 of file precomp.h.

Referenced by CreateClientProcess().

◆ hTool

HWND _MAIN_WND_INFO::hTool

Definition at line 54 of file precomp.h.

◆ hToolbar

HWND _MAIN_WND_INFO::hToolbar

Definition at line 45 of file precomp.h.

◆ ImageEditors

PEDIT_WND_INFO _MAIN_WND_INFO::ImageEditors

Definition at line 97 of file precomp.h.

◆ ImagesCreated

UINT _MAIN_WND_INFO::ImagesCreated

Definition at line 98 of file precomp.h.

◆ InMenuLoop

UINT _MAIN_WND_INFO::InMenuLoop

Definition at line 102 of file precomp.h.

◆ LastFontWnd

PFONT_WND_INFO _MAIN_WND_INFO::LastFontWnd

Definition at line 53 of file precomp.h.

◆ lpCmdLine

LPWSTR _MAIN_WND_INFO::lpCmdLine

Definition at line 31 of file precomp.h.

Referenced by CreateClientProcess(), and RunSelectedTest().

◆ lpExeList

LPWSTR _MAIN_WND_INFO::lpExeList

Definition at line 37 of file precomp.h.

Referenced by BrowseDlgProc(), GetListOfTestExes(), and PopulateTreeView().

◆ nCmdShow [1/2]

int _MAIN_WND_INFO::nCmdShow

Definition at line 57 of file precomp.h.

◆ nCmdShow [2/2]

INT _MAIN_WND_INFO::nCmdShow

Definition at line 46 of file precomp.h.

◆ numExes

INT _MAIN_WND_INFO::numExes

Definition at line 38 of file precomp.h.

Referenced by PopulateTestList(), and PopulateTreeView().

◆ NumServices

DWORD _MAIN_WND_INFO::NumServices

Definition at line 61 of file precomp.h.

◆ pAllServices

ENUM_SERVICE_STATUS_PROCESS* _MAIN_WND_INFO::pAllServices

Definition at line 59 of file precomp.h.

◆ pCurrentService

ENUM_SERVICE_STATUS_PROCESS* _MAIN_WND_INFO::pCurrentService

Definition at line 60 of file precomp.h.

Referenced by PropSheetThread().

◆ pTag

PVOID _MAIN_WND_INFO::pTag

Definition at line 71 of file precomp.h.

◆ SelectedItem

INT _MAIN_WND_INFO::SelectedItem

Definition at line 63 of file precomp.h.

◆ SelectedTest

TEST_ITEM _MAIN_WND_INFO::SelectedTest

Definition at line 40 of file precomp.h.

Referenced by AddTestToCombo(), and BrowseDlgProc().

◆ SortDirection

INT _MAIN_WND_INFO::SortDirection

Definition at line 65 of file precomp.h.

◆ SortSelection

INT _MAIN_WND_INFO::SortSelection

Definition at line 64 of file precomp.h.

◆ uDocumentCounter

ULONG _MAIN_WND_INFO::uDocumentCounter

Definition at line 50 of file precomp.h.


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