Trait windows::Win32::UI::Shell::IExtractImage2_Impl

pub trait IExtractImage2_Impl: Sized + IExtractImage_Impl {
    // Required method
    fn GetDateStamp(&self) -> Result<FILETIME>;
}

Required Methods§

fn GetDateStamp(&self) -> Result<FILETIME>

Object Safety§

This trait is not object safe.

Implementors§