Trait windows::Win32::System::TaskScheduler::ILogonTrigger_Impl
pub trait ILogonTrigger_Impl: Sized + ITrigger_Impl {
// Required methods
fn Delay(&self, pdelay: *mut BSTR) -> Result<()>;
fn SetDelay(&self, delay: &BSTR) -> Result<()>;
fn UserId(&self, puser: *mut BSTR) -> Result<()>;
fn SetUserId(&self, user: &BSTR) -> Result<()>;
}
Required Methods§
fn Delay(&self, pdelay: *mut BSTR) -> Result<()>
fn SetDelay(&self, delay: &BSTR) -> Result<()>
fn UserId(&self, puser: *mut BSTR) -> Result<()>
fn SetUserId(&self, user: &BSTR) -> Result<()>
Object Safety§
This trait is not object safe.