ReactOS 0.4.16-dev-106-g10b08aa
|
Go to the source code of this file.
Macros | |
#define | NTOS_MODE_USER |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
EXTERN_C BOOL | PathIsExeW (LPCWSTR lpszPath) |
BOOL | GetPhysicalFileSize (LPCWSTR PathBuffer, PULARGE_INTEGER Size) |
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) |
HPROPSHEETPAGE | SH_CreatePropertySheetPage (WORD wDialogId, DLGPROC pfnDlgProc, LPARAM lParam, LPCWSTR pwszTitle) |
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.
BOOL GetPhysicalFileSize | ( | LPCWSTR | PathBuffer, |
PULARGE_INTEGER | Size | ||
) |
Definition at line 32 of file filedefext.cpp.
Referenced by CFileDefExt::CountFolderAndFiles(), DECLARE_INTERFACE_(), and CFileDefExt::InitFileAttr().
Definition at line 539 of file shellpath.c.
HPROPSHEETPAGE SH_CreatePropertySheetPage | ( | WORD | wDialogId, |
DLGPROC | pfnDlgProc, | ||
LPARAM | lParam, | ||
LPCWSTR | pwszTitle | ||
) |
Definition at line 302 of file filedefext.cpp.
Definition at line 236 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 266 of file filedefext.cpp.
Referenced by CFileDefExt::CountFolderAndFiles(), and CFileDefExt::InitFileAttr().
Definition at line 180 of file filedefext.cpp.
Referenced by SH_FormatByteSize().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 998 of file filedefext.cpp.
Referenced by CFileDefExt::InitFolderCustomizePage(), and CFileDefExt::OnFolderCustApply().
Definition at line 997 of file filedefext.cpp.
Referenced by CFileDefExt::InitFolderCustomizePage(), and CFileDefExt::OnFolderCustApply().
Definition at line 999 of file filedefext.cpp.
Referenced by CFileDefExt::InitFolderCustomizePage(), and CFileDefExt::OnFolderCustApply().
Definition at line 996 of file filedefext.cpp.
Referenced by CFileDefExt::InitFolderCustomizePage(), and CFileDefExt::OnFolderCustApply().