ReactOS 0.4.16-dev-106-g10b08aa
|
#include <apitest.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <versionhelpers.h>
#include <shlwapi_undoc.h>
Go to the source code of this file.
Classes | |
class | CTestShellFolder |
Macros | |
#define | SHLWAPI_ISHELLFOLDER_HELPERS |
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 |
#define SHLWAPI_ISHELLFOLDER_HELPERS |
Definition at line 13 of file IShellFolderHelpers.cpp.
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().