.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlOemStringToUnicodeSize 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlOemStringToUnicodeSize\fR (NTDLL.@) .SH SYNOPSIS UINT RtlOemStringToUnicodeSize ( const STRING* \fIstr\fR ) .SH DESCRIPTION .PP Calculate the size in bytes necessary for the Unicode conversion of \fIstr\fR, including the terminating \fB'\0'\fR. .SH PARAMS \fIstr\fR \fB[In]\fR String to calculate the size of. .PP .SH RETURNS .PP The calculated size. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtlstr.c"\fR. .PP Debug channel \fB"ntdll"\fR.