Go to the source code of this file.
◆ RtlInitLargeAnsiString()
Definition at line 17 of file rtlstr.c.
20{
22
24 {
28 }
29 else
30 {
33 }
34
37}
ACPI_SIZE strlen(const char *String)
_Out_ _Inout_ POEM_STRING _In_ PCUNICODE_STRING SourceString
_Out_ _Inout_ POEM_STRING DestinationString
unsigned short MaximumLength
◆ RtlInitLargeUnicodeString()
Definition at line 41 of file rtlstr.c.
44{
46
48 {
52 }
53 else
54 {
57 }
58
61}
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
◆ RtlLargeStringToUnicodeString()
Definition at line 65 of file rtlstr.c.
67{
69
72 {
75 }
77 {
79 }
80 else
82}
NTSYSAPI BOOLEAN NTAPI RtlCreateUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)
#define NT_SUCCESS(StatCode)
NTSYSAPI NTSTATUS NTAPI RtlAnsiStringToUnicodeString(PUNICODE_STRING DestinationString, PANSI_STRING SourceString, BOOLEAN AllocateDestinationString)
NTSYSAPI VOID NTAPI RtlInitUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)
NTSYSAPI VOID NTAPI RtlInitAnsiString(PANSI_STRING DestinationString, PCSZ SourceString)
Referenced by NtUserDefSetText().