mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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
Block a user