|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <precomp.h>
Go to the source code of this file.
Macros | |
| #define | EXE_SEARCH_DIR L"\\Debug\\testexes\\*" |
| #define | IL_MAIN 0 |
| #define | IL_TEST 1 |
| #define | HAS_NO_CHILD 0 |
| #define | HAS_CHILD 1 |
Functions | |
| static INT | GetNumberOfExesInFolder (LPWSTR lpFolder) |
| static INT | GetListOfTestExes (PMAIN_WND_INFO pInfo) |
| static BOOL | NodeHasChild (PMAIN_WND_INFO pInfo, HTREEITEM hItem) |
| static VOID | FreeItemTag (PMAIN_WND_INFO pInfo, HTREEITEM hItem) |
| static VOID | TraverseTreeView (PMAIN_WND_INFO pInfo, HTREEITEM hItem) |
| static HTREEITEM | InsertIntoTreeView (HWND hTreeView, HTREEITEM hRoot, LPWSTR lpLabel, LPARAM Tag, INT Image, INT Child) |
| static PTEST_ITEM | BuildTestItemData (LPWSTR lpName, LPWSTR lpRunCmd) |
| static VOID | PopulateTreeView (PMAIN_WND_INFO pInfo) |
| static VOID | PopulateTestList (PMAIN_WND_INFO pInfo) |
| static BOOL | OnInitBrowseDialog (HWND hDlg, LPARAM lParam) |
| BOOL CALLBACK | BrowseDlgProc (HWND hDlg, UINT Message, WPARAM wParam, LPARAM lParam) |
| #define EXE_SEARCH_DIR L"\\Debug\\testexes\\*" |
Definition at line 12 of file browsewnd.c.
| #define HAS_CHILD 1 |
Definition at line 17 of file browsewnd.c.
| #define HAS_NO_CHILD 0 |
Definition at line 16 of file browsewnd.c.
| #define IL_MAIN 0 |
Definition at line 13 of file browsewnd.c.
| #define IL_TEST 1 |
Definition at line 14 of file browsewnd.c.
Definition at line 332 of file browsewnd.c.
Referenced by MainDlgProc().
|
static |
Definition at line 208 of file browsewnd.c.
Referenced by PopulateTreeView().
|
static |
Definition at line 121 of file browsewnd.c.
Referenced by TraverseTreeView().
|
static |
Definition at line 47 of file browsewnd.c.
Referenced by PopulateTestList().
Definition at line 21 of file browsewnd.c.
Referenced by GetListOfTestExes().
|
static |
Definition at line 180 of file browsewnd.c.
Referenced by PopulateTreeView().
|
static |
Definition at line 107 of file browsewnd.c.
Referenced by TraverseTreeView().
Definition at line 313 of file browsewnd.c.
Referenced by BrowseDlgProc().
|
static |
Definition at line 303 of file browsewnd.c.
Referenced by OnInitBrowseDialog().
|
static |
Definition at line 232 of file browsewnd.c.
Referenced by PopulateTestList().
|
static |
Definition at line 137 of file browsewnd.c.
Referenced by BrowseDlgProc(), and TraverseTreeView().