[][src]Struct winapi::um::taskschd::ITaskSettings3Vtbl

#[repr(C)]
pub struct ITaskSettings3Vtbl {
    pub parent: ITaskSettingsVtbl,
    pub get_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings3, pDisallowStart: *mut VARIANT_BOOL) -> HRESULT,
    pub put_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings3, pDisallowStart: VARIANT_BOOL) -> HRESULT,
    pub get_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings3, pUseUnifiedEngine: *mut VARIANT_BOOL) -> HRESULT,
    pub put_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings3, pUseUnifiedEngine: VARIANT_BOOL) -> HRESULT,
    pub get_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULT,
    pub put_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *const IMaintenanceSettings) -> HRESULT,
    pub CreateMaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULT,
    pub get_Volatile: unsafe extern "system" fn(This: *mut ITaskSettings3, pVolatile: *mut VARIANT_BOOL) -> HRESULT,
    pub put_Volatile: unsafe extern "system" fn(This: *mut ITaskSettings3, pVolatile: VARIANT_BOOL) -> HRESULT,
}

Fields

parent: ITaskSettingsVtblget_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings3, pDisallowStart: *mut VARIANT_BOOL) -> HRESULTput_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings3, pDisallowStart: VARIANT_BOOL) -> HRESULTget_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings3, pUseUnifiedEngine: *mut VARIANT_BOOL) -> HRESULTput_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings3, pUseUnifiedEngine: VARIANT_BOOL) -> HRESULTget_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULTput_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *const IMaintenanceSettings) -> HRESULTCreateMaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULTget_Volatile: unsafe extern "system" fn(This: *mut ITaskSettings3, pVolatile: *mut VARIANT_BOOL) -> HRESULTput_Volatile: unsafe extern "system" fn(This: *mut ITaskSettings3, pVolatile: VARIANT_BOOL) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]