Internal change

PiperOrigin-RevId: 380848866
This commit is contained in:
hai007
2021-06-22 11:09:32 -07:00
committed by Copybara-Service
parent 56d519c739
commit 2e853156dc
1362 changed files with 960111 additions and 0 deletions
@@ -0,0 +1,78 @@
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
#ifndef WINRT_Windows_Security_DataProtection_1_H
#define WINRT_Windows_Security_DataProtection_1_H
#include "winrt/impl/Windows.Security.DataProtection.0.h"
WINRT_EXPORT namespace winrt::Windows::Security::DataProtection
{
struct __declspec(empty_bases) IUserDataAvailabilityStateChangedEventArgs :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataAvailabilityStateChangedEventArgs>
{
IUserDataAvailabilityStateChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
IUserDataAvailabilityStateChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataAvailabilityStateChangedEventArgs(IUserDataAvailabilityStateChangedEventArgs const&) noexcept = default;
IUserDataAvailabilityStateChangedEventArgs(IUserDataAvailabilityStateChangedEventArgs&&) noexcept = default;
IUserDataAvailabilityStateChangedEventArgs& operator=(IUserDataAvailabilityStateChangedEventArgs const&) & noexcept = default;
IUserDataAvailabilityStateChangedEventArgs& operator=(IUserDataAvailabilityStateChangedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) IUserDataBufferUnprotectResult :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataBufferUnprotectResult>
{
IUserDataBufferUnprotectResult(std::nullptr_t = nullptr) noexcept {}
IUserDataBufferUnprotectResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataBufferUnprotectResult(IUserDataBufferUnprotectResult const&) noexcept = default;
IUserDataBufferUnprotectResult(IUserDataBufferUnprotectResult&&) noexcept = default;
IUserDataBufferUnprotectResult& operator=(IUserDataBufferUnprotectResult const&) & noexcept = default;
IUserDataBufferUnprotectResult& operator=(IUserDataBufferUnprotectResult&&) & noexcept = default;
};
struct __declspec(empty_bases) IUserDataProtectionManager :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataProtectionManager>
{
IUserDataProtectionManager(std::nullptr_t = nullptr) noexcept {}
IUserDataProtectionManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataProtectionManager(IUserDataProtectionManager const&) noexcept = default;
IUserDataProtectionManager(IUserDataProtectionManager&&) noexcept = default;
IUserDataProtectionManager& operator=(IUserDataProtectionManager const&) & noexcept = default;
IUserDataProtectionManager& operator=(IUserDataProtectionManager&&) & noexcept = default;
};
struct __declspec(empty_bases) IUserDataProtectionManagerStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataProtectionManagerStatics>
{
IUserDataProtectionManagerStatics(std::nullptr_t = nullptr) noexcept {}
IUserDataProtectionManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataProtectionManagerStatics(IUserDataProtectionManagerStatics const&) noexcept = default;
IUserDataProtectionManagerStatics(IUserDataProtectionManagerStatics&&) noexcept = default;
IUserDataProtectionManagerStatics& operator=(IUserDataProtectionManagerStatics const&) & noexcept = default;
IUserDataProtectionManagerStatics& operator=(IUserDataProtectionManagerStatics&&) & noexcept = default;
};
struct __declspec(empty_bases) IUserDataStorageItemProtectionInfo :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataStorageItemProtectionInfo>
{
IUserDataStorageItemProtectionInfo(std::nullptr_t = nullptr) noexcept {}
IUserDataStorageItemProtectionInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataStorageItemProtectionInfo(IUserDataStorageItemProtectionInfo const&) noexcept = default;
IUserDataStorageItemProtectionInfo(IUserDataStorageItemProtectionInfo&&) noexcept = default;
IUserDataStorageItemProtectionInfo& operator=(IUserDataStorageItemProtectionInfo const&) & noexcept = default;
IUserDataStorageItemProtectionInfo& operator=(IUserDataStorageItemProtectionInfo&&) & noexcept = default;
};
}
#endif