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

#[repr(C)]
pub struct ITaskHandlerVtbl { pub parent: IUnknownVtbl, pub Start: unsafe extern "system" fn(This: *mut ITaskHandler, pHandlerServices: LPUNKNOWN, Data: BSTR) -> HRESULT, pub Stop: unsafe extern "system" fn(This: *mut ITaskHandler, pRetCode: *mut HRESULT) -> HRESULT, pub Pause: unsafe extern "system" fn(This: *mut ITaskHandler) -> HRESULT, pub Resume: unsafe extern "system" fn(This: *mut ITaskHandler) -> HRESULT, }

Fields

parent: IUnknownVtblStart: unsafe extern "system" fn(This: *mut ITaskHandler, pHandlerServices: LPUNKNOWN, Data: BSTR) -> HRESULTStop: unsafe extern "system" fn(This: *mut ITaskHandler, pRetCode: *mut HRESULT) -> HRESULTPause: unsafe extern "system" fn(This: *mut ITaskHandler) -> HRESULTResume: unsafe extern "system" fn(This: *mut ITaskHandler) -> 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.