Share via


CeLogThreadMigrate

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.