mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 13:35:31 +02:00
MSIX: implement initial version of notifications library (#1178)
This commit is contained in:
5
src/common/notifications_winrt/handler_functions.h
Normal file
5
src/common/notifications_winrt/handler_functions.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user