Skip to main content

IShellFolderViewCB_Impl

Trait IShellFolderViewCB_Impl 

Source
pub trait IShellFolderViewCB_Impl: IUnknownImpl {
    // Required method
    fn MessageSFVCB(
        &self,
        umsg: &SFVM_MESSAGE_ID,
        wparam: WPARAM,
        lparam: LPARAM,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn MessageSFVCB( &self, umsg: &SFVM_MESSAGE_ID, wparam: WPARAM, lparam: LPARAM, ) -> Result<(), Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§