Trait windows::Win32::Storage::Imapi::IBlockRangeList_Impl

pub trait IBlockRangeList_Impl: Sized + IDispatch_Impl {
    // Required method
    fn BlockRanges(&self) -> Result<*mut SAFEARRAY>;
}

Required Methods§

fn BlockRanges(&self) -> Result<*mut SAFEARRAY>

Object Safety§

This trait is not object safe.

Implementors§