summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview/InstallControl/mod.rs89
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview/mod.rs109
2 files changed, 0 insertions, 198 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview/InstallControl/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview/InstallControl/mod.rs
deleted file mode 100644
index 59d79c476..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview/InstallControl/mod.rs
+++ /dev/null
@@ -1,89 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type AppInstallItem = *mut ::core::ffi::c_void;
-pub type AppInstallManager = *mut ::core::ffi::c_void;
-pub type AppInstallManagerItemEventArgs = *mut ::core::ffi::c_void;
-pub type AppInstallOptions = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct AppInstallState(pub i32);
-impl AppInstallState {
- pub const Pending: Self = Self(0i32);
- pub const Starting: Self = Self(1i32);
- pub const AcquiringLicense: Self = Self(2i32);
- pub const Downloading: Self = Self(3i32);
- pub const RestoringData: Self = Self(4i32);
- pub const Installing: Self = Self(5i32);
- pub const Completed: Self = Self(6i32);
- pub const Canceled: Self = Self(7i32);
- pub const Paused: Self = Self(8i32);
- pub const Error: Self = Self(9i32);
- pub const PausedLowBattery: Self = Self(10i32);
- pub const PausedWiFiRecommended: Self = Self(11i32);
- pub const PausedWiFiRequired: Self = Self(12i32);
- pub const ReadyToDownload: Self = Self(13i32);
-}
-impl ::core::marker::Copy for AppInstallState {}
-impl ::core::clone::Clone for AppInstallState {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type AppInstallStatus = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct AppInstallType(pub i32);
-impl AppInstallType {
- pub const Install: Self = Self(0i32);
- pub const Update: Self = Self(1i32);
- pub const Repair: Self = Self(2i32);
-}
-impl ::core::marker::Copy for AppInstallType {}
-impl ::core::clone::Clone for AppInstallType {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct AppInstallationToastNotificationMode(pub i32);
-impl AppInstallationToastNotificationMode {
- pub const Default: Self = Self(0i32);
- pub const Toast: Self = Self(1i32);
- pub const ToastWithoutPopup: Self = Self(2i32);
- pub const NoToast: Self = Self(3i32);
-}
-impl ::core::marker::Copy for AppInstallationToastNotificationMode {}
-impl ::core::clone::Clone for AppInstallationToastNotificationMode {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type AppUpdateOptions = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct AutoUpdateSetting(pub i32);
-impl AutoUpdateSetting {
- pub const Disabled: Self = Self(0i32);
- pub const Enabled: Self = Self(1i32);
- pub const DisabledByPolicy: Self = Self(2i32);
- pub const EnabledByPolicy: Self = Self(3i32);
-}
-impl ::core::marker::Copy for AutoUpdateSetting {}
-impl ::core::clone::Clone for AutoUpdateSetting {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type GetEntitlementResult = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct GetEntitlementStatus(pub i32);
-impl GetEntitlementStatus {
- pub const Succeeded: Self = Self(0i32);
- pub const NoStoreAccount: Self = Self(1i32);
- pub const NetworkError: Self = Self(2i32);
- pub const ServerError: Self = Self(3i32);
-}
-impl ::core::marker::Copy for GetEntitlementStatus {}
-impl ::core::clone::Clone for GetEntitlementStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
diff --git a/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview/mod.rs
deleted file mode 100644
index a6744375a..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/ApplicationModel/Store/Preview/mod.rs
+++ /dev/null
@@ -1,109 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[cfg(feature = "ApplicationModel_Store_Preview_InstallControl")]
-pub mod InstallControl;
-#[link(name = "windows")]
-extern "system" {}
-#[repr(transparent)]
-pub struct DeliveryOptimizationDownloadMode(pub i32);
-impl DeliveryOptimizationDownloadMode {
- pub const Simple: Self = Self(0i32);
- pub const HttpOnly: Self = Self(1i32);
- pub const Lan: Self = Self(2i32);
- pub const Group: Self = Self(3i32);
- pub const Internet: Self = Self(4i32);
- pub const Bypass: Self = Self(5i32);
-}
-impl ::core::marker::Copy for DeliveryOptimizationDownloadMode {}
-impl ::core::clone::Clone for DeliveryOptimizationDownloadMode {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct DeliveryOptimizationDownloadModeSource(pub i32);
-impl DeliveryOptimizationDownloadModeSource {
- pub const Default: Self = Self(0i32);
- pub const Policy: Self = Self(1i32);
-}
-impl ::core::marker::Copy for DeliveryOptimizationDownloadModeSource {}
-impl ::core::clone::Clone for DeliveryOptimizationDownloadModeSource {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type DeliveryOptimizationSettings = *mut ::core::ffi::c_void;
-pub type StoreHardwareManufacturerInfo = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct StoreLogOptions(pub u32);
-impl StoreLogOptions {
- pub const None: Self = Self(0u32);
- pub const TryElevate: Self = Self(1u32);
-}
-impl ::core::marker::Copy for StoreLogOptions {}
-impl ::core::clone::Clone for StoreLogOptions {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type StorePreviewProductInfo = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct StorePreviewProductPurchaseStatus(pub i32);
-impl StorePreviewProductPurchaseStatus {
- pub const Succeeded: Self = Self(0i32);
- pub const AlreadyPurchased: Self = Self(1i32);
- pub const NotFulfilled: Self = Self(2i32);
- pub const NotPurchased: Self = Self(3i32);
-}
-impl ::core::marker::Copy for StorePreviewProductPurchaseStatus {}
-impl ::core::clone::Clone for StorePreviewProductPurchaseStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type StorePreviewPurchaseResults = *mut ::core::ffi::c_void;
-pub type StorePreviewSkuInfo = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct StoreSystemFeature(pub i32);
-impl StoreSystemFeature {
- pub const ArchitectureX86: Self = Self(0i32);
- pub const ArchitectureX64: Self = Self(1i32);
- pub const ArchitectureArm: Self = Self(2i32);
- pub const DirectX9: Self = Self(3i32);
- pub const DirectX10: Self = Self(4i32);
- pub const DirectX11: Self = Self(5i32);
- pub const D3D12HardwareFL11: Self = Self(6i32);
- pub const D3D12HardwareFL12: Self = Self(7i32);
- pub const Memory300MB: Self = Self(8i32);
- pub const Memory750MB: Self = Self(9i32);
- pub const Memory1GB: Self = Self(10i32);
- pub const Memory2GB: Self = Self(11i32);
- pub const CameraFront: Self = Self(12i32);
- pub const CameraRear: Self = Self(13i32);
- pub const Gyroscope: Self = Self(14i32);
- pub const Hover: Self = Self(15i32);
- pub const Magnetometer: Self = Self(16i32);
- pub const Nfc: Self = Self(17i32);
- pub const Resolution720P: Self = Self(18i32);
- pub const ResolutionWvga: Self = Self(19i32);
- pub const ResolutionWvgaOr720P: Self = Self(20i32);
- pub const ResolutionWxga: Self = Self(21i32);
- pub const ResolutionWvgaOrWxga: Self = Self(22i32);
- pub const ResolutionWxgaOr720P: Self = Self(23i32);
- pub const Memory4GB: Self = Self(24i32);
- pub const Memory6GB: Self = Self(25i32);
- pub const Memory8GB: Self = Self(26i32);
- pub const Memory12GB: Self = Self(27i32);
- pub const Memory16GB: Self = Self(28i32);
- pub const Memory20GB: Self = Self(29i32);
- pub const VideoMemory2GB: Self = Self(30i32);
- pub const VideoMemory4GB: Self = Self(31i32);
- pub const VideoMemory6GB: Self = Self(32i32);
- pub const VideoMemory1GB: Self = Self(33i32);
- pub const ArchitectureArm64: Self = Self(34i32);
-}
-impl ::core::marker::Copy for StoreSystemFeature {}
-impl ::core::clone::Clone for StoreSystemFeature {
- fn clone(&self) -> Self {
- *self
- }
-}