ISpTaskManager (Windows Embedded CE 6.0)
1/6/2010
This interface implements a task management service provider to optimize thread use.
When to Implement
The following class IDs (CLSIDs) can be used with this interface. A complete CLSID listing for all interfaces is in the SAPI Class IDs section.
- CLSID_SpResourceManager
Methods
The following table lists methods for the ISpTaskManager interface.
Method | Description |
---|---|
Creates a task entry that will be processed on a high priority thread. |
|
Creates a thread control object. |
|
Sets the attributes for thread pool management. |
|
Adds a task to the queue for asynchronous task processing. |
|
Sets the attributes for thread pool management. |
|
Interrupts a specified task. |
|
Terminates a group of tasks that match a specific group identifier. |
Requirements
Header | sapiddk.h, sapiddk.idl |
Library | sapilib.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |