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