Trait windows::Win32::System::Wmi::IUnsecuredApartment_Impl
pub trait IUnsecuredApartment_Impl: Sized {
// Required method
fn CreateObjectStub(&self, pobject: Option<&IUnknown>) -> Result<IUnknown>;
}
Required Methods§
fn CreateObjectStub(&self, pobject: Option<&IUnknown>) -> Result<IUnknown>
Object Safety§
This trait is not object safe.