LogThreadDelete

This function logs the termination of a thread.

  void LogThreadDelete (
DWORD 
  dwThreadID, DWORD dwProcID );

Parameters

  • dwThreadID
    [in] Identifier of the thread.
  • dwProcID
    [in] Identifier of the process that owns dwThreadID.

Return Values

None.

Remarks

You may implement this function and assign its address to the pLogThreadDelete kernel global variable. The identifiers passed in dwThreadID and dwProcID are unique identifiers that are only used to distinguish one thread and process from another and cannot be used to query for additional information from the operating system.

Implementation of this function is optional.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Kerninst.c    

See Also

LogThreadCreate, pLogThreadDelete