#[repr(C)]pub struct ITriggerCollection {
pub lpVtbl: *const ITriggerCollectionVtbl,
}
Fields§
§lpVtbl: *const ITriggerCollectionVtbl
Implementations§
Source§impl ITriggerCollection
impl ITriggerCollection
pub unsafe fn get_Count(&self, pCount: *mut c_long) -> HRESULT
pub unsafe fn get_Item( &self, index: c_long, ppTrigger: *mut *mut ITrigger, ) -> HRESULT
pub unsafe fn get__NewEnum(&self, ppEnum: *mut LPUNKNOWN) -> HRESULT
pub unsafe fn Create( &self, Type: TASK_TRIGGER_TYPE2, ppTrigger: *mut *mut ITrigger, ) -> HRESULT
pub unsafe fn Remove(&self, index: VARIANT) -> HRESULT
pub unsafe fn Clear(&self) -> 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 ITriggerCollection
impl Deref for ITriggerCollection
Auto Trait Implementations§
impl Freeze for ITriggerCollection
impl RefUnwindSafe for ITriggerCollection
impl !Send for ITriggerCollection
impl !Sync for ITriggerCollection
impl Unpin for ITriggerCollection
impl UnwindSafe for ITriggerCollection
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