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

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

Fields

lpVtbl: *const IEventTriggerVtbl

Methods

impl IEventTrigger[src]

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

pub unsafe fn put_Subscription(&self, pQuery: BSTR) -> HRESULT[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_ValueQueries(
    &self,
    ppNamedXPaths: *mut *mut ITaskNamedValueCollection
) -> HRESULT
[src]

pub unsafe fn put_ValueQueries(
    &self,
    ppNamedXPaths: *const ITaskNamedValueCollection
) -> 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 IEventTrigger[src]

impl Deref for IEventTrigger[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]