summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts')
-rw-r--r--vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/Provider/mod.rs32
-rw-r--r--vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/SystemAccess/mod.rs80
-rw-r--r--vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/mod.rs49
3 files changed, 0 insertions, 161 deletions
diff --git a/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/Provider/mod.rs b/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/Provider/mod.rs
deleted file mode 100644
index b480d49a4..000000000
--- a/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/Provider/mod.rs
+++ /dev/null
@@ -1,32 +0,0 @@
-pub type IUserDataAccountProviderOperation = *mut ::core::ffi::c_void;
-pub type UserDataAccountPartnerAccountInfo = *mut ::core::ffi::c_void;
-pub type UserDataAccountProviderAddAccountOperation = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts_Provider\"`*"]
-#[repr(transparent)]
-pub struct UserDataAccountProviderOperationKind(pub i32);
-impl UserDataAccountProviderOperationKind {
- pub const AddAccount: Self = Self(0i32);
- pub const Settings: Self = Self(1i32);
- pub const ResolveErrors: Self = Self(2i32);
-}
-impl ::core::marker::Copy for UserDataAccountProviderOperationKind {}
-impl ::core::clone::Clone for UserDataAccountProviderOperationKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts_Provider\"`*"]
-#[repr(transparent)]
-pub struct UserDataAccountProviderPartnerAccountKind(pub i32);
-impl UserDataAccountProviderPartnerAccountKind {
- pub const Exchange: Self = Self(0i32);
- pub const PopOrImap: Self = Self(1i32);
-}
-impl ::core::marker::Copy for UserDataAccountProviderPartnerAccountKind {}
-impl ::core::clone::Clone for UserDataAccountProviderPartnerAccountKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type UserDataAccountProviderResolveErrorsOperation = *mut ::core::ffi::c_void;
-pub type UserDataAccountProviderSettingsOperation = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/SystemAccess/mod.rs b/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/SystemAccess/mod.rs
deleted file mode 100644
index fff4fe0fb..000000000
--- a/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/SystemAccess/mod.rs
+++ /dev/null
@@ -1,80 +0,0 @@
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts_SystemAccess\"`*"]
-#[repr(transparent)]
-pub struct DeviceAccountAuthenticationType(pub i32);
-impl DeviceAccountAuthenticationType {
- pub const Basic: Self = Self(0i32);
- pub const OAuth: Self = Self(1i32);
- pub const SingleSignOn: Self = Self(2i32);
-}
-impl ::core::marker::Copy for DeviceAccountAuthenticationType {}
-impl ::core::clone::Clone for DeviceAccountAuthenticationType {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type DeviceAccountConfiguration = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts_SystemAccess\"`*"]
-#[repr(transparent)]
-pub struct DeviceAccountIconId(pub i32);
-impl DeviceAccountIconId {
- pub const Exchange: Self = Self(0i32);
- pub const Msa: Self = Self(1i32);
- pub const Outlook: Self = Self(2i32);
- pub const Generic: Self = Self(3i32);
-}
-impl ::core::marker::Copy for DeviceAccountIconId {}
-impl ::core::clone::Clone for DeviceAccountIconId {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts_SystemAccess\"`*"]
-#[repr(transparent)]
-pub struct DeviceAccountMailAgeFilter(pub i32);
-impl DeviceAccountMailAgeFilter {
- pub const All: Self = Self(0i32);
- pub const Last1Day: Self = Self(1i32);
- pub const Last3Days: Self = Self(2i32);
- pub const Last7Days: Self = Self(3i32);
- pub const Last14Days: Self = Self(4i32);
- pub const Last30Days: Self = Self(5i32);
- pub const Last90Days: Self = Self(6i32);
-}
-impl ::core::marker::Copy for DeviceAccountMailAgeFilter {}
-impl ::core::clone::Clone for DeviceAccountMailAgeFilter {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts_SystemAccess\"`*"]
-#[repr(transparent)]
-pub struct DeviceAccountServerType(pub i32);
-impl DeviceAccountServerType {
- pub const Exchange: Self = Self(0i32);
- pub const Pop: Self = Self(1i32);
- pub const Imap: Self = Self(2i32);
-}
-impl ::core::marker::Copy for DeviceAccountServerType {}
-impl ::core::clone::Clone for DeviceAccountServerType {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts_SystemAccess\"`*"]
-#[repr(transparent)]
-pub struct DeviceAccountSyncScheduleKind(pub i32);
-impl DeviceAccountSyncScheduleKind {
- pub const Manual: Self = Self(0i32);
- pub const Every15Minutes: Self = Self(1i32);
- pub const Every30Minutes: Self = Self(2i32);
- pub const Every60Minutes: Self = Self(3i32);
- pub const Every2Hours: Self = Self(4i32);
- pub const Daily: Self = Self(5i32);
- pub const AsItemsArrive: Self = Self(6i32);
-}
-impl ::core::marker::Copy for DeviceAccountSyncScheduleKind {}
-impl ::core::clone::Clone for DeviceAccountSyncScheduleKind {
- fn clone(&self) -> Self {
- *self
- }
-}
diff --git a/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/mod.rs b/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/mod.rs
deleted file mode 100644
index 4bfd6a6cd..000000000
--- a/vendor/windows-sys/src/Windows/ApplicationModel/UserDataAccounts/mod.rs
+++ /dev/null
@@ -1,49 +0,0 @@
-#[cfg(feature = "ApplicationModel_UserDataAccounts_Provider")]
-pub mod Provider;
-#[cfg(feature = "ApplicationModel_UserDataAccounts_SystemAccess")]
-pub mod SystemAccess;
-pub type UserDataAccount = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts\"`*"]
-#[repr(transparent)]
-pub struct UserDataAccountContentKinds(pub u32);
-impl UserDataAccountContentKinds {
- pub const Email: Self = Self(1u32);
- pub const Contact: Self = Self(2u32);
- pub const Appointment: Self = Self(4u32);
-}
-impl ::core::marker::Copy for UserDataAccountContentKinds {}
-impl ::core::clone::Clone for UserDataAccountContentKinds {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type UserDataAccountManagerForUser = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts\"`*"]
-#[repr(transparent)]
-pub struct UserDataAccountOtherAppReadAccess(pub i32);
-impl UserDataAccountOtherAppReadAccess {
- pub const SystemOnly: Self = Self(0i32);
- pub const Full: Self = Self(1i32);
- pub const None: Self = Self(2i32);
-}
-impl ::core::marker::Copy for UserDataAccountOtherAppReadAccess {}
-impl ::core::clone::Clone for UserDataAccountOtherAppReadAccess {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type UserDataAccountStore = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"ApplicationModel_UserDataAccounts\"`*"]
-#[repr(transparent)]
-pub struct UserDataAccountStoreAccessType(pub i32);
-impl UserDataAccountStoreAccessType {
- pub const AllAccountsReadOnly: Self = Self(0i32);
- pub const AppAccountsReadWrite: Self = Self(1i32);
-}
-impl ::core::marker::Copy for UserDataAccountStoreAccessType {}
-impl ::core::clone::Clone for UserDataAccountStoreAccessType {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type UserDataAccountStoreChangedEventArgs = *mut ::core::ffi::c_void;