windows::Win32::System::TaskScheduler

Trait IShowMessageAction_Impl

pub trait IShowMessageAction_Impl: IAction_Impl {
    // Required methods
    fn Title(&self, ptitle: *mut BSTR) -> Result<()>;
    fn SetTitle(&self, title: &BSTR) -> Result<()>;
    fn MessageBody(&self, pmessagebody: *mut BSTR) -> Result<()>;
    fn SetMessageBody(&self, messagebody: &BSTR) -> Result<()>;
}

Required Methods§

fn Title(&self, ptitle: *mut BSTR) -> Result<()>

fn SetTitle(&self, title: &BSTR) -> Result<()>

fn MessageBody(&self, pmessagebody: *mut BSTR) -> Result<()>

fn SetMessageBody(&self, messagebody: &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.

Implementors§