Hi MSFT,
I have a Metro style app which could access my customized UMDF device driver through IOControl API, now I have the requirement as below:
UMDF driver needs to notify the Metro style app. How can I implement this feature?
I have tried global event and failed to create/open it in Metro style app, any other ways to notify Metro app in UMDF driver?
Thanks!
Qiusheng Xie