table of contents
other versions
- wheezy 1.4.1-4
StrFormatKBSizeW(3w) | Wine API | StrFormatKBSizeW(3w) |
NAME¶
StrFormatKBSizeW (SHLWAPI.@)SYNOPSIS¶
LPWSTR StrFormatKBSizeW(
LONGLONG llBytes,
LPWSTR lpszDest,
UINT cchMax
)
DESCRIPTION¶
See StrFormatKBSizeA(3w).IMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/string.c". Debug channel "shell".Oct 2012 | Wine API |