windows::Win32::System::ComponentServices

Trait IManagedActivationEvents_Impl

pub trait IManagedActivationEvents_Impl: IUnknownImpl {
    // Required methods
    fn CreateManagedStub(
        &self,
        pinfo: Ref<'_, IManagedObjectInfo>,
        fdist: BOOL,
    ) -> Result<()>;
    fn DestroyManagedStub(
        &self,
        pinfo: Ref<'_, IManagedObjectInfo>,
    ) -> Result<()>;
}

Required Methods§

fn CreateManagedStub( &self, pinfo: Ref<'_, IManagedObjectInfo>, fdist: BOOL, ) -> Result<()>

fn DestroyManagedStub(&self, pinfo: Ref<'_, IManagedObjectInfo>) -> 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.

Implementors§