Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors