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

#[repr(C)]
pub struct IExecActionVtbl { pub parent: IActionVtbl, pub get_Path: unsafe extern "system" fn(This: *mut IExecAction, pPath: *mut BSTR) -> HRESULT, pub put_Path: unsafe extern "system" fn(This: *mut IExecAction, pPath: BSTR) -> HRESULT, pub get_Arguments: unsafe extern "system" fn(This: *mut IExecAction, pArgument: *mut BSTR) -> HRESULT, pub put_Arguments: unsafe extern "system" fn(This: *mut IExecAction, pArgument: BSTR) -> HRESULT, pub get_WorkingDirectory: unsafe extern "system" fn(This: *mut IExecAction, pWorkingDirectory: *mut BSTR) -> HRESULT, pub put_WorkingDirectory: unsafe extern "system" fn(This: *mut IExecAction, pWorkingDirectory: BSTR) -> HRESULT, }

Fields

parent: IActionVtblget_Path: unsafe extern "system" fn(This: *mut IExecAction, pPath: *mut BSTR) -> HRESULTput_Path: unsafe extern "system" fn(This: *mut IExecAction, pPath: BSTR) -> HRESULTget_Arguments: unsafe extern "system" fn(This: *mut IExecAction, pArgument: *mut BSTR) -> HRESULTput_Arguments: unsafe extern "system" fn(This: *mut IExecAction, pArgument: BSTR) -> HRESULTget_WorkingDirectory: unsafe extern "system" fn(This: *mut IExecAction, pWorkingDirectory: *mut BSTR) -> HRESULTput_WorkingDirectory: unsafe extern "system" fn(This: *mut IExecAction, pWorkingDirectory: 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.