Home
last modified time | relevance | path

Searched defs:StorageStreamTransaction (Results 1 – 3 of 3) sorted by path

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/BulkAccess/
H A Dmod.rs103 …ransactedWriteAsync(&self) -> ::windows::runtime::Result<super::super::Foundation::IAsyncOperation… in OpenTransactedWriteAsync()
183 …self, options: super::StorageOpenOptions) -> ::windows::runtime::Result<super::super::Foundation::… in OpenTransactedWriteWithOptionsAsync()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/
H A Dmod.rs6950 pub struct StorageStreamTransaction(::windows::runtime::IInspectable); struct
6951 impl StorageStreamTransaction { implementation
6974 unsafe impl ::windows::runtime::RuntimeType for StorageStreamTransaction { implementation
6977 unsafe impl ::windows::runtime::Interface for StorageStreamTransaction { implementation
6981 impl ::windows::runtime::RuntimeName for StorageStreamTransaction { implementation
6994 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for StorageStreamTransaction { implementation
6999 …'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &StorageStreamTransaction { implementation
7014 … ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for StorageStreamTransaction { implementation
7019 …indows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for &'a StorageStreamTransaction { implementation
7039 …<'a> ::windows::runtime::IntoParam<'a, super::Foundation::IClosable> for StorageStreamTransaction { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Storage/
H A Dmod.rs245 pub type StorageStreamTransaction = *mut ::core::ffi::c_void; typedef