ReactOS 0.4.16-dev-470-g91b8923
|
#include <win32k.h>
Go to the source code of this file.
VOID NTAPI RtlInitLargeAnsiString | ( | IN OUT PLARGE_ANSI_STRING | DestinationString, |
IN PCSZ | SourceString, | ||
IN INT | Unknown | ||
) |
Definition at line 17 of file rtlstr.c.
Referenced by DefSetText(), and RtlInitLargeString().
VOID NTAPI RtlInitLargeUnicodeString | ( | IN OUT PLARGE_UNICODE_STRING | DestinationString, |
IN PCWSTR | SourceString, | ||
IN INT | Unknown | ||
) |
Definition at line 42 of file rtlstr.c.
Referenced by co_IntCreateDefaultImeWindow(), DefSetText(), and RtlInitLargeString().
BOOL NTAPI RtlLargeStringToUnicodeString | ( | PUNICODE_STRING | DestinationString, |
PLARGE_STRING | SourceString | ||
) |
Definition at line 67 of file rtlstr.c.