#[repr(C)]pub struct IExecAction2 {
pub lpVtbl: *const IExecAction2Vtbl,
}
Fields§
§lpVtbl: *const IExecAction2Vtbl
Implementations§
Source§impl IExecAction2
impl IExecAction2
pub unsafe fn get_HideAppWindow( &self, pHideAppWindow: *mut VARIANT_BOOL, ) -> HRESULT
pub unsafe fn put_HideAppWindow(&self, pHideAppWindow: VARIANT_BOOL) -> HRESULT
Methods from Deref<Target = 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 IExecAction2
impl Deref for IExecAction2
Source§type Target = IExecAction
type Target = IExecAction
The resulting type after dereferencing.
Source§fn deref(&self) -> &IExecAction
fn deref(&self) -> &IExecAction
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IExecAction2
impl RefUnwindSafe for IExecAction2
impl !Send for IExecAction2
impl !Sync for IExecAction2
impl Unpin for IExecAction2
impl UnwindSafe for IExecAction2
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