CEL_THREAD_MIGRATE
A version of this page is also available for
4/8/2010
This structure identifies a thread that has crossed a process boundary.
Syntax
typedef __CEL_THREAD_MIGRATE {
HANDLE hProcess;
DWORD dwReserved;
} CEL_THREAD_MIGRATE, *PCEL_THREAD_MIGRATE;
Members
- hProcess
Handle of the process into which the thread has migrated.
- dwReserved
Reserved for future use.
Requirements
Header | celog.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |