windows::Win32::System::TaskScheduler

Trait IComHandlerAction_Impl

pub trait IComHandlerAction_Impl: IAction_Impl {
    // Required methods
    fn ClassId(&self, pclsid: *mut BSTR) -> Result<()>;
    fn SetClassId(&self, clsid: &BSTR) -> Result<()>;
    fn Data(&self, pdata: *mut BSTR) -> Result<()>;
    fn SetData(&self, data: &BSTR) -> Result<()>;
}

Required Methods§

fn ClassId(&self, pclsid: *mut BSTR) -> Result<()>

fn SetClassId(&self, clsid: &BSTR) -> Result<()>

fn Data(&self, pdata: *mut BSTR) -> Result<()>

fn SetData(&self, data: &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§