pub trait IWEExtendContextMenu_Impl: Sized {
    // Required method
    fn AddContextMenuItems(
        &self,
        pidata: Option<&IUnknown>,
        picallback: Option<&IWCContextMenuCallback>
    ) -> Result<()>;
}

Required Methods§

fn AddContextMenuItems( &self, pidata: Option<&IUnknown>, picallback: Option<&IWCContextMenuCallback> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§