[][src]Struct winapi::um::taskschd::ISessionStateChangeTrigger

#[repr(C)]
pub struct ISessionStateChangeTrigger { pub lpVtbl: *const ISessionStateChangeTriggerVtbl, }

Fields

lpVtbl: *const ISessionStateChangeTriggerVtbl

Methods

impl ISessionStateChangeTrigger[src]

pub unsafe fn get_Delay(&self, pDelay: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Delay(&self, pDelay: BSTR) -> HRESULT[src]

pub unsafe fn get_UserId(&self, pUser: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_UserId(&self, pUser: BSTR) -> HRESULT[src]

pub unsafe fn get_StateChange(
    &self,
    pType: *mut TASK_SESSION_STATE_CHANGE_TYPE
) -> HRESULT
[src]

pub unsafe fn put_StateChange(
    &self,
    pType: TASK_SESSION_STATE_CHANGE_TYPE
) -> HRESULT
[src]

Methods from Deref<Target = ITrigger>

pub unsafe fn get_Type(&self, pType: *mut TASK_TRIGGER_TYPE2) -> HRESULT[src]

pub unsafe fn get_Id(&self, pId: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Id(&self, pId: BSTR) -> HRESULT[src]

pub unsafe fn get_Repetition(
    &self,
    ppRepeat: *mut *mut IRepetitionPattern
) -> HRESULT
[src]

pub unsafe fn put_Repetition(
    &self,
    ppRepeat: *const IRepetitionPattern
) -> HRESULT
[src]

pub unsafe fn get_ExecutionTimeLimit(&self, pTimeLimit: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_ExecutionTimeLimit(&self, pTimeLimit: BSTR) -> HRESULT[src]

pub unsafe fn get_StartBoundary(&self, pStart: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_StartBoundary(&self, pStart: BSTR) -> HRESULT[src]

pub unsafe fn get_EndBoundary(&self, pEnd: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_EndBoundary(&self, pEnd: BSTR) -> HRESULT[src]

pub unsafe fn get_Enabled(&self, pEnabled: *mut VARIANT_BOOL) -> HRESULT[src]

pub unsafe fn put_Enabled(&self, pEnabled: VARIANT_BOOL) -> HRESULT[src]

Trait Implementations

impl Interface for ISessionStateChangeTrigger[src]

impl Deref for ISessionStateChangeTrigger[src]

type Target = ITrigger

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]