summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Win32/System/ServerBackup/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Win32/System/ServerBackup/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Win32/System/ServerBackup/mod.rs80
1 files changed, 0 insertions, 80 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/ServerBackup/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Win32/System/ServerBackup/mod.rs
deleted file mode 100644
index ce8e92a8b..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/ServerBackup/mod.rs
+++ /dev/null
@@ -1,80 +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 IWsbApplicationAsync = *mut ::core::ffi::c_void;
-pub type IWsbApplicationBackupSupport = *mut ::core::ffi::c_void;
-pub type IWsbApplicationRestoreSupport = *mut ::core::ffi::c_void;
-pub const WSBAPP_ASYNC_IN_PROGRESS: ::windows_sys::core::HRESULT = 7995396i32;
-pub const WSB_MAX_OB_STATUS_ENTRY: u32 = 5u32;
-pub const WSB_MAX_OB_STATUS_VALUE_TYPE_PAIR: u32 = 5u32;
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct WSB_OB_REGISTRATION_INFO {
- pub m_wszResourceDLL: super::super::Foundation::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)]
-#[cfg(feature = "Win32_Foundation")]
-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,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for WSB_OB_STATUS_ENTRY {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for WSB_OB_STATUS_ENTRY {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type WSB_OB_STATUS_ENTRY_PAIR_TYPE = i32;
-pub const WSB_OB_ET_UNDEFINED: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 0i32;
-pub const WSB_OB_ET_STRING: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 1i32;
-pub const WSB_OB_ET_NUMBER: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 2i32;
-pub const WSB_OB_ET_DATETIME: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 3i32;
-pub const WSB_OB_ET_TIME: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 4i32;
-pub const WSB_OB_ET_SIZE: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 5i32;
-pub const WSB_OB_ET_MAX: WSB_OB_STATUS_ENTRY_PAIR_TYPE = 6i32;
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR {
- pub m_wszObStatusEntryPairValue: super::super::Foundation::PWSTR,
- pub m_ObStatusEntryPairType: WSB_OB_STATUS_ENTRY_PAIR_TYPE,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-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,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for WSB_OB_STATUS_INFO {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for WSB_OB_STATUS_INFO {
- fn clone(&self) -> Self {
- *self
- }
-}