|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <apitest.h>#include <shlobj.h>#include <atlbase.h>#include <tchar.h>#include <atlcom.h>#include <atlwin.h>#include <stdio.h>#include <shellutils.h>#include <shlwapi.h>#include <strsafe.h>
Go to the source code of this file.
Macros | |
| #define | _UNICODE |
| #define | UNICODE |
| #define | WINVER_VISTA 0x0600 |
| #define | ok_hr(status, expected) ok_hex(status, expected) |
| #define | test_at_end (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_at_end_imp |
| #define | test_ExpectDrives (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_ExpectDrives_imp |
| #define | test_ExpectFolders (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_ExpectFolders_imp |
| #define | winetest_ok_hr(expression, expected) |
Enumerations | |
| enum | ExpectOptions { None = 0 , IgnoreRoot = 1 , CheckLast = 2 , IgnoreHidden = 4 , IgnoreFiles = 8 } |
Functions | |
| ULONG | DbgPrint (PCH Format,...) |
| static void | test_at_end_imp (CComPtr< IEnumString > &EnumStr) |
| static bool | GetDisplayname (CComPtr< IShellFolder > &spDrives, CComHeapPtr< ITEMIDLIST > &pidl, CComHeapPtr< WCHAR > &DisplayName) |
| ExpectOptions | operator| (const ExpectOptions &left, const ExpectOptions &right) |
| static void | test_ExpectFolders_imp (CComPtr< IEnumString > &EnumStr, LPITEMIDLIST pidlTarget, const WCHAR *Root, ExpectOptions options) |
| static void | test_ExpectDrives_imp (CComPtr< IEnumString > &EnumStr, CComHeapPtr< ITEMIDLIST > &pidlTarget) |
| static void | test_ACListISF_NONE () |
| static void | test_ACListISF_CURRENTDIR () |
| static void | test_ACListISF_CURRENTDIR2 () |
| static void | test_ACListISF_MYCOMPUTER () |
| static void | test_ACListISF_DESKTOP () |
| static void | test_ACListISF_FAVORITES () |
| static void | test_ACListISF_FILESYSONLY () |
| static void | test_ACListISF_FILESYSDIRS () |
| static void | GetEnvStatus () |
| START_TEST (ACListISF) | |
Variables | |
| static bool | g_ShowHidden |
| static DWORD | g_WinVersion |
| #define _UNICODE |
Definition at line 9 of file ACListISF.cpp.
Definition at line 31 of file ACListISF.cpp.
| #define test_at_end (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_at_end_imp |
Definition at line 34 of file ACListISF.cpp.
| #define test_ExpectDrives (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_ExpectDrives_imp |
Definition at line 35 of file ACListISF.cpp.
| #define test_ExpectFolders (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : test_ExpectFolders_imp |
Definition at line 36 of file ACListISF.cpp.
Definition at line 10 of file ACListISF.cpp.
Definition at line 37 of file ACListISF.cpp.
| #define WINVER_VISTA 0x0600 |
Definition at line 28 of file ACListISF.cpp.
| Enumerator | |
|---|---|
| None | |
| IgnoreRoot | |
| CheckLast | |
| IgnoreHidden | |
| IgnoreFiles | |
Definition at line 69 of file ACListISF.cpp.
|
static |
Definition at line 55 of file ACListISF.cpp.
Referenced by test_ExpectFolders_imp().
|
static |
Definition at line 709 of file ACListISF.cpp.
Referenced by START_TEST().
| ExpectOptions operator| | ( | const ExpectOptions & | left, |
| const ExpectOptions & | right | ||
| ) |
Definition at line 79 of file ACListISF.cpp.
| START_TEST | ( | ACListISF | ) |
Definition at line 725 of file ACListISF.cpp.
|
static |
Definition at line 196 of file ACListISF.cpp.
Referenced by START_TEST().
|
static |
Definition at line 383 of file ACListISF.cpp.
Referenced by START_TEST().
|
static |
Definition at line 579 of file ACListISF.cpp.
Referenced by START_TEST().
|
static |
Definition at line 603 of file ACListISF.cpp.
Referenced by START_TEST().
|
static |
Definition at line 674 of file ACListISF.cpp.
Referenced by START_TEST().
|
static |
Definition at line 635 of file ACListISF.cpp.
Referenced by START_TEST().
|
static |
Definition at line 498 of file ACListISF.cpp.
Referenced by START_TEST().
|
static |
Definition at line 151 of file ACListISF.cpp.
Referenced by START_TEST().
|
static |
Definition at line 44 of file ACListISF.cpp.
Referenced by test_ExpectFolders_imp().
|
static |
Definition at line 145 of file ACListISF.cpp.
|
static |
Definition at line 86 of file ACListISF.cpp.
Referenced by test_ExpectDrives_imp().
|
static |
Definition at line 26 of file ACListISF.cpp.
Referenced by test_ExpectFolders_imp().
|
static |
Definition at line 27 of file ACListISF.cpp.
Referenced by GetEnvStatus(), test_ACListISF_CURRENTDIR(), and test_ACListISF_MYCOMPUTER().