ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | FileInfo |
Functions | |
int | zipfldr_loaded () |
void | FindExpectedFile (FileInfo *Array, size_t len, IShellFolder *pFolder, PCUITEMID_CHILD pidl, LPCWSTR &ExpectedName, SFGAOF &ExpectedAttributes) |
static void | test_EnumDirFiles (const WCHAR *TestFolder, BOOL EnumFolders) |
START_TEST (EnumParentDir) | |
Variables | |
const SFGAOF | BaseFileAttributes = SFGAO_FILESYSTEM |
const SFGAOF | BaseFolderAttributes = SFGAO_FILESYSTEM | SFGAO_FOLDER |
FileInfo | ExpectedFiles [] |
BOOL | FoundZipfldr = FALSE |
void FindExpectedFile | ( | FileInfo * | Array, |
size_t | len, | ||
IShellFolder * | pFolder, | ||
PCUITEMID_CHILD | pidl, | ||
LPCWSTR & | ExpectedName, | ||
SFGAOF & | ExpectedAttributes | ||
) |
Definition at line 22 of file EnumParentDir.cpp.
Referenced by test_EnumDirFiles().
START_TEST | ( | EnumParentDir | ) |
Definition at line 123 of file EnumParentDir.cpp.
Definition at line 63 of file EnumParentDir.cpp.
Referenced by START_TEST().
int zipfldr_loaded | ( | ) |
Definition at line 17 of file EnumParentDir.cpp.
Referenced by START_TEST(), and test_EnumDirFiles().
Definition at line 53 of file EnumParentDir.cpp.
Definition at line 54 of file EnumParentDir.cpp.
FileInfo ExpectedFiles[] |
Definition at line 55 of file EnumParentDir.cpp.
Referenced by START_TEST(), test_EnumDirFiles(), and test_EnumObjects_Files().
Definition at line 60 of file EnumParentDir.cpp.
Referenced by test_EnumDirFiles().