ReactOS 0.4.15-dev-6056-gb29b268
|
Go to the source code of this file.
Macros | |
#define | TEMP_FILE L"shell-notify-temporary.txt" |
#define | CLASSNAME L"SHChangeNotify testcase window" |
#define | EVENT_NAME L"SHChangeNotify testcase event" |
#define | WM_SHELL_NOTIFY (WM_USER + 100) |
#define | WM_GET_NOTIFY_FLAGS (WM_USER + 101) |
#define | WM_CLEAR_FLAGS (WM_USER + 102) |
#define | WM_SET_PATHS (WM_USER + 103) |
Typedefs | |
typedef enum TYPE | TYPE |
typedef enum DIRTYPE | DIRTYPE |
Enumerations | |
enum | TYPE { TYPE_None = 0 , TYPE_Str , TYPE_U32 , TYPE_RENAMEITEM , TYPE_CREATE , TYPE_DELETE , TYPE_MKDIR , TYPE_RMDIR , TYPE_RENAMEFOLDER , TYPE_UPDATEDIR , TYPE_MAX = TYPE_UPDATEDIR } |
enum | DIRTYPE { DIRTYPE_NULL = 0 , DIRTYPE_DESKTOP , DIRTYPE_MYCOMPUTER , DIRTYPE_MYDOCUMENTS } |
Functions | |
LPITEMIDLIST | DoGetPidl (DIRTYPE iDir) |
static LPWSTR | DoGetDir (DIRTYPE iDir) |
static HWND | DoWaitForWindow (LPCWSTR clsname, LPCWSTR text, BOOL bClosing, BOOL bForce) |
#define CLASSNAME L"SHChangeNotify testcase window" |
Definition at line 9 of file shell32_apitest_sub.h.
#define EVENT_NAME L"SHChangeNotify testcase event" |
Definition at line 10 of file shell32_apitest_sub.h.
Definition at line 8 of file shell32_apitest_sub.h.
Definition at line 14 of file shell32_apitest_sub.h.
Definition at line 13 of file shell32_apitest_sub.h.
Definition at line 15 of file shell32_apitest_sub.h.
Definition at line 12 of file shell32_apitest_sub.h.
Enumerator | |
---|---|
DIRTYPE_NULL | |
DIRTYPE_DESKTOP | |
DIRTYPE_MYCOMPUTER | |
DIRTYPE_MYDOCUMENTS |
Definition at line 29 of file shell32_apitest_sub.h.
Enumerator | |
---|---|
TYPE_None | |
TYPE_Str | |
TYPE_U32 | |
TYPE_RENAMEITEM | |
TYPE_CREATE | |
TYPE_DELETE | |
TYPE_MKDIR | |
TYPE_RMDIR | |
TYPE_RENAMEFOLDER | |
TYPE_UPDATEDIR | |
TYPE_MAX |
Definition at line 17 of file shell32_apitest_sub.h.
Definition at line 62 of file shell32_apitest_sub.h.
Referenced by DoAction1(), DoAction10(), DoAction11(), DoAction12(), DoAction2(), DoAction3(), DoAction4(), DoAction5(), DoAction6(), DoAction7(), DoAction8(), DoAction9(), and DoInitTest().
|
inline |
Definition at line 37 of file shell32_apitest_sub.h.
Referenced by DoGetDir(), and OnCreate().
|
inlinestatic |
Definition at line 75 of file shell32_apitest_sub.h.
Referenced by DoInitTest(), DoQuitTest(), DoTestGroup(), and START_TEST().