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

#[repr(C)]
pub struct ITriggerCollectionVtbl { pub parent: IDispatchVtbl, pub get_Count: unsafe extern "system" fn(This: *mut ITriggerCollection, pCount: *mut c_long) -> HRESULT, pub get_Item: unsafe extern "system" fn(This: *mut ITriggerCollection, index: c_long, ppTrigger: *mut *mut ITrigger) -> HRESULT, pub get__NewEnum: unsafe extern "system" fn(This: *mut ITriggerCollection, ppEnum: *mut LPUNKNOWN) -> HRESULT, pub Create: unsafe extern "system" fn(This: *mut ITriggerCollection, Type: TASK_TRIGGER_TYPE2, ppTrigger: *mut *mut ITrigger) -> HRESULT, pub Remove: unsafe extern "system" fn(This: *mut ITriggerCollection, index: VARIANT) -> HRESULT, pub Clear: unsafe extern "system" fn(This: *mut ITriggerCollection) -> HRESULT, }

Fields

parent: IDispatchVtblget_Count: unsafe extern "system" fn(This: *mut ITriggerCollection, pCount: *mut c_long) -> HRESULTget_Item: unsafe extern "system" fn(This: *mut ITriggerCollection, index: c_long, ppTrigger: *mut *mut ITrigger) -> HRESULTget__NewEnum: unsafe extern "system" fn(This: *mut ITriggerCollection, ppEnum: *mut LPUNKNOWN) -> HRESULTCreate: unsafe extern "system" fn(This: *mut ITriggerCollection, Type: TASK_TRIGGER_TYPE2, ppTrigger: *mut *mut ITrigger) -> HRESULTRemove: unsafe extern "system" fn(This: *mut ITriggerCollection, index: VARIANT) -> HRESULTClear: unsafe extern "system" fn(This: *mut ITriggerCollection) -> 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.