Debugging Tools for Windows |
The !wdfkd.wdftmffile extension sets the trace message format (.tmf) file to use when the debugger is formatting Kernel-Mode Driver Framework (KMDF) error log records for the !wdfkd.wdflogdump or !wdfkd.wdfcrashdump extensions.
!wdfkd.wdftmffile TMFpath
Windows NT 4.0 | Unavailable |
Windows 2000 and later | Wdfkd.dll |
You must use the !wdfkd.wdftmffile extension before you can use the !wdfkd.wdflogdump or !wdfkd.wdfcrashdump extensions.
The following example shows how to use the !wdfkd.wdftmffile extension from the root WDK directory, for KMDF version 1.5.
Note that the path might be different for the version of the Windows Driver Kit (WDK) that you are using. Also note that the .tmf file's name represents the version of KMDF that you are using. For example, Wdf1005.tmf is the .tmf file for KMDF version 1.5.
For more information, see Kernel-Mode Driver Framework Debugging.