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

#[repr(C)]
pub struct IIdleSettingsVtbl { pub parent: IDispatchVtbl, pub get_IdleDuration: unsafe extern "system" fn(This: *mut IIdleSettings, pDelay: *mut BSTR) -> HRESULT, pub put_IdleDuration: unsafe extern "system" fn(This: *mut IIdleSettings, pDelay: BSTR) -> HRESULT, pub get_WaitTimeout: unsafe extern "system" fn(This: *mut IIdleSettings, pTimeout: *mut BSTR) -> HRESULT, pub put_WaitTimeout: unsafe extern "system" fn(This: *mut IIdleSettings, pTimeout: BSTR) -> HRESULT, pub get_StopOnIdleEnd: unsafe extern "system" fn(This: *mut IIdleSettings, pStop: *mut VARIANT_BOOL) -> HRESULT, pub put_StopOnIdleEnd: unsafe extern "system" fn(This: *mut IIdleSettings, pStop: VARIANT_BOOL) -> HRESULT, pub get_RestartOnIdle: unsafe extern "system" fn(This: *mut IIdleSettings, pRestart: *mut VARIANT_BOOL) -> HRESULT, pub put_RestartOnIdle: unsafe extern "system" fn(This: *mut IIdleSettings, pRestart: VARIANT_BOOL) -> HRESULT, }

Fields

parent: IDispatchVtblget_IdleDuration: unsafe extern "system" fn(This: *mut IIdleSettings, pDelay: *mut BSTR) -> HRESULTput_IdleDuration: unsafe extern "system" fn(This: *mut IIdleSettings, pDelay: BSTR) -> HRESULTget_WaitTimeout: unsafe extern "system" fn(This: *mut IIdleSettings, pTimeout: *mut BSTR) -> HRESULTput_WaitTimeout: unsafe extern "system" fn(This: *mut IIdleSettings, pTimeout: BSTR) -> HRESULTget_StopOnIdleEnd: unsafe extern "system" fn(This: *mut IIdleSettings, pStop: *mut VARIANT_BOOL) -> HRESULTput_StopOnIdleEnd: unsafe extern "system" fn(This: *mut IIdleSettings, pStop: VARIANT_BOOL) -> HRESULTget_RestartOnIdle: unsafe extern "system" fn(This: *mut IIdleSettings, pRestart: *mut VARIANT_BOOL) -> HRESULTput_RestartOnIdle: unsafe extern "system" fn(This: *mut IIdleSettings, pRestart: 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.