Function get_console_output_buffer
pub fn get_console_output_buffer() -> HANDLE
Expand description
Returns a [HANDLE] to the [STD_OUTPUT_HANDLE] of the current process.
§Returns
Handle to the standard output of the current process.
§Examples
use csshw_lib::utils::windows::get_console_output_buffer;
let output_handle = get_console_output_buffer();