update for HEAD-2003021201
[reactos.git] / lib / psapi / misc / win32.c
index edb9a0c..c19bdc3 100644 (file)
@@ -165,6 +165,15 @@ NTSTATUS STDCALL EnumProcessesCallback
 }
 
 /* exported interface */
+/*
+ @brief Enumerate the process identifiers of the currently active processes
+
+ @param lpidProcess Array that receives the list of process identifiers
+ @param cb          Size of the @p lpidProcess array, in bytes
+ @param lpcbNeeded  Number of bytes returned in the @p lpidProcess array
+
+ @return [standard]
+ */
 BOOL STDCALL EnumProcesses
 (
  DWORD *lpidProcess,