Trait IShellUIHelper8_Impl
pub trait IShellUIHelper8_Impl: IShellUIHelper7_Impl {
// Required methods
fn GetCVListData(&self) -> Result<BSTR>;
fn GetCVListLocalData(&self) -> Result<BSTR>;
fn GetEMIEListData(&self) -> Result<BSTR>;
fn GetEMIEListLocalData(&self) -> Result<BSTR>;
fn OpenFavoritesPane(&self) -> Result<()>;
fn OpenFavoritesSettings(&self) -> Result<()>;
fn LaunchInHVSI(&self, bstrurl: &BSTR) -> Result<()>;
}
Required Methods§
fn GetCVListData(&self) -> Result<BSTR>
fn GetCVListLocalData(&self) -> Result<BSTR>
fn GetEMIEListData(&self) -> Result<BSTR>
fn GetEMIEListLocalData(&self) -> Result<BSTR>
fn OpenFavoritesPane(&self) -> Result<()>
fn OpenFavoritesSettings(&self) -> Result<()>
fn LaunchInHVSI(&self, bstrurl: &BSTR) -> Result<()>
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.