windows::Win32::UI::Shell

Trait IAppActivationUIInfo_Impl

pub trait IAppActivationUIInfo_Impl: IUnknownImpl {
    // Required methods
    fn GetMonitor(&self) -> Result<HMONITOR>;
    fn GetInvokePoint(&self) -> Result<POINT>;
    fn GetShowCommand(&self) -> Result<i32>;
    fn GetShowUI(&self) -> Result<BOOL>;
    fn GetKeyState(&self) -> Result<u32>;
}

Required Methods§

fn GetMonitor(&self) -> Result<HMONITOR>

fn GetInvokePoint(&self) -> Result<POINT>

fn GetShowCommand(&self) -> Result<i32>

fn GetShowUI(&self) -> Result<BOOL>

fn GetKeyState(&self) -> Result<u32>

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.

Implementors§