Trait windows::Win32::UI::Shell::IShellService_Impl
pub trait IShellService_Impl: Sized {
// Required method
fn SetOwner(&self, punkowner: Option<&IUnknown>) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.