GetConsoleWindow function kernel32

int GetConsoleWindow()

Retrieves the window handle used by the console associated with the calling process.

HWND GetConsoleWindow(void);

Implementation

int GetConsoleWindow() => _GetConsoleWindow();