[][src]Function fenestroj::wincon::get_console_original_title

pub fn get_console_original_title() -> Result<String, ErrorCode>

Gets the original title of the console.

This might not be the current title, for that use get_console_title.

See GetConsoleOriginalTitle (uses the W version).