Implement RtlWideStringConcatenate() routine

This commit is contained in:
2022-09-26 17:26:00 +02:00
parent c7f53e193a
commit a0f359bcf7
2 changed files with 65 additions and 0 deletions

View File

@@ -73,6 +73,12 @@ RtlWideStringCompare(IN CONST PWCHAR String1,
IN CONST PWCHAR String2,
IN CONST ULONG Length);
XTCDECL
PWCHAR
RtlWideStringConcatenate(PWCHAR Destination,
PWCHAR Source,
SIZE_T Count);
XTCDECL
SIZE_T
RtlWideStringLength(IN CONST PWCHAR String,