pub trait IDStorageStatusArray_Impl: Sized {
    unsafe fn IsComplete(&self, index: u32) -> bool;
    unsafe fn GetHResult(&self, index: u32) -> HRESULT;
}

Required Methods§

Implementors§