This topic has not yet been rated - Rate this topic

CeLogThreadMigrate

Windows CE .NET

This function is called by the kernel when a thread migrates between processes.

void CeLogThreadMigrate(
  HANDLE hProcess, 
  DWORD dwReserved 
);

Parameters

hProcess
[in] Indicates the process into which the thread is migrating. The process that the thread is migrating from may be inferred by observing the last time that the thread migrated or by observing the thread's owner process.
dwReserved
Reserved for future use.

Return Values

None.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
Link Library: Coredll.lib.

See Also

Event Tracking | nk Module


Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.