Scroll to navigation

GetConsoleWindow(3w) Wine API GetConsoleWindow(3w)

NAME

GetConsoleWindow (KERNEL32.@)

SYNOPSIS

HWND GetConsoleWindow
(
)
 

DESCRIPTION

GetConsoleWindow [ KERNEL32.@] Get hwnd of the console window.
 

RETURNS

Success: hwnd of the console window.
Failure: NULL
 

IMPLEMENTATION

Declared in "wincon.h".
Implemented in "dlls/kernel32/console.c".
Debug channel "console".
Oct 2012 Wine API