Implement RtlWideStringLength() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-09-26 16:53:58 +02:00
parent 58847c2fea
commit c7f53e193a
2 changed files with 48 additions and 1 deletions

View File

@@ -73,6 +73,11 @@ RtlWideStringCompare(IN CONST PWCHAR String1,
IN CONST PWCHAR String2,
IN CONST ULONG Length);
XTCDECL
SIZE_T
RtlWideStringLength(IN CONST PWCHAR String,
IN SIZE_T MaxLength);
XTCDECL
PWCHAR
RtlWideStringTokenize(IN PWCHAR String,