From 1b6a04ca5504955c571d1c97504fb45ea0befee4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 8 Jan 2024 01:21:28 +0400 Subject: Initial vendor packages Signed-off-by: Valentin Popov --- .../UI/LegacyWindowsEnvironmentFeatures/mod.rs | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 vendor/windows-sys-0.45.0/src/Windows/Win32/UI/LegacyWindowsEnvironmentFeatures/mod.rs (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/UI/LegacyWindowsEnvironmentFeatures') diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/LegacyWindowsEnvironmentFeatures/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/LegacyWindowsEnvironmentFeatures/mod.rs new file mode 100644 index 0000000..8f00ae0 --- /dev/null +++ b/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/LegacyWindowsEnvironmentFeatures/mod.rs @@ -0,0 +1,66 @@ +pub type IADesktopP2 = *mut ::core::ffi::c_void; +pub type IActiveDesktopP = *mut ::core::ffi::c_void; +pub type IBriefcaseInitiator = *mut ::core::ffi::c_void; +pub type IEmptyVolumeCache = *mut ::core::ffi::c_void; +pub type IEmptyVolumeCache2 = *mut ::core::ffi::c_void; +pub type IEmptyVolumeCacheCallBack = *mut ::core::ffi::c_void; +pub type IReconcilableObject = *mut ::core::ffi::c_void; +pub type IReconcileInitiator = *mut ::core::ffi::c_void; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCCBF_LASTNOTIFICATION: u32 = 1u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const REC_E_ABORTED: ::windows_sys::core::HRESULT = -2147217408i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const REC_E_INEEDTODOTHEUPDATES: ::windows_sys::core::HRESULT = -2147217404i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const REC_E_NOCALLBACK: ::windows_sys::core::HRESULT = -2147217407i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const REC_E_NORESIDUES: ::windows_sys::core::HRESULT = -2147217406i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const REC_E_TOODIFFERENT: ::windows_sys::core::HRESULT = -2147217405i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const REC_S_IDIDTHEUPDATES: ::windows_sys::core::HRESULT = 266240i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const REC_S_NOTCOMPLETE: ::windows_sys::core::HRESULT = 266241i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const REC_S_NOTCOMPLETEBUTPROPAGATE: ::windows_sys::core::HRESULT = 266242i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const STATEBITS_FLAT: u32 = 1u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub type EMPTY_VOLUME_CACHE_FLAGS = u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCF_HASSETTINGS: EMPTY_VOLUME_CACHE_FLAGS = 1u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCF_ENABLEBYDEFAULT: EMPTY_VOLUME_CACHE_FLAGS = 2u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCF_REMOVEFROMLIST: EMPTY_VOLUME_CACHE_FLAGS = 4u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCF_ENABLEBYDEFAULT_AUTO: EMPTY_VOLUME_CACHE_FLAGS = 8u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCF_DONTSHOWIFZERO: EMPTY_VOLUME_CACHE_FLAGS = 16u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCF_SETTINGSMODE: EMPTY_VOLUME_CACHE_FLAGS = 32u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCF_OUTOFDISKSPACE: EMPTY_VOLUME_CACHE_FLAGS = 64u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCF_USERCONSENTOBTAINED: EMPTY_VOLUME_CACHE_FLAGS = 128u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const EVCF_SYSTEMAUTORUN: EMPTY_VOLUME_CACHE_FLAGS = 256u32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub type RECONCILEF = i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const RECONCILEF_MAYBOTHERUSER: RECONCILEF = 1i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const RECONCILEF_FEEDBACKWINDOWVALID: RECONCILEF = 2i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const RECONCILEF_NORESIDUESOK: RECONCILEF = 4i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const RECONCILEF_OMITSELFRESIDUE: RECONCILEF = 8i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const RECONCILEF_RESUMERECONCILIATION: RECONCILEF = 16i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const RECONCILEF_YOUMAYDOTHEUPDATES: RECONCILEF = 32i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const RECONCILEF_ONLYYOUWERECHANGED: RECONCILEF = 64i32; +#[doc = "*Required features: `\"Win32_UI_LegacyWindowsEnvironmentFeatures\"`*"] +pub const ALL_RECONCILE_FLAGS: RECONCILEF = 127i32; -- cgit v1.2.3