Trait windows::Win32::System::Search::IRowPositionChange_Impl

pub trait IRowPositionChange_Impl: Sized {
    // Required method
    fn OnRowPositionChange(
        &self,
        ereason: u32,
        ephase: u32,
        fcantdeny: BOOL,
    ) -> Result<()>;
}

Required Methods§

fn OnRowPositionChange( &self, ereason: u32, ephase: u32, fcantdeny: BOOL, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§