Commit 8ffdf9b4 authored by Anatoly Lyutin's avatar Anatoly Lyutin Committed by Alexandre Julliard

kernel32: Add comment for GetConsoleWindow.

parent fb5c516d
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment