mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
5 lines
152 B
C
5 lines
152 B
C
|
|
#pragma once
|
||
|
|
bool is_auto_start_task_active_for_this_user();
|
||
|
|
bool enable_auto_start_task_for_this_user();
|
||
|
|
bool disable_auto_start_task_for_this_user();
|