pub trait IBackgroundCopyFile3_Impl: Sized + IBackgroundCopyFile2_Impl {
    // Required methods
    fn GetTemporaryName(&self) -> Result<PWSTR>;
    fn SetValidationState(&self, state: BOOL) -> Result<()>;
    fn GetValidationState(&self) -> Result<BOOL>;
    fn IsDownloadedFromPeer(&self) -> Result<BOOL>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§