kernel32: Add comment for GetConsoleWindow.
This commit is contained in:
parent
fb5c516dfd
commit
8ffdf9b45a
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue