mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
7 lines
186 B
C
7 lines
186 B
C
#pragma once
|
|
void schedule_restart_as_elevated();
|
|
void schedule_restart_as_non_elevated();
|
|
bool is_restart_scheduled();
|
|
bool restart_if_scheduled();
|
|
bool restart_same_elevation();
|