.TMH File
.tmh is Trace message header
Features | Description |
---|---|
File Extension | .tmh |
Format | N/A |
Created by | Microsoft Corporation |
Category | Source code and script |
.tmh is Trace message header
Features | Description |
---|---|
File Extension | .tmh |
Format | N/A |
Created by | Microsoft Corporation |
Category | Source code and script |
What's on this Page
The trace message header (TMH) file is a text file that contains declarations of functions and variables used by the tracing code that WPP generates. The header file also includes macros that add trace message formatting instructions to a PDB file of a trace provider, such as a kernel-mode driver or user-mode application.
WPP generates the tmh file automatically when you compile a trace provider that includes WPP macros. The thm file has the same name as the source file, but with a .tmh file name extension. WPP saves the file in the same directory as the source file.