windows::Win32::System::Ole

Trait IOleContainer_Impl

pub trait IOleContainer_Impl: IParseDisplayName_Impl {
    // Required methods
    fn EnumObjects(&self, grfflags: &OLECONTF) -> Result<IEnumUnknown>;
    fn LockContainer(&self, flock: BOOL) -> Result<()>;
}

Required Methods§

fn EnumObjects(&self, grfflags: &OLECONTF) -> Result<IEnumUnknown>

fn LockContainer(&self, flock: BOOL) -> 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§