ISpThreadTask
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
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.