update for HEAD-2003091401
[reactos.git] / ntoskrnl / mm / drvlck.c
index 6ae010a..6d17913 100644 (file)
@@ -36,6 +36,9 @@ MmUnlockPagableImageSection(IN PVOID ImageSectionHandle)
 #endif
 
 
+/*
+ * @unimplemented
+ */
 VOID STDCALL
 MmLockPagableSectionByHandle(IN PVOID ImageSectionHandle)
 {
@@ -56,6 +59,9 @@ MmLockPagableCodeSection(IN PVOID AddressWithinSection)
 #endif
 
 
+/*
+ * @implemented
+ */
 PVOID STDCALL
 MmLockPagableDataSection(IN PVOID AddressWithinSection)
 {
@@ -66,18 +72,27 @@ MmLockPagableDataSection(IN PVOID AddressWithinSection)
 }
 
 
+/*
+ * @unimplemented
+ */
 VOID STDCALL
 MmUnlockPagableImageSection(IN PVOID ImageSectionHandle)
 {
 }
 
 
+/*
+ * @unimplemented
+ */
 VOID STDCALL
 MmPageEntireDriver(IN PVOID AddressWithinSection)
 {
 }
 
 
+/*
+ * @unimplemented
+ */
 VOID STDCALL
 MmResetDriverPaging(IN PVOID AddressWithinSection)
 {