update for HEAD-2003091401
[reactos.git] / lib / kernel32 / file / pipe.c
index 59bf40b..bf2babe 100644 (file)
@@ -21,6 +21,9 @@ ULONG ProcessPipeId = 0;
 
 /* FUNCTIONS ****************************************************************/
 
+/*
+ * @implemented
+ */
 BOOL STDCALL CreatePipe(PHANDLE hReadPipe,
                        PHANDLE hWritePipe,
                        LPSECURITY_ATTRIBUTES lpPipeAttributes,