windows::Win32::System::ComponentServices

Trait IComObjectConstruction2Events_Impl

pub trait IComObjectConstruction2Events_Impl: IUnknownImpl {
    // Required method
    fn OnObjectConstruct2(
        &self,
        pinfo: *const COMSVCSEVENTINFO,
        guidobject: *const GUID,
        sconstructstring: &PCWSTR,
        oid: u64,
        guidpartition: *const GUID,
    ) -> Result<()>;
}

Required Methods§

fn OnObjectConstruct2( &self, pinfo: *const COMSVCSEVENTINFO, guidobject: *const GUID, sconstructstring: &PCWSTR, oid: u64, guidpartition: *const GUID, ) -> 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§