Scroll to navigation

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