Share via


pLogThreadCreate

This global variable is optional and points to LogThreadCreate, an optional OAL function used to log thread creation. pLogThreadCreate is called when the scheduler creates a thread.

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

Requirements

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

See Also

LogThreadCreate | pLogThreadDelete

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.