#[repr(transparent)]pub struct IDStorageCustomDecompressionQueue(_);Implementations§
source§impl IDStorageCustomDecompressionQueue
impl IDStorageCustomDecompressionQueue
pub unsafe fn GetEvent(&self) -> HANDLE
pub unsafe fn GetRequests(
&self,
maxRequests: u32,
requests: *mut DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST,
numRequests: *mut u32
) -> Result<()>
pub unsafe fn SetRequestResults(
&self,
numResults: u32,
requests: *mut DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
) -> Result<()>
Trait Implementations§
source§impl From<&IDStorageCustomDecompressionQueue> for IUnknown
impl From<&IDStorageCustomDecompressionQueue> for IUnknown
source§fn from(value: &IDStorageCustomDecompressionQueue) -> Self
fn from(value: &IDStorageCustomDecompressionQueue) -> Self
Converts to this type from the input type.
source§impl From<IDStorageCustomDecompressionQueue> for IUnknown
impl From<IDStorageCustomDecompressionQueue> for IUnknown
source§fn from(value: IDStorageCustomDecompressionQueue) -> Self
fn from(value: IDStorageCustomDecompressionQueue) -> Self
Converts to this type from the input type.
source§impl Interface for IDStorageCustomDecompressionQueue
impl Interface for IDStorageCustomDecompressionQueue
source§impl PartialEq<IDStorageCustomDecompressionQueue> for IDStorageCustomDecompressionQueue
impl PartialEq<IDStorageCustomDecompressionQueue> for IDStorageCustomDecompressionQueue
source§impl Vtable for IDStorageCustomDecompressionQueue
impl Vtable for IDStorageCustomDecompressionQueue
type Vtable = IDStorageCustomDecompressionQueue_Vtbl
source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.