Difference between revisions of "User:Grovespaz/Kernel/RtlUpcaseUnicodeToMultiByteN"

From xboxdevwiki
Jump to: navigation, search
(Created page with "{{KernelExport|name=RtlUpcaseUnicodeToMultiByteN|ordinal=315}} <!-- Please add documentation here --> The original Windows NT function is documented in the MSDN: [https://doc...")
 
(No difference)

Latest revision as of 08:03, 1 September 2018

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.