document parameter names
Modified: trunk/reactos/w32api/include/winternl.h

Modified: trunk/reactos/w32api/include/winternl.h
--- trunk/reactos/w32api/include/winternl.h	2005-09-11 22:32:20 UTC (rev 17811)
+++ trunk/reactos/w32api/include/winternl.h	2005-09-12 01:31:24 UTC (rev 17812)
@@ -2180,8 +2180,17 @@
 NTSTATUS  WINAPI RtlpWaitForCriticalSection(RTL_CRITICAL_SECTION *);
 NTSTATUS  WINAPI RtlpUnWaitCriticalSection(RTL_CRITICAL_SECTION *);
 
-NTSTATUS WINAPI vDbgPrintEx(ULONG,ULONG,LPCSTR,va_list);
-NTSTATUS WINAPI vDbgPrintExWithPrefix(LPCSTR,ULONG,ULONG,LPCSTR,va_list);
+ULONG WINAPI
+vDbgPrintEx(IN ULONG ComponentId,
+            IN ULONG Level,
+            IN LPCSTR Format,
+            IN va_list ap);
+ULONG WINAPI
+vDbgPrintExWithPrefix(IN LPCSTR Prefix,
+                      IN ULONG ComponentId,
+                      IN ULONG Level,
+                      IN LPCSTR Format,
+                      IN va_list ap);
 
 /* Wine internal functions */