Hi,
I have defined a few custom property sets for my device driver.
From my current desktop app, I can use IKsPropertySet or IOCTL_KS_PROPERTY to send custom commands to my device driver using these custom property sets.
My questions are:
1. Can I achieve this from metro app without any changes to my device driver package (including INF file) and how?
2. If not, what should I do?
Thanks.