.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrFormatByteSizeW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrFormatByteSizeW\fR (SHLWAPI.@) .SH SYNOPSIS LPWSTR StrFormatByteSizeW ( LONGLONG \fIllBytes\fR, LPWSTR \fIlpszDest\fR, UINT \fIcchMax\fR ) .SH DESCRIPTION .PP Create a string containing an abbreviated byte count of up to 2^63-\fB1.\fR .SH PARAMS \fIllBytes\fR \fB[In]\fR Byte size to format. .PP \fIlpszDest\fR \fB[In]\fR Destination for formatted string. .PP \fIcchMax\fR \fB[In]\fR Size of \fIlpszDest\fR. .PP .SH RETURNS .PP \fIlpszDest\fR. .SH NOTES .PP There is no StrFormatByteSize64W function, it is called \fBStrFormatByteSizeW(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/string.c"\fR. .PP Debug channel \fB"shell"\fR.