StrFormatKBSizeA(3w)
NAME
StrFormatKBSizeA (SHLWAPI.@)
SYNOPSIS
LPSTR StrFormatKBSizeA ( LONGLONG llBytes, LPSTR lpszDest, UINT cchMax )
DESCRIPTION
Create a formatted string containing a byte count in Kilobytes.
PARAMS
llBytes [In] Byte size to format.
lpszDest [In] Destination for formatted string.
cchMax [In] Size of lpszDest.
RETURNS
lpszDest.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/string.c".
- Debug channel "shell".