Anatoly Lyutin : kernel32: Add comment for GetConsoleWindow.
Module: wine Branch: master Commit: 8ffdf9b45a811e22ecf6ad24f90444a354b036db URL: http://source.winehq.org/git/wine.git/?a=commit;h=8ffdf9b45a811e22ecf6ad24f9... Author: Anatoly Lyutin <vostok(a)etersoft.ru> Date: Thu Jan 18 10:53:39 2007 +0300 kernel32: Add comment for GetConsoleWindow. --- dlls/kernel32/console.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/dlls/kernel32/console.c b/dlls/kernel32/console.c index 0590cd4..98baebd 100644 --- a/dlls/kernel32/console.c +++ b/dlls/kernel32/console.c @@ -120,7 +120,11 @@ static void char_info_AtoW( CHAR_INFO *b /****************************************************************************** - * GetConsoleWindow [KERNEL32.@] + * GetConsoleWindow [KERNEL32.@] Get hwnd of the console window. + * + * RETURNS + * Success: hwnd of the console window. + * Failure: NULL */ HWND WINAPI GetConsoleWindow(VOID) {
participants (1)
-
Alexandre Julliard