summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Storage/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Storage/mod.rs')
-rw-r--r--vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Storage/mod.rs58
1 files changed, 58 insertions, 0 deletions
diff --git a/vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Storage/mod.rs b/vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Storage/mod.rs
new file mode 100644
index 000000000..2be9167cd
--- /dev/null
+++ b/vendor/windows-sys-0.42.0/src/Windows/Win32/System/WinRT/Storage/mod.rs
@@ -0,0 +1,58 @@
+pub type IOplockBreakingHandler = *mut ::core::ffi::c_void;
+pub type IRandomAccessStreamFileAccessMode = *mut ::core::ffi::c_void;
+pub type IStorageFolderHandleAccess = *mut ::core::ffi::c_void;
+pub type IStorageItemHandleAccess = *mut ::core::ffi::c_void;
+pub type IUnbufferedFileHandleOplockCallback = *mut ::core::ffi::c_void;
+pub type IUnbufferedFileHandleProvider = *mut ::core::ffi::c_void;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub type HANDLE_ACCESS_OPTIONS = u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HAO_NONE: HANDLE_ACCESS_OPTIONS = 0u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HAO_READ_ATTRIBUTES: HANDLE_ACCESS_OPTIONS = 128u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HAO_READ: HANDLE_ACCESS_OPTIONS = 1179785u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HAO_WRITE: HANDLE_ACCESS_OPTIONS = 1179926u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HAO_DELETE: HANDLE_ACCESS_OPTIONS = 65536u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub type HANDLE_CREATION_OPTIONS = i32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HCO_CREATE_NEW: HANDLE_CREATION_OPTIONS = 1i32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HCO_CREATE_ALWAYS: HANDLE_CREATION_OPTIONS = 2i32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HCO_OPEN_EXISTING: HANDLE_CREATION_OPTIONS = 3i32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HCO_OPEN_ALWAYS: HANDLE_CREATION_OPTIONS = 4i32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HCO_TRUNCATE_EXISTING: HANDLE_CREATION_OPTIONS = 5i32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub type HANDLE_OPTIONS = u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HO_NONE: HANDLE_OPTIONS = 0u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HO_OPEN_REQUIRING_OPLOCK: HANDLE_OPTIONS = 262144u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HO_DELETE_ON_CLOSE: HANDLE_OPTIONS = 67108864u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HO_SEQUENTIAL_SCAN: HANDLE_OPTIONS = 134217728u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HO_RANDOM_ACCESS: HANDLE_OPTIONS = 268435456u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HO_NO_BUFFERING: HANDLE_OPTIONS = 536870912u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HO_OVERLAPPED: HANDLE_OPTIONS = 1073741824u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HO_WRITE_THROUGH: HANDLE_OPTIONS = 2147483648u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub type HANDLE_SHARING_OPTIONS = u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HSO_SHARE_NONE: HANDLE_SHARING_OPTIONS = 0u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HSO_SHARE_READ: HANDLE_SHARING_OPTIONS = 1u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HSO_SHARE_WRITE: HANDLE_SHARING_OPTIONS = 2u32;
+#[doc = "*Required features: `\"Win32_System_WinRT_Storage\"`*"]
+pub const HSO_SHARE_DELETE: HANDLE_SHARING_OPTIONS = 4u32;