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: IUnknownVtbl
GetInput: unsafe extern "system" fn(This: *mut ITaskVariables, pInput: *mut BSTR) -> HRESULT
SetOutput: unsafe extern "system" fn(This: *mut ITaskVariables, input: BSTR) -> HRESULT
GetContext: unsafe extern "system" fn(This: *mut ITaskVariables, pContext: *mut BSTR) -> HRESULT