windows::Win32::Web::InternetExplorer

Trait IOpenServiceActivityManager_Impl

pub trait IOpenServiceActivityManager_Impl: IUnknownImpl {
    // Required methods
    fn GetCategoryEnumerator(
        &self,
        etype: OpenServiceActivityContentType,
    ) -> Result<IEnumOpenServiceActivityCategory>;
    fn GetActivityByID(
        &self,
        pwzactivityid: &PCWSTR,
    ) -> Result<IOpenServiceActivity>;
    fn GetActivityByHomepageAndCategory(
        &self,
        pwzhomepage: &PCWSTR,
        pwzcategory: &PCWSTR,
    ) -> Result<IOpenServiceActivity>;
    fn GetVersionCookie(&self) -> Result<u32>;
}

Required Methods§

fn GetCategoryEnumerator( &self, etype: OpenServiceActivityContentType, ) -> Result<IEnumOpenServiceActivityCategory>

fn GetActivityByID( &self, pwzactivityid: &PCWSTR, ) -> Result<IOpenServiceActivity>

fn GetActivityByHomepageAndCategory( &self, pwzhomepage: &PCWSTR, pwzcategory: &PCWSTR, ) -> Result<IOpenServiceActivity>

fn GetVersionCookie(&self) -> Result<u32>

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§