Trait windows::Win32::UI::Shell::IPreviousVersionsInfo_Impl
pub trait IPreviousVersionsInfo_Impl: Sized {
// Required method
fn AreSnapshotsAvailable(
&self,
pszpath: &PCWSTR,
foktobeslow: BOOL,
) -> Result<BOOL>;
}
Required Methods§
fn AreSnapshotsAvailable( &self, pszpath: &PCWSTR, foktobeslow: BOOL, ) -> Result<BOOL>
Object Safety§
This trait is not object safe.