pub trait IHomeGroup_Impl: Sized {
    // Required methods
    fn IsMember(&self) -> Result<BOOL>;
    fn ShowSharingWizard(&self, owner: HWND) -> Result<HOMEGROUPSHARINGCHOICES>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§