[][src]Function fenestroj::get_std_handle

pub fn get_std_handle(std_handle: StdHandle) -> Result<HANDLE, ErrorCode>

Obtains one of the process's standard handles.

  • Note that the handle returned on success can still be the NULL handle.

See GetStdHandle