#[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,
}
get_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULT
put_MaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *const IMaintenanceSettings) -> HRESULT
CreateMaintenanceSettings: unsafe extern "system" fn(This: *mut ITaskSettings3, ppMaintenanceSettings: *mut *mut IMaintenanceSettings) -> HRESULT
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.