ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | ZipFiles |
Functions | |
void | ok_displayname_ (const char *file, int line, IShellFolder *pFolder, PCUITEMID_CHILD pidl, SHGDNF Flags, LPCWSTR Name) |
static void | test_EnumObjects_Files (const WCHAR *Filename, IShellFolder *pFolder) |
static void | test_EnumObjects_Folders (const WCHAR *Filename, IShellFolder *pFolder) |
static void | test_EnumObjects (const WCHAR *Filename) |
START_TEST (EnumObjects) | |
Variables | |
static bool | g_bOldZipfldr = false |
static CLIPFORMAT | cfHIDA = RegisterClipboardFormatA(CFSTR_SHELLIDLISTA) |
static CLIPFORMAT | cfFileDescriptor = RegisterClipboardFormatW(CFSTR_FILEDESCRIPTORW) |
void ok_displayname_ | ( | const char * | file, |
int | line, | ||
IShellFolder * | pFolder, | ||
PCUITEMID_CHILD | pidl, | ||
SHGDNF | Flags, | ||
LPCWSTR | Name | ||
) |
Definition at line 12 of file EnumObjects.cpp.
START_TEST | ( | EnumObjects | ) |
Definition at line 255 of file EnumObjects.cpp.
Definition at line 225 of file EnumObjects.cpp.
Referenced by START_TEST().
|
static |
Definition at line 40 of file EnumObjects.cpp.
Referenced by test_EnumObjects().
|
static |
Definition at line 126 of file EnumObjects.cpp.
Referenced by test_EnumObjects().
|
static |
Definition at line 38 of file EnumObjects.cpp.
Referenced by test_EnumObjects_Files(), and test_EnumObjects_Folders().
|
static |
Definition at line 37 of file EnumObjects.cpp.
Referenced by test_EnumObjects_Files().
Definition at line 10 of file EnumObjects.cpp.
Referenced by test_EnumObjects_Files(), and test_EnumObjects_Folders().