ISpThreadControl::ExitThreadEvent (Windows Embedded CE 6.0)
1/6/2010
This method returns the event handle passed to ISpThreadTask::ThreadProc. This handle should never be set manually. To force a thread to exit, the implementation should use ISpThreadControl::WaitForThreadDone.
Syntax
HANDLE ExitThreadEvent(void);
Parameters
None.
Return Value
Win32 event handle.
Requirements
Header | sapiddk.h, sapiddk.idl |
Library | sapilib.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |