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

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

Fields

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