[BOOTVID] Annotate some functions to avoid confusing (#2936)
[reactos.git] / drivers / base / bootvid / arm / bootvid.c
index d34f081..b56e4e2 100644 (file)
@@ -255,7 +255,7 @@ VidCleanUp(VOID)
 VOID
 NTAPI
 VidScreenToBufferBlt(
-    _Out_ PUCHAR Buffer,
+    _Out_writes_bytes_(Delta * Height) PUCHAR Buffer,
     _In_ ULONG Left,
     _In_ ULONG Top,
     _In_ ULONG Width,