mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
6 lines
154 B
C
6 lines
154 B
C
|
|
#pragma once
|
||
|
|
void schedule_restart_as_elevated();
|
||
|
|
void schedule_restart_as_non_elevated();
|
||
|
|
bool is_restart_scheduled();
|
||
|
|
bool restart_if_scheduled();
|