mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 11:09:28 +08:00
13 lines
325 B
Modula-2
13 lines
325 B
Modula-2
|
LIBRARY "PowerToysSetupCustomActions"
|
||
|
|
||
|
EXPORTS
|
||
|
CreateScheduledTaskCA
|
||
|
RemoveScheduledTasksCA
|
||
|
TelemetryLogInstallSuccessCA
|
||
|
TelemetryLogInstallCancelCA
|
||
|
TelemetryLogInstallFailCA
|
||
|
TelemetryLogUninstallSuccessCA
|
||
|
TelemetryLogUninstallCancelCA
|
||
|
TelemetryLogUninstallFailCA
|
||
|
TelemetryLogRepairCancelCA
|
||
|
TelemetryLogRepairFailCA
|