IProvideTaskPage interface (mstask.h)

[[This API may be altered or unavailable in subsequent versions of the operating system or product. Please use the Task Scheduler 2.0 Interfaces instead.] ]

Provides the methods to access the property sheet settings of a task.

Inheritance

The IProvideTaskPage interface inherits from the IUnknown interface. IProvideTaskPage also has these types of members:

Methods

The IProvideTaskPage interface has these methods.

 
IProvideTaskPage::GetPage

This method retrieves one or more property sheet pages associated with a task object.

Remarks

This is the primary interface of the task object. To create a task object, call ITaskScheduler::Activate for existing tasks or ITaskScheduler::NewWorkItem for new tasks.

Examples

For more information and example code for this interface, see C/C++ Code Example: Retrieving a Task Page.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header mstask.h
Redistributable Internet Explorer 4.0 or later on Windows NT 4.0 and Windows 95

See also

ITaskScheduler::Activate

ITaskScheduler::NewWorkItem