ReactOS
0.4.15-dev-1632-g4e289ce
|
#include <precomp.h>
PVOID _MAIN_WND_INFO::ActiveEditor |
Definition at line 25 of file mainwnd.h.
Referenced by MainWndGetCurrentEditor().
BOOL _MAIN_WND_INFO::bHideConsole |
Definition at line 43 of file precomp.h.
Referenced by OptionsDlgProc().
BOOL _MAIN_WND_INFO::bIsUserAnAdmin |
Definition at line 68 of file precomp.h.
Referenced by InitGeneralPage().
BOOL _MAIN_WND_INFO::bRunOnStart |
Definition at line 42 of file precomp.h.
Referenced by OptionsDlgProc().
PFONT_WND_INFO _MAIN_WND_INFO::CurrentFontWnd |
PFONT_WND_INFO _MAIN_WND_INFO::FirstFontWnd |
HICON _MAIN_WND_INFO::hBgIcon |
Definition at line 35 of file precomp.h.
Referenced by MainDlgProc().
HWND _MAIN_WND_INFO::hBrowseDlg |
Definition at line 25 of file precomp.h.
Referenced by BrowseDlgProc(), OnInitBrowseDialog(), and PopulateTreeView().
HWND _MAIN_WND_INFO::hBrowseTV |
Definition at line 26 of file precomp.h.
Referenced by BrowseDlgProc(), FreeItemTag(), NodeHasChild(), PopulateTreeView(), and TraverseTreeView().
HWND _MAIN_WND_INFO::hMainWnd |
Definition at line 50 of file precomp.h.
Referenced by AddTestToCombo(), FreeTestCmdStrings(), OnInitMainDialog(), PipeReadThread(), PropSheetThread(), and RunSelectedTest().
HWND _MAIN_WND_INFO::hMdiClient |
Definition at line 43 of file precomp.h.
Referenced by CreateEditWindow(), and CreateImageEditWindow().
HANDLE _MAIN_WND_INFO::hPipeThread |
Definition at line 28 of file precomp.h.
Referenced by CreateClientProcess().
HICON _MAIN_WND_INFO::hSmIcon |
Definition at line 34 of file precomp.h.
Referenced by MainDlgProc().
HANDLE _MAIN_WND_INFO::hStdOutRd |
Definition at line 29 of file precomp.h.
Referenced by CreateClientProcess(), and PipeReadThread().
HANDLE _MAIN_WND_INFO::hStdOutWr |
Definition at line 30 of file precomp.h.
Referenced by CreateClientProcess().
PEDIT_WND_INFO _MAIN_WND_INFO::ImageEditors |
Definition at line 22 of file mainwnd.h.
Referenced by Bri_OnCommand(), Bri_OnInitDialog(), Cont_OnCommand(), and Cont_OnInitDialog().
PFONT_WND_INFO _MAIN_WND_INFO::LastFontWnd |
LPWSTR _MAIN_WND_INFO::lpCmdLine |
Definition at line 31 of file precomp.h.
Referenced by CreateClientProcess(), and RunSelectedTest().
LPWSTR _MAIN_WND_INFO::lpExeList |
Definition at line 37 of file precomp.h.
Referenced by BrowseDlgProc(), GetListOfTestExes(), and PopulateTreeView().
INT _MAIN_WND_INFO::numExes |
Definition at line 38 of file precomp.h.
Referenced by PopulateTestList(), and PopulateTreeView().
ENUM_SERVICE_STATUS_PROCESS* _MAIN_WND_INFO::pAllServices |
ENUM_SERVICE_STATUS_PROCESS* _MAIN_WND_INFO::pCurrentService |
Definition at line 59 of file precomp.h.
Referenced by PropSheetThread().
TEST_ITEM _MAIN_WND_INFO::SelectedTest |
Definition at line 40 of file precomp.h.
Referenced by AddTestToCombo(), and BrowseDlgProc().
struct _TOOLBAR_DOCKS _MAIN_WND_INFO::ToolDocks |