.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlMultiByteToUnicodeSize 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlMultiByteToUnicodeSize\fR (NTDLL.@) .SH SYNOPSIS NTSTATUS RtlMultiByteToUnicodeSize ( DWORD* \fIsize\fR, LPCSTR \fIstr\fR, UINT \fIlen\fR ) .SH DESCRIPTION .PP Compute the \fIsize\fR in bytes necessary for the Unicode conversion of \fIstr\fR, without the terminating \fB'\0'\fR. .SH PARAMS \fIsize\fR \fB[Out]\fR Destination for \fIsize\fR. .PP \fIstr\fR \fB[In]\fR String to calculate the \fIsize\fR of. .PP \fIlen\fR \fB[In]\fR Length of \fIstr\fR. .PP .SH RETURNS .PP \fBSTATUS_SUCCESS\fR. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtlstr.c"\fR. .PP Debug channel \fB"ntdll"\fR.