|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <apitest.h>#include <shlobj.h>#include <shlwapi.h>#include <versionhelpers.h>#include <shlwapi_undoc.h>#include <ishellfolder_helpers.h>
Go to the source code of this file.
Classes | |
| class | CTestShellFolder |
Typedefs | |
| typedef HRESULT(WINAPI * | FN_IShellFolder_CompareIDs) (_In_ IShellFolder *psf, _In_ LPARAM lParam, _In_ PCUIDLIST_RELATIVE pidl1, _In_ PCUIDLIST_RELATIVE pidl2) |
Functions | |
| static void | Test_GetDisplayNameOf (void) |
| static void | Test_ParseDisplayName (void) |
| static void | Test_CompareIDs (void) |
| START_TEST (IShellFolderHelpers) | |
Variables | |
| static INT | s_nStep = 0 |
| typedef HRESULT(WINAPI * FN_IShellFolder_CompareIDs) (_In_ IShellFolder *psf, _In_ LPARAM lParam, _In_ PCUIDLIST_RELATIVE pidl1, _In_ PCUIDLIST_RELATIVE pidl2) |
Definition at line 254 of file IShellFolderHelpers.cpp.
| START_TEST | ( | IShellFolderHelpers | ) |
Definition at line 298 of file IShellFolderHelpers.cpp.
Definition at line 260 of file IShellFolderHelpers.cpp.
Referenced by START_TEST().
Definition at line 204 of file IShellFolderHelpers.cpp.
Referenced by START_TEST().
Definition at line 233 of file IShellFolderHelpers.cpp.
Referenced by START_TEST().
|
static |
Definition at line 16 of file IShellFolderHelpers.cpp.
Referenced by CTestShellFolder::CompareIDs(), CTestShellFolder::GetDisplayNameOf(), CTestShellFolder::ParseDisplayName(), CTestShellFolder::QueryInterface(), Test_CompareIDs(), Test_GetDisplayNameOf(), and Test_ParseDisplayName().