Implement RtlStringLength() and RtlStringToWideString() routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -67,6 +67,17 @@ RtlSetMemory(OUT PVOID Destination,
|
||||
IN UCHAR Byte,
|
||||
IN SIZE_T Length);
|
||||
|
||||
XTCDECL
|
||||
SIZE_T
|
||||
RtlStringLength(IN CONST PUCHAR String,
|
||||
IN SIZE_T MaxLength);
|
||||
|
||||
XTCDECL
|
||||
INT
|
||||
RtlStringToWideString(PWCHAR Destination,
|
||||
CONST PUCHAR *Source,
|
||||
SIZE_T Length);
|
||||
|
||||
XTCDECL
|
||||
INT
|
||||
RtlWideStringCompare(IN CONST PWCHAR String1,
|
||||
|
Reference in New Issue
Block a user