ReactOS 0.4.16-dev-250-g3ecd236
|
#include <user32.h>
Go to the source code of this file.
VOID NTAPI RtlInitLargeAnsiString | ( | IN OUT PLARGE_ANSI_STRING | DestinationString, |
IN PCSZ | SourceString, | ||
IN INT | Unknown | ||
) |
VOID NTAPI RtlInitLargeUnicodeString | ( | IN OUT PLARGE_UNICODE_STRING | DestinationString, |
IN PCWSTR | SourceString, | ||
IN INT | Unknown | ||
) |
BOOL NTAPI RtlLargeStringToUnicodeString | ( | PUNICODE_STRING | DestinationString, |
PLARGE_STRING | SourceString | ||
) |
Definition at line 65 of file rtlstr.c.
Referenced by NtUserDefSetText().