Share via


pLogThreadDelete

This global variable is optional and points to LogThreadDelete, an optional OAL function used to log thread deletion. pLogThreadDelete is called when the scheduler deletes a thread.

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

Requirements

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

See Also

pLogThreadCreate | LogThreadDelete

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.