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

#[repr(C)]
pub struct ITaskVariablesVtbl { pub parent: IUnknownVtbl, pub GetInput: unsafe extern "system" fn(This: *mut ITaskVariables, pInput: *mut BSTR) -> HRESULT, pub SetOutput: unsafe extern "system" fn(This: *mut ITaskVariables, input: BSTR) -> HRESULT, pub GetContext: unsafe extern "system" fn(This: *mut ITaskVariables, pContext: *mut BSTR) -> HRESULT, }

Fields

parent: IUnknownVtblGetInput: unsafe extern "system" fn(This: *mut ITaskVariables, pInput: *mut BSTR) -> HRESULTSetOutput: unsafe extern "system" fn(This: *mut ITaskVariables, input: BSTR) -> HRESULTGetContext: unsafe extern "system" fn(This: *mut ITaskVariables, pContext: *mut 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.