Share via


pLogThreadSwitch

This global variable is optional and points to LogThreadSwitch, an optional OAL function used to log thread switches. pLogThreadSwitch is called when the scheduler switches threads.

void (*pLogThreadSwitch)(
  DWORD ThreadID, 
  DWORD ProcessID
);

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Developer defined.

See Also

LogThreadSwitch

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.