get_console_window_wrapper

Function get_console_window_wrapper 

fn get_console_window_wrapper(api: &dyn WindowsApi) -> HWNDWrapper
Expand description

Returns a window handle to the current console window.

The [HWND] is wrapped in a HWNDWrapper so that we can pass it inbetween threads.