|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
#include <uLib/FileDir.h>#include <uLib/UtilFunc.h>#include <uLib/StrFunc.h>#include <uLib/LargeInt.h>#include <uLib/Debug.h>Go to the source code of this file.
Macros | |
| #define | FILEDIR_VER 3 |
| #define | DISABLE_FS_REDIR 0 |
Functions | |
| PFileEntry __stdcall | __new_FileEntry (LPWIN32_FIND_DATA pfd, PDirEntry pDir, PScanDirCtx pCtx) |
| PDirEntry __stdcall | __new_DirEntry (LPWIN32_FIND_DATA pfd, PDirEntry pDir, PScanDirCtx pCtx) |
| PFileEntry (__stdcall *NewFileEntry)(LPWIN32_FIND_DATA pfd | |
| PDirEntry (__stdcall *NewDirEntry)(LPWIN32_FIND_DATA pfd | |
| CSTR | LongestCommonPath (CSTR PathName1, CSTR PathName2) |
Variables | |
| ScanDirCtx | _defScanCtx |
| PDirEntry | pDir |
| PDirEntry PScanDirCtx | pCtx = __new_FileEntry |
| #define FILEDIR_VER 3 |
Definition at line 14 of file FileDir.cpp.
| #define DISABLE_FS_REDIR 0 |
Definition at line 324 of file FileDir.cpp.
| PFileEntry | ( | __stdcall * | NewFileEntry | ) |
| PDirEntry | ( | __stdcall * | NewDirEntry | ) |
| PDirEntry pDir |
Definition at line 50 of file FileDir.cpp.
| PDirEntry PScanDirCtx pCtx = __new_FileEntry |
Definition at line 51 of file FileDir.cpp.