/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Exposed for consumption by `ToastNotification.cpp`. static nsresult FindNotificationDataForWindowsTag( const nsAString& aWindowsTag, const nsAString& aAumid, bool& aFoundTag,
nsAString& aNotificationData);
protected: virtual ~ToastNotificationHandler();
using IXmlDocument = ABI::Windows::Data::Xml::Dom::IXmlDocument; using IToastNotifier = ABI::Windows::UI::Notifications::IToastNotifier; using IToastNotification =
ABI::Windows::UI::Notifications::IToastNotification; using IToastDismissedEventArgs =
ABI::Windows::UI::Notifications::IToastDismissedEventArgs; using IToastFailedEventArgs =
ABI::Windows::UI::Notifications::IToastFailedEventArgs; using ToastTemplateType = ABI::Windows::UI::Notifications::ToastTemplateType; template <typename T> using ComPtr = Microsoft::WRL::ComPtr<T>;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.