User:Grovespaz/Kernel/RtlUpcaseUnicodeToMultiByteN

From xboxdevwiki
< User:Grovespaz
Revision as of 08:03, 1 September 2018 by Grovespaz (talk | contribs) (Created page with "{{KernelExport|name=RtlUpcaseUnicodeToMultiByteN|ordinal=315}} <!-- Please add documentation here --> The original Windows NT function is documented in the MSDN: [https://doc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RtlUpcaseUnicodeToMultiByteN is an export in the Xbox Kernel. It has ordinal 315.

The original Windows NT function is documented in the MSDN: RtlUpcaseUnicodeToMultiByteN

Syntax

XBAPI NTSTATUS NTAPI RtlUpcaseUnicodeToMultiByteN
(
    PCHAR MultiByteString,
    ULONG MaxBytesInMultiByteString,
    PULONG BytesInMultiByteString,
    PWSTR UnicodeString,
    ULONG BytesInUnicodeString
);

Parameters

MultiByteString

MaxBytesInMultiByteString

BytesInMultiByteString

UnicodeString

BytesInUnicodeString

Return Value

RtlUpcaseUnicodeToMultiByteN returns NTSTATUS.