Skip to main content

IExplorerCommandState_Impl

Trait IExplorerCommandState_Impl 

Source
pub trait IExplorerCommandState_Impl: IUnknownImpl {
    // Required method
    fn GetState(
        &self,
        psiitemarray: Ref<'_, IShellItemArray>,
        foktobeslow: BOOL,
    ) -> Result<u32, Error>;
}

Required Methods§

Source

fn GetState( &self, psiitemarray: Ref<'_, IShellItemArray>, foktobeslow: BOOL, ) -> Result<u32, Error>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§