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

#[repr(C)]
pub struct ITaskNamedValueCollectionVtbl { pub parent: IDispatchVtbl, pub get_Count: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, pCount: *mut c_long) -> HRESULT, pub get_Item: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, index: LONG, ppPair: *mut *mut ITaskNamedValuePair) -> HRESULT, pub get__NewEnum: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, ppEnum: *mut LPUNKNOWN) -> HRESULT, pub Create: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, Name: BSTR, Value: BSTR, ppPair: *mut *mut ITaskNamedValuePair) -> HRESULT, pub Remove: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, index: LONG) -> HRESULT, pub Clear: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection) -> HRESULT, }

Fields

parent: IDispatchVtblget_Count: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, pCount: *mut c_long) -> HRESULTget_Item: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, index: LONG, ppPair: *mut *mut ITaskNamedValuePair) -> HRESULTget__NewEnum: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, ppEnum: *mut LPUNKNOWN) -> HRESULTCreate: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, Name: BSTR, Value: BSTR, ppPair: *mut *mut ITaskNamedValuePair) -> HRESULTRemove: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection, index: LONG) -> HRESULTClear: unsafe extern "system" fn(This: *mut ITaskNamedValueCollection) -> 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.