#[repr(C)]pub struct IExecAction {
pub lpVtbl: *const IExecActionVtbl,
}
Fields§
§lpVtbl: *const IExecActionVtbl
Implementations§
Source§impl IExecAction
impl IExecAction
pub unsafe fn get_Path(&self, pPath: *mut BSTR) -> HRESULT
pub unsafe fn put_Path(&self, pPath: BSTR) -> HRESULT
pub unsafe fn get_Arguments(&self, pArgument: *mut BSTR) -> HRESULT
pub unsafe fn put_Arguments(&self, pArgument: BSTR) -> HRESULT
pub unsafe fn get_WorkingDirectory( &self, pWorkingDirectory: *mut BSTR, ) -> HRESULT
pub unsafe fn put_WorkingDirectory(&self, pWorkingDirectory: BSTR) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IExecAction
impl Deref for IExecAction
Auto Trait Implementations§
impl Freeze for IExecAction
impl RefUnwindSafe for IExecAction
impl !Send for IExecAction
impl !Sync for IExecAction
impl Unpin for IExecAction
impl UnwindSafe for IExecAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more