RtlUnicodeToMultiByteN.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "winternl.h".

Implemented in "dlls/ntdll/rtlstr.c".

Debug channel "ntdll".