update for HEAD-2003091401
[reactos.git] / lib / kernel32 / file / iocompl.c
index dea9a51..baf21b2 100644 (file)
@@ -14,6 +14,9 @@
 
 #include <kernel32/error.h>
 
+/*
+ * @implemented
+ */
 HANDLE
 STDCALL
 CreateIoCompletionPort(
@@ -81,6 +84,9 @@ CreateIoCompletionPort(
 }
 
 
+/*
+ * @implemented
+ */
 WINBOOL
 STDCALL
 GetQueuedCompletionStatus(
@@ -140,6 +146,9 @@ GetQueuedCompletionStatus(
 }
 
 
+/*
+ * @implemented
+ */
 WINBOOL
 STDCALL
 PostQueuedCompletionStatus(
@@ -166,6 +175,9 @@ PostQueuedCompletionStatus(
 }
 
 
+/*
+ * @implemented
+ */
 BOOL STDCALL
 CancelIo(HANDLE hFile)
 {