Trait windows::Win32::UI::Shell::IComputerInfoChangeNotify_Impl

pub trait IComputerInfoChangeNotify_Impl: Sized {
    // Required method
    fn ComputerInfoChanged(&self) -> Result<()>;
}

Required Methods§

fn ComputerInfoChanged(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§