#[repr(C)]pub struct IMonthlyDOWTrigger {
pub lpVtbl: *const IMonthlyDOWTriggerVtbl,
}
Fields§
§lpVtbl: *const IMonthlyDOWTriggerVtbl
Implementations§
Source§impl IMonthlyDOWTrigger
impl IMonthlyDOWTrigger
pub unsafe fn get_DaysOfWeek(&self, pDays: *mut c_short) -> HRESULT
pub unsafe fn put_DaysOfWeek(&self, pDays: c_short) -> HRESULT
pub unsafe fn get_WeeksOfMonth(&self, pWeeks: *mut c_short) -> HRESULT
pub unsafe fn put_WeeksOfMonth(&self, pWeeks: c_short) -> HRESULT
pub unsafe fn get_MonthsOfYear(&self, pMonths: *mut c_short) -> HRESULT
pub unsafe fn put_MonthsOfYear(&self, pMonths: c_short) -> HRESULT
pub unsafe fn get_RunOnLastWeekOfMonth( &self, pLastWeek: *mut VARIANT_BOOL, ) -> HRESULT
pub unsafe fn put_RunOnLastWeekOfMonth( &self, pLastWeek: VARIANT_BOOL, ) -> HRESULT
pub unsafe fn get_RandomDelay(&self, pRandomDelay: *mut BSTR) -> HRESULT
pub unsafe fn put_RandomDelay(&self, pRandomDelay: BSTR) -> HRESULT
Methods from Deref<Target = ITrigger>§
pub unsafe fn get_Type(&self, pType: *mut TASK_TRIGGER_TYPE2) -> HRESULT
pub unsafe fn get_Id(&self, pId: *mut BSTR) -> HRESULT
pub unsafe fn put_Id(&self, pId: BSTR) -> HRESULT
pub unsafe fn get_Repetition( &self, ppRepeat: *mut *mut IRepetitionPattern, ) -> HRESULT
pub unsafe fn put_Repetition( &self, ppRepeat: *const IRepetitionPattern, ) -> HRESULT
pub unsafe fn get_ExecutionTimeLimit(&self, pTimeLimit: *mut BSTR) -> HRESULT
pub unsafe fn put_ExecutionTimeLimit(&self, pTimeLimit: BSTR) -> HRESULT
pub unsafe fn get_StartBoundary(&self, pStart: *mut BSTR) -> HRESULT
pub unsafe fn put_StartBoundary(&self, pStart: BSTR) -> HRESULT
pub unsafe fn get_EndBoundary(&self, pEnd: *mut BSTR) -> HRESULT
pub unsafe fn put_EndBoundary(&self, pEnd: BSTR) -> HRESULT
pub unsafe fn get_Enabled(&self, pEnabled: *mut VARIANT_BOOL) -> HRESULT
pub unsafe fn put_Enabled(&self, pEnabled: VARIANT_BOOL) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IMonthlyDOWTrigger
impl Deref for IMonthlyDOWTrigger
Auto Trait Implementations§
impl Freeze for IMonthlyDOWTrigger
impl RefUnwindSafe for IMonthlyDOWTrigger
impl !Send for IMonthlyDOWTrigger
impl !Sync for IMonthlyDOWTrigger
impl Unpin for IMonthlyDOWTrigger
impl UnwindSafe for IMonthlyDOWTrigger
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more