|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <math.h>#include <stdarg.h>#include <stdio.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "shlwapi.h"#include "wingdi.h"#include "winuser.h"#include "shlobj.h"#include "mlang.h"#include "ddeml.h"#include "wine/unicode.h"#include "wine/debug.h"#include "resource.h"
Go to the source code of this file.
Classes | |
| struct | tagSHLWAPI_BYTEFORMATS |
Macros | |
| #define | NO_SHLWAPI_REG |
| #define | NO_SHLWAPI_STREAM |
| #define | KB ((ULONGLONG)1024) |
| #define | MB (KB*KB) |
| #define | GB (KB*KB*KB) |
| #define | TB (KB*KB*KB*KB) |
| #define | PB (KB*KB*KB*KB*KB) |
Typedefs | |
| typedef struct tagSHLWAPI_BYTEFORMATS | SHLWAPI_BYTEFORMATS |
Variables | |
| HINSTANCE | shlwapi_hInstance |
Definition at line 552 of file string.c.
Referenced by StrRetToStrA().
Definition at line 382 of file string.c.
Referenced by StrRetToBSTR().
Definition at line 619 of file string.c.
Referenced by StrRetToStrA().
Definition at line 1298 of file string.c.
|
static |
Definition at line 51 of file string.c.
Referenced by FormatDouble(), and FormatInt().
Definition at line 124 of file string.c.
Referenced by StrFormatByteSizeEx().
Definition at line 1136 of file string.c.
Referenced by DoesStringRoundTripW().
Definition at line 1111 of file string.c.
Referenced by SHAnsiToUnicode().
Definition at line 695 of file string.c.
Referenced by SHLWAPI_WriteTimeClass().
Definition at line 675 of file string.c.
Referenced by SHLWAPI_WriteTimeClass().
|
static |
Definition at line 716 of file string.c.
Referenced by StrFromTimeIntervalW().
Definition at line 589 of file string.c.
Referenced by StrRetToStrW().
Definition at line 647 of file string.c.
Referenced by StrRetToStrW().
Definition at line 1260 of file string.c.
Referenced by DoesStringRoundTripW().
Definition at line 1161 of file string.c.
Referenced by SHUnicodeToAnsi().
Definition at line 151 of file string.c.
Referenced by CRegistryFolder::FormatValueData().
Definition at line 173 of file string.c.
Referenced by _ShowContextMenu(), and test_StrCpyW().
Definition at line 997 of file string.c.
Referenced by CDrivesFolder::GetDetailsOf(), and StrFormatByteSizeA().
Definition at line 1025 of file string.c.
Referenced by CCabFolder::GetItemDetails().
| HRESULT WINAPI StrFormatByteSizeEx | ( | LONGLONG | llBytes, |
| SFBS_FLAGS | flags, | ||
| LPWSTR | lpszDest, | ||
| UINT | cchMax | ||
| ) |
Definition at line 877 of file string.c.
Referenced by StrFormatByteSizeW().
Definition at line 854 of file string.c.
Referenced by AddUserProfile(), CAvailableApplicationInfo::CAvailableApplicationInfo(), dialog_vcl_add_drives(), FormatFileSizeWithBytes(), CZipFolder::GetDetailsOf(), CDrvDefExt::InitGeneralPage(), InitializeFormatDriveDlg(), InitializeRecycleBinDlg(), InsertDefaultClusterSizeForFs(), CCleanMgrProperties::OnInitDialog(), PerformancePageRefreshThread(), PrintDiskData(), PrintPartitionData(), CDownloaderProgress::SetProgress(), SH_FormatFileSizeWithBytes(), ShortSizeFormatW(), StrFormatByteSize64A(), UpdateLanStatusUiDlg(), CCleanMgrProperties::UpdateSpaceUsed(), and CDefView::UpdateStatusbar().
Definition at line 459 of file string.c.
Referenced by CFontExt::GetDetailsOf().
Definition at line 475 of file string.c.
Referenced by _ILGetFileSize(), CFSFolder::FormatSize(), and StrFormatKBSizeA().
Definition at line 760 of file string.c.
Referenced by test_StrFromTimeIntervalA().
Definition at line 782 of file string.c.
Referenced by dialog_proc(), and StrFromTimeIntervalA().
| HRESULT WINAPI StrRetToBSTR | ( | STRRET * | lpStrRet, |
| LPCITEMIDLIST | pidl, | ||
| BSTR * | pBstrOut | ||
| ) |
Definition at line 418 of file string.c.
Referenced by CFolderItem::get_Name(), CFolderItem::get_Path(), SHELL_GetDetailsOfAsStringVariant(), and StrRetToVariantBSTR().
Definition at line 199 of file string.c.
Definition at line 248 of file string.c.
Referenced by CFSDropTarget::_CopyItems(), CAddressEditBox::AddComboBoxItem(), CISFBand::AddToolbarButtons(), COMDLG32_GetDisplayNameOf(), COMDLG32_UpdateCurrentDir(), DisplayNameOfW(), CMyDocsDropHandler::Drop(), CDeskLinkDropHandler::Drop(), FindExpectedFile(), GetCommandString(), GetDisplayName(), GetDisplayNameOf(), CCommonFolder< TSelf, TItemId, TExtractIcon >::GetDisplayNameOf(), GetFullName(), IEGetNameAndFlagsEx(), ok_displayname_(), SHELL32_CompareDetails(), SHGetPathCchFromIDListW(), SHGetRealIDL(), SHIsRemovableDrive(), SHOpenFolderAndSelectItems(), test_desktop_displaynameof(), test_FolderShortcut(), test_GetDisplayName(), test_LocalizedNames(), test_SHGetNameFromIDList(), and test_SHGetPathFromIDList().
Definition at line 349 of file string.c.
Referenced by CEnumMergedFolder::Begin(), GetDetailsOf(), GetDisplayname(), CACListISF::GetDisplayName(), CSendToMenu::LoadAllItems(), CShellBrowser::OnAddToFavorites(), SHELL32_GetFSItemAttributes(), SHELL_DisplayNameOf(), SHGetNameFromIDList(), and TEST_StrRet().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
|
extern |
Definition at line 33 of file shlwapi_main.c.
Referenced by DllMain(), SHLWAPI_WriteTimeClass(), and StrFormatByteSizeEx().