table of contents
other versions
- wheezy 1.4.1-4
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 codeIMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/rtlstr.c". Debug channel "ntdll".Oct 2012 | Wine API |