Trait windows::Win32::System::Mmc::IExtendView_Impl
pub trait IExtendView_Impl: Sized {
// Required method
fn GetViews(
&self,
pdataobject: Option<&IDataObject>,
pviewextensioncallback: Option<&IViewExtensionCallback>,
) -> Result<()>;
}
Required Methods§
fn GetViews( &self, pdataobject: Option<&IDataObject>, pviewextensioncallback: Option<&IViewExtensionCallback>, ) -> Result<()>
Object Safety§
This trait is not object safe.