Files
PowerToys/src/common/notifications_winrt/handler_functions.h

6 lines
222 B
C
Raw Normal View History

#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);