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

#[repr(C)]
pub struct ITaskSettings2Vtbl { pub parent: IDispatchVtbl, pub get_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: *mut VARIANT_BOOL) -> HRESULT, pub put_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: VARIANT_BOOL) -> HRESULT, pub get_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: *mut VARIANT_BOOL) -> HRESULT, pub put_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: VARIANT_BOOL) -> HRESULT, }

Fields

parent: IDispatchVtblget_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: *mut VARIANT_BOOL) -> HRESULTput_DisallowStartOnRemoteAppSession: unsafe extern "system" fn(This: *mut ITaskSettings2, pDisallowStart: VARIANT_BOOL) -> HRESULTget_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: *mut VARIANT_BOOL) -> HRESULTput_UseUnifiedSchedulingEngine: unsafe extern "system" fn(This: *mut ITaskSettings2, pUseUnifiedEngine: 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.