Trait ICommonQuery_Impl
pub trait ICommonQuery_Impl: IUnknownImpl {
// Required method
fn OpenQueryWindow(
&self,
hwndparent: HWND,
pquerywnd: *mut OPENQUERYWINDOW,
ppdataobject: OutRef<'_, IDataObject>,
) -> Result<()>;
}
Required Methods§
fn OpenQueryWindow( &self, hwndparent: HWND, pquerywnd: *mut OPENQUERYWINDOW, ppdataobject: OutRef<'_, IDataObject>, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.