Hi, I tried to replicate the IFR wpp recorder feature from Windows sample driver which is Toaster functional driver ( wdffeatured) into TraceDrv sample. I copied the required code for WPP recording and enabled WPP recorder in visual studio project properties as well. After running the driver, I want to see generated log messages. How will i see ?
The log messages can be viewed using a debugger.
https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/using-wpp-recorder#how-to-view-trace-messages-in-the-debugger
Mark Roddy