windows::Win32::System::Ole

Trait ICreateTypeLib2_Impl

pub trait ICreateTypeLib2_Impl: ICreateTypeLib_Impl {
    // Required methods
    fn DeleteTypeInfo(&self, szname: &PCWSTR) -> Result<()>;
    fn SetCustData(
        &self,
        guid: *const GUID,
        pvarval: *const VARIANT,
    ) -> Result<()>;
    fn SetHelpStringContext(&self, dwhelpstringcontext: u32) -> Result<()>;
    fn SetHelpStringDll(&self, szfilename: &PCWSTR) -> Result<()>;
}

Required Methods§

fn DeleteTypeInfo(&self, szname: &PCWSTR) -> Result<()>

fn SetCustData(&self, guid: *const GUID, pvarval: *const VARIANT) -> Result<()>

fn SetHelpStringContext(&self, dwhelpstringcontext: u32) -> Result<()>

fn SetHelpStringDll(&self, szfilename: &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.

Implementors§