Scroll to navigation

RtlUnicodeToMultiByteN(3w) Wine API RtlUnicodeToMultiByteN(3w)

NAME

RtlUnicodeToMultiByteN (NTDLL.@)

SYNOPSIS

NTSTATUS RtlUnicodeToMultiByteN
(
LPSTR dst,
DWORD dstlen,
LPDWORD reslen,
LPCWSTR src,
DWORD srclen
)
 

DESCRIPTION

Converts a Unicode string to a multi-byte string in the ANSI code page.
 

RETURNS

NTSTATUS code
 

IMPLEMENTATION

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