From 8ffdf9b45a811e22ecf6ad24f90444a354b036db Mon Sep 17 00:00:00 2001 From: Anatoly Lyutin Date: Thu, 18 Jan 2007 10:53:39 +0300 Subject: [PATCH] kernel32: Add comment for GetConsoleWindow. --- dlls/kernel32/console.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dlls/kernel32/console.c b/dlls/kernel32/console.c index 0590cd40f1b..98baebd818f 100644 --- a/dlls/kernel32/console.c +++ b/dlls/kernel32/console.c @@ -120,7 +120,11 @@ static void char_info_AtoW( CHAR_INFO *buffer, int count ) /****************************************************************************** - * GetConsoleWindow [KERNEL32.@] + * GetConsoleWindow [KERNEL32.@] Get hwnd of the console window. + * + * RETURNS + * Success: hwnd of the console window. + * Failure: NULL */ HWND WINAPI GetConsoleWindow(VOID) { -- 2.11.4.GIT