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

#[repr(C)]
pub struct IRunningTaskVtbl { pub parent: IDispatchVtbl, pub get_Name: unsafe extern "system" fn(This: *mut IRunningTask, pName: *mut BSTR) -> HRESULT, pub get_InstanceGuid: unsafe extern "system" fn(This: *mut IRunningTask, pGuid: *mut BSTR) -> HRESULT, pub get_Path: unsafe extern "system" fn(This: *mut IRunningTask, pPath: *mut BSTR) -> HRESULT, pub get_State: unsafe extern "system" fn(This: *mut IRunningTask, pState: *mut TASK_STATE) -> HRESULT, pub get_CurrentAction: unsafe extern "system" fn(This: *mut IRunningTask, pName: *mut BSTR) -> HRESULT, pub Stop: unsafe extern "system" fn(This: *mut IRunningTask) -> HRESULT, pub Refresh: unsafe extern "system" fn(This: *mut IRunningTask) -> HRESULT, pub get_EnginePID: unsafe extern "system" fn(This: *mut IRunningTask, pPID: *mut DWORD) -> HRESULT, }

Fields

parent: IDispatchVtblget_Name: unsafe extern "system" fn(This: *mut IRunningTask, pName: *mut BSTR) -> HRESULTget_InstanceGuid: unsafe extern "system" fn(This: *mut IRunningTask, pGuid: *mut BSTR) -> HRESULTget_Path: unsafe extern "system" fn(This: *mut IRunningTask, pPath: *mut BSTR) -> HRESULTget_State: unsafe extern "system" fn(This: *mut IRunningTask, pState: *mut TASK_STATE) -> HRESULTget_CurrentAction: unsafe extern "system" fn(This: *mut IRunningTask, pName: *mut BSTR) -> HRESULTStop: unsafe extern "system" fn(This: *mut IRunningTask) -> HRESULTRefresh: unsafe extern "system" fn(This: *mut IRunningTask) -> HRESULTget_EnginePID: unsafe extern "system" fn(This: *mut IRunningTask, pPID: *mut DWORD) -> 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.