mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
6 lines
222 B
C
6 lines
222 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
using winrt::Windows::ApplicationModel::Background::IBackgroundTaskInstance;
|
||
|
|
|
||
|
|
void dispatch_to_backround_handler(std::wstring_view background_handler_id, IBackgroundTaskInstance bti, const size_t button_id);
|