Skip to content

Latest commit

 

History

History
95 lines (80 loc) · 2.22 KB

nf-shobjidl_core-irunnabletask-run.md

File metadata and controls

95 lines (80 loc) · 2.22 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IRunnableTask.Run
IRunnableTask::Run (shobjidl_core.h)
Requests that a task begin.
IRunnableTask interface [Windows Shell]
Run method
IRunnableTask.Run
IRunnableTask::Run
Run
Run method [Windows Shell]
Run method [Windows Shell]
IRunnableTask interface
_win32_IRunnableTask_Run
shell.IRunnableTask_Run
shobjidl_core/IRunnableTask::Run
shell\IRunnableTask_Run.htm
shell
b929543c-d5b3-4d48-b13f-bbef568287a5
12/05/2018
IRunnableTask interface [Windows Shell],Run method, IRunnableTask.Run, IRunnableTask::Run, Run, Run method [Windows Shell], Run method [Windows Shell],IRunnableTask interface, _win32_IRunnableTask_Run, shell.IRunnableTask_Run, shobjidl_core/IRunnableTask::Run
shobjidl_core.h
Shobjidl.h
Windows
Windows 2000 Professional, Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shobjidl.idl
Shell32.dll (version 5.0 or later)
Windows
19H1
IRunnableTask::Run
shobjidl_core/IRunnableTask::Run
c++
APIRef
kbSyntax
COM
Shell32.dll
IRunnableTask.Run

IRunnableTask::Run

-description

Requests that a task begin.

-returns

Type: HRESULT

Returns one of the following two codes.

Return code Description
S_OK
Execution is complete.
E_PENDING
Execution is suspended.

-remarks

The return value of this method only tells you whether the execution of the task completed or is suspended. Any other errors that the implementer needs to communicate to the caller must be provided through other channels, such as a callback function.