[][src]Function fenestroj::wincon::get_console_aliases

pub fn get_console_aliases(exe: &str) -> Result<String, ErrorCode>

Gets all console aliases associated with the specified executable.

The data format is "source=target\0source=target\0..." for however many aliases are defined.

See GetConsoleAliases (uses the W version)