Scroll to navigation

RtlMultiByteToUnicodeN(3w) Wine API RtlMultiByteToUnicodeN(3w)

NAME

RtlMultiByteToUnicodeN (NTDLL.@)

SYNOPSIS

NTSTATUS RtlMultiByteToUnicodeN
(
LPWSTR dst,
DWORD dstlen,
LPDWORD reslen,
LPCSTR src,
DWORD srclen
)
 

DESCRIPTION

Converts a multi-byte string to a Unicode string.
 

RETURNS

NTSTATUS code.
 

NOTES

Performs a partial copy if dst is too small.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/rtlstr.c".
Debug channel "ntdll".
Oct 2012 Wine API