1 out of 2 rated this helpful - Rate this topic

StrFormatKBSize function

Converts a numeric value into a string that represents the number expressed as a size value in kilobytes.

Syntax


PTSTR StrFormatKBSize(
  LONGLONG qdw,
  _Out_  PTSTR pszBuf,
  UINT cchBuf
);

Parameters

qdw

Type: LONGLONG

The numeric value to be converted.

pszBuf [out]

Type: PTSTR

A pointer to a buffer that, when this function returns successfully, receives the converted number.

cchBuf

Type: UINT

The size of pszBuf, in characters.

Return value

Type: PTSTR

Returns a pointer to the converted string, or NULL if the conversion fails.

Requirements

Minimum supported client

Windows 2000 Professional, Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Shlwapi.h

Library

Shlwapi.lib

DLL

Shlwapi.dll (version 5.0 or later)

Unicode and ANSI names

StrFormatKBSizeW (Unicode) and StrFormatKBSizeA (ANSI)

See also

StrFormatByteSizeA
StrFormatByteSizeW

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.