MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / FormatSizeString

Function FormatSizeString

Explorer++/Helper/StringHelper.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10BOOL CheckWildcardMatchInternal(const TCHAR *szWildcard, const TCHAR *szString, BOOL bCaseSensitive);
11
12void FormatSizeString(ULARGE_INTEGER lFileSize, TCHAR *pszFileSize,
13 size_t cchBuf)
14{
15 FormatSizeString(lFileSize, pszFileSize, cchBuf, FALSE, SIZE_FORMAT_NONE);
16}
17
18void FormatSizeString(ULARGE_INTEGER lFileSize, TCHAR *pszFileSize,
19 size_t cchBuf, BOOL bForceSize, SizeDisplayFormat_t sdf)

Callers 15

OnInitDialogMethod · 0.85
OnInitDialogMethod · 0.85
OnInitDialogMethod · 0.85
UpdateStatusBarTextMethod · 0.85
WindowProcedureMethod · 0.85
SetTileViewItemInfoMethod · 0.85
GetSizeColumnTextFunction · 0.85
GetFolderSizeColumnTextFunction · 0.85

Calls 1

c_strMethod · 0.80

Tested by 1

TESTFunction · 0.68