[][src]Function fenestroj::wincon::get_console_aliases_length

pub fn get_console_aliases_length(exe: &str) -> usize

The number of bytes required to store all console aliases of the executable.

There's not much point to using this, get_console_aliases does it for you, but it's here if you want I guess.

See GetConsoleAliasesLength (uses the W version)