Trait windows::Win32::UI::Shell::ILaunchUIContext_Impl
pub trait ILaunchUIContext_Impl: Sized {
// Required methods
fn SetAssociatedWindow(&self, value: HWND) -> Result<()>;
fn SetTabGroupingPreference(&self, value: u32) -> Result<()>;
}
Required Methods§
fn SetAssociatedWindow(&self, value: HWND) -> Result<()>
fn SetTabGroupingPreference(&self, value: u32) -> Result<()>
Object Safety§
This trait is not object safe.