Trait windows::Win32::System::Com::IConnectionPointContainer_Impl
pub trait IConnectionPointContainer_Impl: Sized {
// Required methods
fn EnumConnectionPoints(&self) -> Result<IEnumConnectionPoints>;
fn FindConnectionPoint(&self, riid: *const GUID) -> Result<IConnectionPoint>;
}
Required Methods§
fn EnumConnectionPoints(&self) -> Result<IEnumConnectionPoints>
fn FindConnectionPoint(&self, riid: *const GUID) -> Result<IConnectionPoint>
Object Safety§
This trait is not object safe.