pub trait ISystemInformation_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn OemHardwareSupportLink(&self) -> Result<BSTR>;
    fn RebootRequired(&self) -> Result<VARIANT_BOOL>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§