.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlUnicodeStringToOemSize 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlUnicodeStringToOemSize\fR (NTDLL.@) .SH SYNOPSIS DWORD RtlUnicodeStringToOemSize ( const UNICODE_STRING* \fIstr\fR ) .SH DESCRIPTION .PP Calculate the size in bytes necessary for the \fBOEM\fR 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.