Trait winsafe::prelude::taskschd_IComHandlerAction

source ·
pub trait taskschd_IComHandlerAction: taskschd_IAction {
    // Provided methods
    fn get_ClassId(&self) -> HrResult<String> { ... }
    fn get_Data(&self) -> HrResult<String> { ... }
    fn put_ClassId(&self, class_id: &str) -> HrResult<()> { ... }
    fn put_Data(&self, data: &str) -> HrResult<()> { ... }
}
Available on crate features kernel and taskschd only.
Expand description

This trait is enabled with the taskschd feature, and provides methods for IComHandlerAction.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§