ReactOS 0.4.16-dev-1276-g70732b0
|
Go to the source code of this file.
Classes | |
struct | DIRTREESTATS |
Macros | |
#define | NTOS_MODE_USER |
#define | SetMultifileDlgFileAttr(attr, id) |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
EXTERN_C BOOL | PathIsExeW (LPCWSTR lpszPath) |
static BOOL | SH32_GetFileFindData (PCWSTR pszPath, WIN32_FIND_DATAW *pWFD) |
BOOL | GetPhysicalFileSize (LPCWSTR pszPath, PULARGE_INTEGER Size) |
static UINT | GetFileStats (HANDLE hFile, PULARGE_INTEGER pVirtSize, PULARGE_INTEGER pPhysSize) |
static UINT | GetFileStats (PCWSTR pszPath, PULARGE_INTEGER pVirtSize, PULARGE_INTEGER pPhysSize) |
UINT | SH_FormatInteger (LONGLONG Num, LPWSTR pwszResult, UINT cchResultMax) |
UINT | SH_FormatByteSize (LONGLONG cbSize, LPWSTR pwszResult, UINT cchResultMax) |
LPWSTR | SH_FormatFileSizeWithBytes (const PULARGE_INTEGER lpQwSize, LPWSTR pwszResult, UINT cchResultMax) |
static UINT | ProcessDirStatsItem (PCWSTR pszPath, DIRTREESTATS &Stats, WIN32_FIND_DATAW *pWFD) |
Variables | |
static const WCHAR | s_szShellClassInfo [] = L".ShellClassInfo" |
static const WCHAR | s_szIconIndex [] = L"IconIndex" |
static const WCHAR | s_szIconFile [] = L"IconFile" |
static const WCHAR | s_szIconResource [] = L"IconResource" |
#define NTOS_MODE_USER |
Definition at line 24 of file filedefext.cpp.
|
static |
Definition at line 66 of file filedefext.cpp.
Referenced by GetFileStats(), and ProcessDirStatsItem().
|
static |
Definition at line 91 of file filedefext.cpp.
BOOL GetPhysicalFileSize | ( | LPCWSTR | pszPath, |
PULARGE_INTEGER | Size | ||
) |
Definition at line 38 of file filedefext.cpp.
Referenced by DECLARE_INTERFACE_(), and CFileDefExt::InitFileAttr().
Definition at line 539 of file shellpath.c.
|
static |
Definition at line 853 of file filedefext.cpp.
Referenced by CFileDefExt::WalkDirTree().
|
static |
Definition at line 32 of file filedefext.cpp.
Referenced by GetFileStats(), and CFileDefExt::InitFileAttr().
Definition at line 274 of file filedefext.cpp.
Referenced by CDrvDefExt::InitGeneralPage(), and SH_FormatFileSizeWithBytes().
LPWSTR SH_FormatFileSizeWithBytes | ( | const PULARGE_INTEGER | lpQwSize, |
LPWSTR | pwszResult, | ||
UINT | cchResultMax | ||
) |
Definition at line 304 of file filedefext.cpp.
Referenced by CFileDefExt::InitFileAttr(), and CFileDefExt::UpdateDirStatsResults().
Definition at line 218 of file filedefext.cpp.
Referenced by SH_FormatByteSize().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 1248 of file filedefext.cpp.
Referenced by CFileDefExt::InitFolderCustomizePage(), and CFileDefExt::OnFolderCustApply().
Definition at line 1247 of file filedefext.cpp.
Referenced by CFileDefExt::InitFolderCustomizePage(), and CFileDefExt::OnFolderCustApply().
Definition at line 1249 of file filedefext.cpp.
Referenced by CFileDefExt::InitFolderCustomizePage(), and CFileDefExt::OnFolderCustApply().
Definition at line 1246 of file filedefext.cpp.
Referenced by CFileDefExt::InitFolderCustomizePage(), and CFileDefExt::OnFolderCustApply().