#[repr(C)]pub struct IActionCollection {
pub lpVtbl: *const IActionCollectionVtbl,
}
Fields§
§lpVtbl: *const IActionCollectionVtbl
Implementations§
Source§impl IActionCollection
impl IActionCollection
pub unsafe fn get_Count(&self, pCount: *mut c_long) -> HRESULT
pub unsafe fn get_Item( &self, index: c_long, ppAction: *mut *mut IAction, ) -> HRESULT
pub unsafe fn get__NewEnum(&self, ppEnum: *mut LPUNKNOWN) -> HRESULT
pub unsafe fn get_XmlText(&self, pText: *mut BSTR) -> HRESULT
pub unsafe fn put_XmlText(&self, pText: BSTR) -> HRESULT
pub unsafe fn Create( &self, Type: TASK_ACTION_TYPE, ppAction: *mut *mut IAction, ) -> HRESULT
pub unsafe fn Remove(&self, index: VARIANT) -> HRESULT
pub unsafe fn Clear(&self) -> HRESULT
pub unsafe fn get_Context(&self, pContext: *mut BSTR) -> HRESULT
pub unsafe fn put_Context(&self, pContext: 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 IActionCollection
impl Deref for IActionCollection
Auto Trait Implementations§
impl Freeze for IActionCollection
impl RefUnwindSafe for IActionCollection
impl !Send for IActionCollection
impl !Sync for IActionCollection
impl Unpin for IActionCollection
impl UnwindSafe for IActionCollection
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