StrFormatKBSizeA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/string.c".

Debug channel "shell".