kernel32: Add comment for GetConsoleWindow.

This commit is contained in:
Anatoly Lyutin 2007-01-18 10:53:39 +03:00 committed by Alexandre Julliard
parent fb5c516dfd
commit 8ffdf9b45a
1 changed files with 5 additions and 1 deletions

View File

@ -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)
{