Scroll to navigation

RtlOemToUnicodeN(3w) Wine API RtlOemToUnicodeN(3w)

NAME

RtlOemToUnicodeN (NTDLL.@)

SYNOPSIS

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

DESCRIPTION

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

RETURNS

NTSTATUS code
 

IMPLEMENTATION

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