BCGControlBar Pro for MFC
virtual void CBCGPShellList::OnFormatStrFileSize ( ULONGLONG  lFileSize,
CString &  str 
)
virtual

Called by the framework when the list control displays a file size.

The default implementation uses the current locale to format the size into string.

Parameters
lFileSizeSpecifies the file size to be displayed.
strContains the formatted file size.