pub trait IOfflineFilesSimpleProgress_Impl: Sized + IOfflineFilesProgress_Impl {
// Required methods
fn ItemBegin(&self, pszfile: &PCWSTR) -> Result<OFFLINEFILES_OP_RESPONSE>;
fn ItemResult(
&self,
pszfile: &PCWSTR,
hrresult: HRESULT,
) -> Result<OFFLINEFILES_OP_RESPONSE>;
}
Required Methods§
fn ItemBegin(&self, pszfile: &PCWSTR) -> Result<OFFLINEFILES_OP_RESPONSE>
fn ItemResult( &self, pszfile: &PCWSTR, hrresult: HRESULT, ) -> Result<OFFLINEFILES_OP_RESPONSE>
Object Safety§
This trait is not object safe.