[kernel32/console][Try 2]Add comment to function

Anatoly vostok at etersoft.ru
Wed Nov 29 09:42:48 CST 2006


Hi!
This patch adds comment to HWND WINAPI GetConsoleWindow(VOID).

Changlelog:
Add describing of HWND WINAPI GetConsoleWindow(VOID) function.
-------------- next part --------------
Index: dlls/kernel32/console.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel32/console.c,v
retrieving revision 1.2
diff -u -p -u -r1.2 console.c
--- dlls/kernel32/console.c	13 Oct 2006 10:27:18 -0000	1.2
+++ dlls/kernel32/console.c	29 Nov 2006 15:35:54 -0000
@@ -121,6 +121,16 @@ static void char_info_AtoW( CHAR_INFO *b
 
 /******************************************************************************
  * GetConsoleWindow [KERNEL32.@]
+ * 
+ * Get hwnd of the console window.
+ * 
+ * RETURNS
+ *   Success: hwnd of the console window.
+ *   Failure: NULL
+ *
+ * NOTES
+ *   Has appeared, since Windows 2000 Professional
+ *
  */
 HWND WINAPI GetConsoleWindow(VOID)
 {


More information about the wine-patches mailing list