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

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

Fields

parent: IDispatchVtblget_Count: unsafe extern "system" fn(This: *mut IRegisteredTaskCollection, pCount: *mut LONG) -> HRESULTget_Item: unsafe extern "system" fn(This: *mut IRegisteredTaskCollection, index: VARIANT, ppRegisteredTask: *mut *mut IRegisteredTask) -> HRESULTget__NewEnum: unsafe extern "system" fn(This: *mut IRegisteredTaskCollection, 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.