Add missing IN/OUT indicators
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:
@@ -79,9 +79,9 @@ RtlWideStringCompare(IN CONST PWCHAR String1,
|
||||
*/
|
||||
XTCDECL
|
||||
PWCHAR
|
||||
RtlWideStringConcatenate(PWCHAR Destination,
|
||||
PWCHAR Source,
|
||||
SIZE_T Count)
|
||||
RtlWideStringConcatenate(OUT PWCHAR Destination,
|
||||
IN PWCHAR Source,
|
||||
IN SIZE_T Count)
|
||||
{
|
||||
PWCHAR DestString = Destination;
|
||||
|
||||
|
Reference in New Issue
Block a user