Question
Votality77 on Sat, 19 Oct 2019 03:09:52
Hi,
Is there a simple hello world type example for making a property sheet for a driver?.
(i.e makes a blank property sheet with hello world or something).
Votality
Replies
Brian Catlin on Sat, 19 Oct 2019 18:36:47
For what type of device? Network interface cards can set values in the registry to create a property sheet. All other devices need to provide a COM DLL. Documentation starts here. Examples are in the SDK
-Brian
Votality77 on Sun, 20 Oct 2019 01:10:15
Hi,
Thanks for your reply. Not for anything exciting… It is just for configuration of a kbfilter driver.
I managed to find an AC97 sample that had a property sheet from the previous SDK and followed that as an example..
Votality