aboutsummaryrefslogtreecommitdiff
path: root/vendor/windows-sys-0.45.0/src/Windows/Win32/System/ServerBackup/mod.rs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
commita990de90fe41456a23e58bd087d2f107d321f3a1 (patch)
tree15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/windows-sys-0.45.0/src/Windows/Win32/System/ServerBackup/mod.rs
parent3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff)
downloadfparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz
fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip
Deleted vendor folder
Diffstat (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/System/ServerBackup/mod.rs')
-rw-r--r--vendor/windows-sys-0.45.0/src/Windows/Win32/System/ServerBackup/mod.rs83
1 files changed, 0 insertions, 83 deletions
diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/System/ServerBackup/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/System/ServerBackup/mod.rs
deleted file mode 100644
index b87a2e4..0000000
--- a/vendor/windows-sys-0.45.0/src/Windows/Win32/System/ServerBackup/mod.rs
+++ /dev/null
@@ -1,83 +0,0 @@
-pub type IWsbApplicationAsync = *mut ::core::ffi::c_void;
-pub type IWsbApplicationBackupSupport = *mut ::core::ffi::c_void;
-pub type IWsbApplicationRestoreSupport = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSBAPP_ASYNC_IN_PROGRESS: ::windows_sys::core::HRESULT = 7995396i32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSB_MAX_OB_STATUS_ENTRY: u32 = 5u32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSB_MAX_OB_STATUS_VALUE_TYPE_PAIR: u32 = 5u32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub type WSB_OB_STATUS_ENTRY_PAIR_TYPE = i32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSB_OB_ET_UNDEFINED: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 0i32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSB_OB_ET_STRING: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 1i32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSB_OB_ET_NUMBER: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 2i32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSB_OB_ET_DATETIME: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 3i32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSB_OB_ET_TIME: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 4i32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSB_OB_ET_SIZE: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 5i32;
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub const WSB_OB_ET_MAX: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 6i32;
-#[repr(C)]
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`, `\"Win32_Foundation\"`*"]
-#[cfg(feature = "Win32_Foundation")]
-pub struct WSB_OB_REGISTRATION_INFO {
- pub m_wszResourceDLL: ::windows_sys::core::PWSTR,
- pub m_guidSnapinId: ::windows_sys::core::GUID,
- pub m_dwProviderName: u32,
- pub m_dwProviderIcon: u32,
- pub m_bSupportsRemoting: super::super::Foundation::BOOLEAN,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for WSB_OB_REGISTRATION_INFO {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for WSB_OB_REGISTRATION_INFO {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub struct WSB_OB_STATUS_ENTRY {
- pub m_dwIcon: u32,
- pub m_dwStatusEntryName: u32,
- pub m_dwStatusEntryValue: u32,
- pub m_cValueTypePair: u32,
- pub m_rgValueTypePair: *mut WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR,
-}
-impl ::core::marker::Copy for WSB_OB_STATUS_ENTRY {}
-impl ::core::clone::Clone for WSB_OB_STATUS_ENTRY {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub struct WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR {
- pub m_wszObStatusEntryPairValue: ::windows_sys::core::PWSTR,
- pub m_ObStatusEntryPairType: WSB_OB_STATUS_ENTRY_PAIR_TYPE,
-}
-impl ::core::marker::Copy for WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR {}
-impl ::core::clone::Clone for WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[doc = "*Required features: `\"Win32_System_ServerBackup\"`*"]
-pub struct WSB_OB_STATUS_INFO {
- pub m_guidSnapinId: ::windows_sys::core::GUID,
- pub m_cStatusEntry: u32,
- pub m_rgStatusEntry: *mut WSB_OB_STATUS_ENTRY,
-}
-impl ::core::marker::Copy for WSB_OB_STATUS_INFO {}
-impl ::core::clone::Clone for WSB_OB_STATUS_INFO {
- fn clone(&self) -> Self {
- *self
- }
-}