Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.44 KB

nf-taskschd-itaskfolder-gettask.md

File metadata and controls

74 lines (60 loc) · 2.44 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:taskschd.ITaskFolder.GetTask
ITaskFolder::GetTask (taskschd.h)
Gets a task at a specified location in a folder.
GetTask
GetTask method [Task Scheduler]
GetTask method [Task Scheduler]
ITaskFolder interface
ITaskFolder interface [Task Scheduler]
GetTask method
ITaskFolder.GetTask
ITaskFolder::GetTask
taskschd.itaskfolder_gettask
taskschd/ITaskFolder::GetTask
taskschd\itaskfolder_gettask.htm
taskschd
01c32103-d65a-49ed-b12e-af2e865456e1
12/05/2018
GetTask, GetTask method [Task Scheduler], GetTask method [Task Scheduler],ITaskFolder interface, ITaskFolder interface [Task Scheduler],GetTask method, ITaskFolder.GetTask, ITaskFolder::GetTask, taskschd.itaskfolder_gettask, taskschd/ITaskFolder::GetTask
taskschd.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Taskschd.lib
Taskschd.dll
Windows
19H1
ITaskFolder::GetTask
taskschd/ITaskFolder::GetTask
c++
APIRef
kbSyntax
COM
taskschd.dll
ITaskFolder.GetTask

ITaskFolder::GetTask

-description

Gets a task at a specified location in a folder.

-parameters

-param path [in]

The path (location) to the task in a folder. The root task folder is specified with a backslash (\). An example of a task folder path, under the root task folder, is \MyTaskFolder. The '.' character cannot be used to specify the current task folder and the '..' characters cannot be used to specify the parent task folder in the path.

-param ppTask [out]

The task at the specified location.

Pass in a reference to a NULL IRegisteredTask interface pointer. Referencing a non-NULL pointer can cause a memory leak because the pointer will be overwritten.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

ITaskFolder