ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <precomp.h>
PVOID _MAIN_WND_INFO::ActiveEditor |
Definition at line 99 of file precomp.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 69 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(), and OnInitMainDialog().
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 51 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().
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(), and OnInitMainDialog().
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 |
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 60 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().