From inside of my Windows driver, I would like to know how to:
a) turn on certain built-in providers
b) consume events real-time by providing a callback function (wherein I want to do something) that is part of my driver.
c) turn off the providers.
PS: I have loosely used the word "turn on" and "turn off". In Windows ETW parlance, I think it is referred to as "enabling" a provider.
So far, I have been searching the web for info on how to do this, but haven't found anything as of yet.