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

#[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

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.