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

#[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

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]