.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlMultiByteToUnicodeN 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlMultiByteToUnicodeN\fR (NTDLL.@) .SH SYNOPSIS NTSTATUS RtlMultiByteToUnicodeN ( LPWSTR \fIdst\fR, DWORD \fIdstlen\fR, LPDWORD \fIreslen\fR, LPCSTR \fIsrc\fR, DWORD \fIsrclen\fR ) .SH DESCRIPTION .PP Converts a multi-byte string to a Unicode string. .SH RETURNS .PP \fBNTSTATUS\fR code. .SH NOTES .PP Performs a partial copy if \fIdst\fR is too small. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtlstr.c"\fR. .PP Debug channel \fB"ntdll"\fR.