table of contents
other versions
- wheezy 1.4.1-4
StrFormatKBSizeA(3w) | Wine API | 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¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/string.c". Debug channel "shell".Oct 2012 | Wine API |