Share via


CEL_THREAD_MIGRATE (Windows CE 5.0)

Send Feedback

This structure identifies a thread that has crossed a process boundary.

typedef __CEL_THREAD_MIGRATE {HANDLEhProcess;DWORDdwReserved;} CEL_THREAD_MIGRATE, *PCEL_THREAD_MIGRATE;

Members

  • hProcess
    Handle of the process into which the thread has migrated.
  • dwReserved
    Reserved for future use.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Celog.h.

See Also

CeLogData

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.