[NTVDM]
[reactos.git] / reactos / subsystems / mvdm / ntvdm / memory.h
index ac41697..e41a9d1 100644 (file)
@@ -67,6 +67,14 @@ MemRemoveFastMemoryHook
     ULONG Size
 );
 
+BOOLEAN
+MemQueryMemoryZone
+(
+    ULONG StartAddress,
+    PULONG Length,
+    PBOOLEAN Hooked
+);
+
 #endif // _MEMORY_H_
 
 /* EOF */