Add missing IN/OUT indicators

This commit is contained in:
2022-10-02 14:09:29 +02:00
parent b21f9c199f
commit 6a0a1eab23
2 changed files with 5 additions and 5 deletions

View File

@@ -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;