Latest update for winrt

PiperOrigin-RevId: 452591835
This commit is contained in:
jfcarroll
2022-06-02 12:05:19 -07:00
committed by Copybara-Service
parent 11558b453c
commit 28da839987
1366 changed files with 69568 additions and 70576 deletions
@@ -1,12 +1,8 @@
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
#pragma once
#ifndef WINRT_Windows_Security_Credentials_UI_0_H
#define WINRT_Windows_Security_Credentials_UI_0_H
WINRT_EXPORT namespace winrt::Windows::Foundation
{
template <typename TResult> struct __declspec(empty_bases) IAsyncOperation;
}
WINRT_EXPORT namespace winrt::Windows::Storage::Streams
{
struct IBuffer;
@@ -147,26 +143,26 @@ namespace winrt::impl
template <typename D>
struct consume_Windows_Security_Credentials_UI_ICredentialPickerOptions
{
WINRT_IMPL_AUTO(void) Caption(param::hstring const& value) const;
[[nodiscard]] WINRT_IMPL_AUTO(hstring) Caption() const;
WINRT_IMPL_AUTO(void) Message(param::hstring const& value) const;
[[nodiscard]] WINRT_IMPL_AUTO(hstring) Message() const;
WINRT_IMPL_AUTO(void) ErrorCode(uint32_t value) const;
[[nodiscard]] WINRT_IMPL_AUTO(uint32_t) ErrorCode() const;
WINRT_IMPL_AUTO(void) TargetName(param::hstring const& value) const;
[[nodiscard]] WINRT_IMPL_AUTO(hstring) TargetName() const;
WINRT_IMPL_AUTO(void) AuthenticationProtocol(winrt::Windows::Security::Credentials::UI::AuthenticationProtocol const& value) const;
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Security::Credentials::UI::AuthenticationProtocol) AuthenticationProtocol() const;
WINRT_IMPL_AUTO(void) CustomAuthenticationProtocol(param::hstring const& value) const;
[[nodiscard]] WINRT_IMPL_AUTO(hstring) CustomAuthenticationProtocol() const;
WINRT_IMPL_AUTO(void) PreviousCredential(winrt::Windows::Storage::Streams::IBuffer const& value) const;
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Storage::Streams::IBuffer) PreviousCredential() const;
WINRT_IMPL_AUTO(void) AlwaysDisplayDialog(bool value) const;
[[nodiscard]] WINRT_IMPL_AUTO(bool) AlwaysDisplayDialog() const;
WINRT_IMPL_AUTO(void) CallerSavesCredential(bool value) const;
[[nodiscard]] WINRT_IMPL_AUTO(bool) CallerSavesCredential() const;
WINRT_IMPL_AUTO(void) CredentialSaveOption(winrt::Windows::Security::Credentials::UI::CredentialSaveOption const& value) const;
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Security::Credentials::UI::CredentialSaveOption) CredentialSaveOption() const;
auto Caption(param::hstring const& value) const;
[[nodiscard]] auto Caption() const;
auto Message(param::hstring const& value) const;
[[nodiscard]] auto Message() const;
auto ErrorCode(uint32_t value) const;
[[nodiscard]] auto ErrorCode() const;
auto TargetName(param::hstring const& value) const;
[[nodiscard]] auto TargetName() const;
auto AuthenticationProtocol(winrt::Windows::Security::Credentials::UI::AuthenticationProtocol const& value) const;
[[nodiscard]] auto AuthenticationProtocol() const;
auto CustomAuthenticationProtocol(param::hstring const& value) const;
[[nodiscard]] auto CustomAuthenticationProtocol() const;
auto PreviousCredential(winrt::Windows::Storage::Streams::IBuffer const& value) const;
[[nodiscard]] auto PreviousCredential() const;
auto AlwaysDisplayDialog(bool value) const;
[[nodiscard]] auto AlwaysDisplayDialog() const;
auto CallerSavesCredential(bool value) const;
[[nodiscard]] auto CallerSavesCredential() const;
auto CredentialSaveOption(winrt::Windows::Security::Credentials::UI::CredentialSaveOption const& value) const;
[[nodiscard]] auto CredentialSaveOption() const;
};
template <> struct consume<winrt::Windows::Security::Credentials::UI::ICredentialPickerOptions>
{
@@ -175,13 +171,13 @@ namespace winrt::impl
template <typename D>
struct consume_Windows_Security_Credentials_UI_ICredentialPickerResults
{
[[nodiscard]] WINRT_IMPL_AUTO(uint32_t) ErrorCode() const;
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Security::Credentials::UI::CredentialSaveOption) CredentialSaveOption() const;
[[nodiscard]] WINRT_IMPL_AUTO(bool) CredentialSaved() const;
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Storage::Streams::IBuffer) Credential() const;
[[nodiscard]] WINRT_IMPL_AUTO(hstring) CredentialDomainName() const;
[[nodiscard]] WINRT_IMPL_AUTO(hstring) CredentialUserName() const;
[[nodiscard]] WINRT_IMPL_AUTO(hstring) CredentialPassword() const;
[[nodiscard]] auto ErrorCode() const;
[[nodiscard]] auto CredentialSaveOption() const;
[[nodiscard]] auto CredentialSaved() const;
[[nodiscard]] auto Credential() const;
[[nodiscard]] auto CredentialDomainName() const;
[[nodiscard]] auto CredentialUserName() const;
[[nodiscard]] auto CredentialPassword() const;
};
template <> struct consume<winrt::Windows::Security::Credentials::UI::ICredentialPickerResults>
{
@@ -190,9 +186,9 @@ namespace winrt::impl
template <typename D>
struct consume_Windows_Security_Credentials_UI_ICredentialPickerStatics
{
WINRT_IMPL_AUTO(winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Security::Credentials::UI::CredentialPickerResults>) PickAsync(winrt::Windows::Security::Credentials::UI::CredentialPickerOptions const& options) const;
WINRT_IMPL_AUTO(winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Security::Credentials::UI::CredentialPickerResults>) PickAsync(param::hstring const& targetName, param::hstring const& message) const;
WINRT_IMPL_AUTO(winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Security::Credentials::UI::CredentialPickerResults>) PickAsync(param::hstring const& targetName, param::hstring const& message, param::hstring const& caption) const;
auto PickAsync(winrt::Windows::Security::Credentials::UI::CredentialPickerOptions const& options) const;
auto PickAsync(param::hstring const& targetName, param::hstring const& message) const;
auto PickAsync(param::hstring const& targetName, param::hstring const& message, param::hstring const& caption) const;
};
template <> struct consume<winrt::Windows::Security::Credentials::UI::ICredentialPickerStatics>
{
@@ -201,8 +197,8 @@ namespace winrt::impl
template <typename D>
struct consume_Windows_Security_Credentials_UI_IUserConsentVerifierStatics
{
WINRT_IMPL_AUTO(winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Security::Credentials::UI::UserConsentVerifierAvailability>) CheckAvailabilityAsync() const;
WINRT_IMPL_AUTO(winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Security::Credentials::UI::UserConsentVerificationResult>) RequestVerificationAsync(param::hstring const& message) const;
auto CheckAvailabilityAsync() const;
auto RequestVerificationAsync(param::hstring const& message) const;
};
template <> struct consume<winrt::Windows::Security::Credentials::UI::IUserConsentVerifierStatics>
{