ISpThreadTask (Windows CE 5.0)

Send Feedback

This interface supports initializing and processing of an allocated thread, and is used to simplify thread-based operations. This is a virtual C++ interface, not a COM interface. For more information, see ISpThreadControl, which contains methods to start and stop an allocated thread.

Methods

The following table lists the methods of the ISpThreadTask interface.

Method Description
InitThread Initializes the allocated thread.
ThreadProc Implements the processing of the thread.
WindowMessage Implements the processing of window messages.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapiddk.h, Sapiddk.idl.
Link Library: Sapilib.lib.

See Also

SAPI Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.