windows::Win32::Storage::OfflineFiles

Trait IOfflineFilesEvents4_Impl

pub trait IOfflineFilesEvents4_Impl: IOfflineFilesEvents3_Impl {
    // Required methods
    fn PrefetchCloseHandleBegin(&self) -> Result<()>;
    fn PrefetchCloseHandleEnd(
        &self,
        dwclosedhandlecount: u32,
        dwopenhandlecount: u32,
        hrresult: HRESULT,
    ) -> Result<()>;
}

Required Methods§

fn PrefetchCloseHandleBegin(&self) -> Result<()>

fn PrefetchCloseHandleEnd( &self, dwclosedhandlecount: u32, dwopenhandlecount: u32, hrresult: HRESULT, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§