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

#[repr(C)]
pub struct IRunningTaskCollectionVtbl { pub parent: IDispatchVtbl, pub get_Count: unsafe extern "system" fn(This: *mut IRunningTaskCollection, pCount: *mut LONG) -> HRESULT, pub get_Item: unsafe extern "system" fn(This: *mut IRunningTaskCollection, index: VARIANT, ppRunningTask: *mut *mut IRunningTask) -> HRESULT, pub get__NewEnum: unsafe extern "system" fn(This: *mut IRunningTaskCollection, ppEnum: *mut LPUNKNOWN) -> HRESULT, }

Fields

parent: IDispatchVtblget_Count: unsafe extern "system" fn(This: *mut IRunningTaskCollection, pCount: *mut LONG) -> HRESULTget_Item: unsafe extern "system" fn(This: *mut IRunningTaskCollection, index: VARIANT, ppRunningTask: *mut *mut IRunningTask) -> HRESULTget__NewEnum: unsafe extern "system" fn(This: *mut IRunningTaskCollection, ppEnum: *mut LPUNKNOWN) -> 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.