#include <ndk/umtypes.h>
#include <ndk/rtlfuncs.h>
#include <string.h>
Go to the source code of this file.
◆ MB_CUR_MAX
◆ mbstowcs()
Definition at line 38 of file mbstowcs_nt.c.
39{
43
45
47 {
49 mbstr,
51
53 }
54
58 mbstr,
61 return -1;
62
64}
ACPI_SIZE strlen(const char *String)
#define NT_SUCCESS(StatCode)
GLuint GLuint GLsizei count
_Use_decl_annotations_ NTSTATUS NTAPI RtlMultiByteToUnicodeN(_Out_ PWCH UnicodeString, _In_ ULONG UnicodeSize, _Out_opt_ PULONG ResultSize, _In_ PCCH MbString, _In_ ULONG MbSize)
_Use_decl_annotations_ NTSTATUS NTAPI RtlMultiByteToUnicodeSize(_Out_ PULONG UnicodeSize, _In_ PCCH MbString, _In_ ULONG MbSize)
_In_ ULONG _In_ ULONG _In_ ULONG Length
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
◆ mbtowc()
Definition at line 11 of file mbstowcs_nt.c.
12{
16
18 return 0;
19
21 return 0;
22
24
26
27 if (wc ==
L' ' && mbarr[0] !=
' ')
28 return -1;
29
30 *wchar = wc;
31
32 return (
int)(
mbs - mbarr);
33}
NTSYSAPI WCHAR WINAPI RtlAnsiCharToUnicodeChar(LPSTR *)
#define memcpy(s1, s2, n)