fix is_physical_console_session (#7266)
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
1bc11a207a
commit
2920e33d71
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ pub fn get_current_process_session_id() -> Option<u32> {
|
|||
|
||||
pub fn is_physical_console_session() -> Option<bool> {
|
||||
if let Some(sid) = get_current_process_session_id() {
|
||||
let physical_console_session_id = unsafe { get_current_session(TRUE) };
|
||||
let physical_console_session_id = unsafe { get_current_session(FALSE) };
|
||||
if physical_console_session_id == u32::MAX {
|
||||
return None;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue