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

#[repr(C)]
pub struct ITaskNamedValuePairVtbl { pub parent: IDispatchVtbl, pub get_Name: unsafe extern "system" fn(This: *mut ITaskNamedValuePair, pName: *mut BSTR) -> HRESULT, pub put_Name: unsafe extern "system" fn(This: *mut ITaskNamedValuePair, pName: BSTR) -> HRESULT, pub get_Value: unsafe extern "system" fn(This: *mut ITaskNamedValuePair, pValue: *mut BSTR) -> HRESULT, pub put_Value: unsafe extern "system" fn(This: *mut ITaskNamedValuePair, pValue: BSTR) -> HRESULT, }

Fields

parent: IDispatchVtblget_Name: unsafe extern "system" fn(This: *mut ITaskNamedValuePair, pName: *mut BSTR) -> HRESULTput_Name: unsafe extern "system" fn(This: *mut ITaskNamedValuePair, pName: BSTR) -> HRESULTget_Value: unsafe extern "system" fn(This: *mut ITaskNamedValuePair, pValue: *mut BSTR) -> HRESULTput_Value: unsafe extern "system" fn(This: *mut ITaskNamedValuePair, pValue: BSTR) -> 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.