WPP in usermode

Hello, folks -

I have a service that’s tied with my KMDF driver, and I’d like to use an integrated logging framework. I tried getting WPP to work with this, but I’ve had endless problems getting WPP to work with the service.

Does anyone have any idea how this is supposed to work? I’m calling WPP_INIT_TRACING in my ServiceMain, passing the same string that’s I put in the ctl file. Nothing happens when DoTraceMessage is called. It is working fine in my kernel-mode driver.

-Stephen Cleary