mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
394 lines
23 KiB
C++
394 lines
23 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Management_Update_2_H
|
|
#define WINRT_Windows_Management_Update_2_H
|
|
#include "winrt/impl/Windows.Foundation.1.h"
|
|
#include "winrt/impl/Windows.Foundation.Collections.1.h"
|
|
#include "winrt/impl/Windows.Management.Update.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Management::Update
|
|
{
|
|
struct WINRT_IMPL_EMPTY_BASES PreviewBuildsManager : winrt::Windows::Management::Update::IPreviewBuildsManager
|
|
{
|
|
PreviewBuildsManager(std::nullptr_t) noexcept {}
|
|
PreviewBuildsManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IPreviewBuildsManager(ptr, take_ownership_from_abi) {}
|
|
static auto GetDefault();
|
|
static auto IsSupported();
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES PreviewBuildsState : winrt::Windows::Management::Update::IPreviewBuildsState
|
|
{
|
|
PreviewBuildsState(std::nullptr_t) noexcept {}
|
|
PreviewBuildsState(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IPreviewBuildsState(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdate
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdate {
|
|
WindowsSoftwareUpdate(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdate(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdate(
|
|
ptr, take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdate(
|
|
param::hstring const& providerId,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateInstallationType const& installationType,
|
|
param::hstring const& updateId, param::hstring const& title,
|
|
param::hstring const& description,
|
|
winrt::Windows::Foundation::Uri const& moreInfoUrl,
|
|
uint64_t downloadSizeInBytes, uint64_t installSizeInBytes,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateVersion const& sourceVersion,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateVersion const& targetVersion,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateAppPackageInfo const& appPackageInfo,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateExecutionInfo const& executionInfo,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateOptionalInfo const& optionalInfo);
|
|
WindowsSoftwareUpdate(
|
|
param::hstring const& providerId,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateInstallationType const& installationType,
|
|
param::hstring const& updateId, param::hstring const& title,
|
|
param::hstring const& description,
|
|
winrt::Windows::Foundation::Uri const& moreInfoUrl,
|
|
uint64_t downloadSizeInBytes, uint64_t installSizeInBytes,
|
|
winrt::Windows::Foundation::IReference<winrt::guid> const&
|
|
productCode,
|
|
param::hstring const& packageFamilyName,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateVersion const& sourceVersion,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateVersion const& targetVersion,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateAppPackageInfo const& appPackageInfo,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateExecutionInfo const& executionInfo,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateOptionalInfo const& optionalInfo);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateActionInfo
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdateActionInfo {
|
|
WindowsSoftwareUpdateActionInfo(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateActionInfo(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateActionInfo(ptr, take_ownership_from_abi) {
|
|
}
|
|
WindowsSoftwareUpdateActionInfo(
|
|
param::hstring const& fileName, param::hstring const& fileArguments,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateActionType const& actionType);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateActionProgress
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateActionProgress {
|
|
WindowsSoftwareUpdateActionProgress(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateActionProgress(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateActionProgress(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateActionResultInfo
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateActionResultInfo {
|
|
WindowsSoftwareUpdateActionResultInfo(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateActionResultInfo(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateActionResultInfo(
|
|
ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateAppPackageInfo
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateAppPackageInfo {
|
|
WindowsSoftwareUpdateAppPackageInfo(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateAppPackageInfo(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateAppPackageInfo(ptr,
|
|
take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdateAppPackageInfo(
|
|
param::hstring const& packageFamilyName,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateArchitecture const& packageArchitecture,
|
|
winrt::Windows::Foundation::Uri const& installUri);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateApprovalInfo
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateApprovalInfo {
|
|
WindowsSoftwareUpdateApprovalInfo(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateApprovalInfo(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateApprovalInfo(ptr,
|
|
take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdateApprovalInfo(bool userInitiated, bool appClosure,
|
|
bool meteredNetwork, bool seeker);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateExecutionInfo
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateExecutionInfo {
|
|
WindowsSoftwareUpdateExecutionInfo(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateExecutionInfo(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateExecutionInfo(ptr,
|
|
take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdateExecutionInfo(
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateActionInfo const& downloadInfo,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateActionInfo const& installInfo,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateOptionalActionInfo const& actions);
|
|
WindowsSoftwareUpdateExecutionInfo(
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateActionInfo const& deployInfo,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateOptionalActionInfo const& actions);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateLocalizationInfo
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateLocalizationInfo {
|
|
WindowsSoftwareUpdateLocalizationInfo(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateLocalizationInfo(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateLocalizationInfo(
|
|
ptr, take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdateLocalizationInfo(
|
|
uint32_t languageId, param::hstring const& title,
|
|
param::hstring const& description,
|
|
winrt::Windows::Foundation::Uri const& moreInfoUrl);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateOptionalActionInfo
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateOptionalActionInfo {
|
|
WindowsSoftwareUpdateOptionalActionInfo(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateOptionalActionInfo(
|
|
void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateOptionalActionInfo(
|
|
ptr, take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdateOptionalActionInfo(
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateActionInfo const& closeAndDeployInfo,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateActionInfo const& closeAndInstallInfo,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateActionInfo const& closeAndRestartInfo);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateOptionalInfo
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateOptionalInfo {
|
|
WindowsSoftwareUpdateOptionalInfo(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateOptionalInfo(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateOptionalInfo(ptr,
|
|
take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdateOptionalInfo(
|
|
winrt::Windows::Foundation::IReference<int32_t> const&
|
|
complianceDeadlineInDays,
|
|
winrt::Windows::Foundation::IReference<int32_t> const&
|
|
complianceGracePeriodInDays);
|
|
WindowsSoftwareUpdateOptionalInfo(
|
|
param::iterable<winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateLocalizationInfo> const&
|
|
localizationInfo,
|
|
winrt::Windows::Foundation::IReference<int32_t> const&
|
|
complianceDeadlineInDays,
|
|
winrt::Windows::Foundation::IReference<int32_t> const&
|
|
complianceGracePeriodInDays);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateProvider
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdateProvider {
|
|
WindowsSoftwareUpdateProvider(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateProvider(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdateProvider(
|
|
ptr, take_ownership_from_abi) {}
|
|
explicit WindowsSoftwareUpdateProvider(param::hstring const& folderPath);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateProviderActionResult
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateProviderActionResult {
|
|
WindowsSoftwareUpdateProviderActionResult(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateProviderActionResult(
|
|
void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateProviderActionResult(
|
|
ptr, take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdateProviderActionResult(
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateActionResult const& actionResult,
|
|
winrt::Windows::Management::Update::
|
|
WindowsSoftwareUpdateRestartReason const& restartReason,
|
|
uint32_t resultCode, uint64_t extendedError);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateProviderPayloadFileInfo
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateProviderPayloadFileInfo {
|
|
WindowsSoftwareUpdateProviderPayloadFileInfo(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateProviderPayloadFileInfo(
|
|
void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateProviderPayloadFileInfo(
|
|
ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateProviderStatus
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateProviderStatus {
|
|
WindowsSoftwareUpdateProviderStatus(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateProviderStatus(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateProviderStatus(ptr,
|
|
take_ownership_from_abi) {}
|
|
explicit WindowsSoftwareUpdateProviderStatus(
|
|
param::hstring const& providerId);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateResult
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdateResult {
|
|
WindowsSoftwareUpdateResult(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateResult(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdateResult(
|
|
ptr, take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdateResult(bool succeeded, uint32_t resultCode);
|
|
WindowsSoftwareUpdateResult(bool succeeded, uint32_t resultCode,
|
|
uint64_t extendedError);
|
|
WindowsSoftwareUpdateResult(bool succeeded, bool cancelRequested,
|
|
uint32_t resultCode, uint64_t extendedError);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateScanResult
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdateScanResult {
|
|
WindowsSoftwareUpdateScanResult(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateScanResult(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsSoftwareUpdateScanResult(ptr, take_ownership_from_abi) {
|
|
}
|
|
WindowsSoftwareUpdateScanResult(
|
|
bool succeeded, uint32_t resultCode,
|
|
param::iterable<
|
|
winrt::Windows::Management::Update::WindowsSoftwareUpdate> const&
|
|
updates);
|
|
WindowsSoftwareUpdateScanResult(
|
|
bool succeeded, uint32_t resultCode, uint64_t extendedError,
|
|
param::iterable<
|
|
winrt::Windows::Management::Update::WindowsSoftwareUpdate> const&
|
|
updates);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsSoftwareUpdateVersion
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdateVersion {
|
|
WindowsSoftwareUpdateVersion(std::nullptr_t) noexcept {}
|
|
WindowsSoftwareUpdateVersion(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::IWindowsSoftwareUpdateVersion(
|
|
ptr, take_ownership_from_abi) {}
|
|
WindowsSoftwareUpdateVersion(uint32_t major, uint32_t minor,
|
|
uint32_t revisionMajor,
|
|
uint32_t revisionMinor);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdate : winrt::Windows::Management::Update::IWindowsUpdate
|
|
{
|
|
WindowsUpdate(std::nullptr_t) noexcept {}
|
|
WindowsUpdate(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdate(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateActionCompletedEventArgs : winrt::Windows::Management::Update::IWindowsUpdateActionCompletedEventArgs
|
|
{
|
|
WindowsUpdateActionCompletedEventArgs(std::nullptr_t) noexcept {}
|
|
WindowsUpdateActionCompletedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateActionCompletedEventArgs(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateActionProgress : winrt::Windows::Management::Update::IWindowsUpdateActionProgress
|
|
{
|
|
WindowsUpdateActionProgress(std::nullptr_t) noexcept {}
|
|
WindowsUpdateActionProgress(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateActionProgress(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateActionResult : winrt::Windows::Management::Update::IWindowsUpdateActionResult
|
|
{
|
|
WindowsUpdateActionResult(std::nullptr_t) noexcept {}
|
|
WindowsUpdateActionResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateActionResult(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateAdministrator : winrt::Windows::Management::Update::IWindowsUpdateAdministrator
|
|
{
|
|
WindowsUpdateAdministrator(std::nullptr_t) noexcept {}
|
|
WindowsUpdateAdministrator(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateAdministrator(ptr, take_ownership_from_abi) {}
|
|
static auto GetRegisteredAdministrator(param::hstring const& organizationName);
|
|
static auto RegisterForAdministration(param::hstring const& organizationName, winrt::Windows::Management::Update::WindowsUpdateAdministratorOptions const& options);
|
|
static auto UnregisterForAdministration(param::hstring const& organizationName);
|
|
static auto GetRegisteredAdministratorName();
|
|
static auto RequestRestart(winrt::Windows::Management::Update::WindowsUpdateRestartRequestOptions const& restartOptions);
|
|
static auto CancelRestartRequest(param::hstring const& requestRestartToken);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateApprovalData : winrt::Windows::Management::Update::IWindowsUpdateApprovalData
|
|
{
|
|
WindowsUpdateApprovalData(std::nullptr_t) noexcept {}
|
|
WindowsUpdateApprovalData(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateApprovalData(ptr, take_ownership_from_abi) {}
|
|
WindowsUpdateApprovalData();
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateAttentionRequiredInfo : winrt::Windows::Management::Update::IWindowsUpdateAttentionRequiredInfo
|
|
{
|
|
WindowsUpdateAttentionRequiredInfo(std::nullptr_t) noexcept {}
|
|
WindowsUpdateAttentionRequiredInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateAttentionRequiredInfo(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateAttentionRequiredReasonChangedEventArgs : winrt::Windows::Management::Update::IWindowsUpdateAttentionRequiredReasonChangedEventArgs
|
|
{
|
|
WindowsUpdateAttentionRequiredReasonChangedEventArgs(std::nullptr_t) noexcept {}
|
|
WindowsUpdateAttentionRequiredReasonChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateAttentionRequiredReasonChangedEventArgs(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateGetAdministratorResult : winrt::Windows::Management::Update::IWindowsUpdateGetAdministratorResult
|
|
{
|
|
WindowsUpdateGetAdministratorResult(std::nullptr_t) noexcept {}
|
|
WindowsUpdateGetAdministratorResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateGetAdministratorResult(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateItem : winrt::Windows::Management::Update::IWindowsUpdateItem
|
|
{
|
|
WindowsUpdateItem(std::nullptr_t) noexcept {}
|
|
WindowsUpdateItem(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateItem(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateManager
|
|
: winrt::Windows::Management::Update::IWindowsUpdateManager,
|
|
impl::require<
|
|
WindowsUpdateManager,
|
|
winrt::Windows::Management::Update::IWindowsUpdateManager2> {
|
|
WindowsUpdateManager(std::nullptr_t) noexcept {}
|
|
WindowsUpdateManager(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::IWindowsUpdateManager(
|
|
ptr, take_ownership_from_abi) {}
|
|
explicit WindowsUpdateManager(param::hstring const& clientId);
|
|
WindowsUpdateManager(param::hstring const& clientId,
|
|
array_view<hstring const> providerIdFilter);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateManagerScanOptions
|
|
: winrt::Windows::Management::Update::IWindowsUpdateManagerScanOptions {
|
|
WindowsUpdateManagerScanOptions(std::nullptr_t) noexcept {}
|
|
WindowsUpdateManagerScanOptions(void* ptr,
|
|
take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Management::Update::
|
|
IWindowsUpdateManagerScanOptions(ptr, take_ownership_from_abi) {
|
|
}
|
|
WindowsUpdateManagerScanOptions();
|
|
explicit WindowsUpdateManagerScanOptions(bool isUserInitiated);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateProgressChangedEventArgs : winrt::Windows::Management::Update::IWindowsUpdateProgressChangedEventArgs
|
|
{
|
|
WindowsUpdateProgressChangedEventArgs(std::nullptr_t) noexcept {}
|
|
WindowsUpdateProgressChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateProgressChangedEventArgs(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateRestartRequestOptions : winrt::Windows::Management::Update::IWindowsUpdateRestartRequestOptions
|
|
{
|
|
WindowsUpdateRestartRequestOptions(std::nullptr_t) noexcept {}
|
|
WindowsUpdateRestartRequestOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateRestartRequestOptions(ptr, take_ownership_from_abi) {}
|
|
WindowsUpdateRestartRequestOptions();
|
|
WindowsUpdateRestartRequestOptions(param::hstring const& title, param::hstring const& description, winrt::Windows::Foundation::Uri const& moreInfoUrl, int32_t complianceDeadlineInDays, int32_t complianceGracePeriodInDays);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES WindowsUpdateScanCompletedEventArgs : winrt::Windows::Management::Update::IWindowsUpdateScanCompletedEventArgs
|
|
{
|
|
WindowsUpdateScanCompletedEventArgs(std::nullptr_t) noexcept {}
|
|
WindowsUpdateScanCompletedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Management::Update::IWindowsUpdateScanCompletedEventArgs(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|