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

#[repr(C)]
pub struct IMonthlyDOWTriggerVtbl { pub parent: ITriggerVtbl, pub get_DaysOfWeek: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pDays: *mut c_short) -> HRESULT, pub put_DaysOfWeek: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pDays: c_short) -> HRESULT, pub get_WeeksOfMonth: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pWeeks: *mut c_short) -> HRESULT, pub put_WeeksOfMonth: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pWeeks: c_short) -> HRESULT, pub get_MonthsOfYear: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pMonths: *mut c_short) -> HRESULT, pub put_MonthsOfYear: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pMonths: c_short) -> HRESULT, pub get_RunOnLastWeekOfMonth: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pLastWeek: *mut VARIANT_BOOL) -> HRESULT, pub put_RunOnLastWeekOfMonth: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pLastWeek: VARIANT_BOOL) -> HRESULT, pub get_RandomDelay: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pRandomDelay: *mut BSTR) -> HRESULT, pub put_RandomDelay: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pRandomDelay: BSTR) -> HRESULT, }

Fields

parent: ITriggerVtblget_DaysOfWeek: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pDays: *mut c_short) -> HRESULTput_DaysOfWeek: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pDays: c_short) -> HRESULTget_WeeksOfMonth: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pWeeks: *mut c_short) -> HRESULTput_WeeksOfMonth: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pWeeks: c_short) -> HRESULTget_MonthsOfYear: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pMonths: *mut c_short) -> HRESULTput_MonthsOfYear: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pMonths: c_short) -> HRESULTget_RunOnLastWeekOfMonth: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pLastWeek: *mut VARIANT_BOOL) -> HRESULTput_RunOnLastWeekOfMonth: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pLastWeek: VARIANT_BOOL) -> HRESULTget_RandomDelay: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pRandomDelay: *mut BSTR) -> HRESULTput_RandomDelay: unsafe extern "system" fn(This: *mut IMonthlyDOWTrigger, pRandomDelay: BSTR) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.