table of contents
other versions
- wheezy 1.4.1-4
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: NULLIMPLEMENTATION¶
Declared in "wincon.h". Implemented in "dlls/kernel32/console.c". Debug channel "console".Oct 2012 | Wine API |