#include <windef.h>
#include <ndk/rtlfuncs.h>
Go to the source code of this file.
◆ WIN32_NO_STATUS
◆ toupper_nt_mb()
Definition at line 15 of file toupper_nt_mb.c.
16{
21
26
27 if (mbSize == 2)
28 return (
UCHAR)chrUpper[1] + ((
UCHAR)chrUpper[0] << 8);
29 else if (mbSize == 1)
30 return (
UCHAR)chrUpper[0];
31 else
33}
NTSYSAPI WCHAR WINAPI RtlAnsiCharToUnicodeChar(LPSTR *)
_Use_decl_annotations_ NTSTATUS NTAPI RtlUnicodeToMultiByteN(_Out_ PCHAR MbString, _In_ ULONG MbSize, _Out_opt_ PULONG ResultSize, _In_ PCWCH UnicodeString, _In_ ULONG UnicodeSize)
WCHAR NTAPI RtlUpcaseUnicodeChar(_In_ WCHAR Source)