#[repr(C)]pub struct ITaskSettings2 {
pub lpVtbl: *const ITaskSettings2Vtbl,
}
Fields§
§lpVtbl: *const ITaskSettings2Vtbl
Implementations§
Source§impl ITaskSettings2
impl ITaskSettings2
pub unsafe fn get_DisallowStartOnRemoteAppSession( &self, pDisallowStart: *mut VARIANT_BOOL, ) -> HRESULT
pub unsafe fn put_DisallowStartOnRemoteAppSession( &self, pDisallowStart: VARIANT_BOOL, ) -> HRESULT
pub unsafe fn get_UseUnifiedSchedulingEngine( &self, pUseUnifiedEngine: *mut VARIANT_BOOL, ) -> HRESULT
pub unsafe fn put_UseUnifiedSchedulingEngine( &self, pUseUnifiedEngine: VARIANT_BOOL, ) -> 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 ITaskSettings2
impl Deref for ITaskSettings2
Auto Trait Implementations§
impl Freeze for ITaskSettings2
impl RefUnwindSafe for ITaskSettings2
impl !Send for ITaskSettings2
impl !Sync for ITaskSettings2
impl Unpin for ITaskSettings2
impl UnwindSafe for ITaskSettings2
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