Trait IDDEInitializer_Impl
pub trait IDDEInitializer_Impl: IUnknownImpl {
// Required method
fn Initialize(
&self,
fileextensionorprotocol: &PCWSTR,
method: CreateProcessMethod,
currentdirectory: &PCWSTR,
exectarget: Ref<'_, IShellItem>,
site: Ref<'_, IUnknown>,
application: &PCWSTR,
targetfile: &PCWSTR,
arguments: &PCWSTR,
verb: &PCWSTR,
) -> Result<()>;
}
Required Methods§
fn Initialize( &self, fileextensionorprotocol: &PCWSTR, method: CreateProcessMethod, currentdirectory: &PCWSTR, exectarget: Ref<'_, IShellItem>, site: Ref<'_, IUnknown>, application: &PCWSTR, targetfile: &PCWSTR, arguments: &PCWSTR, verb: &PCWSTR, ) -> 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.