Hi All,
This is my first kmdf driver. can wmi feature can be used for creating a property page similar to advanced property page using coinstaller? I have read the msdn documentation, still am not clear on using wmi for property sheet through which i can set my device properties and create child device(virtual device) pdos for my bus driver.
This isn’t really tied to kmdf at all. You can expose wmi in any pnp wdfdevice, parent or child, but you need to explicitly enable it
Thx
d
Bent from my phone
From: xxxxx@gmail.commailto:xxxxx
Sent: ?9/?24/?2013 10:32 PM
To: Windows System Software Devs Interest Listmailto:xxxxx
Subject: [ntdev] kmdf bus driver wmi support
Hi All,
This is my first kmdf driver. can wmi feature can be used for creating a property page similar to advanced property page using coinstaller? I have read the msdn documentation, still am not clear on using wmi for property sheet through which i can set my device properties and create child device(virtual device) pdos for my bus driver.
—
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer</mailto:xxxxx></mailto:xxxxx>
Hi Doron,
Thanks for the reply.say I have a function driver for a PCIe device which behaves as a bus driver for the pdos it creates.Through the Property page using WMI,if a device property that is listed in INX file is changed, will the device object be deleted and device add call back will be called again with the new value? I have tested implementing WMI(using generic property page provider mention in msdn) using toaster bus driver, but i don’t see any generic property page in the properties dialog box for my device.How to expose the classes we define in .MOF file, Do we need a dll separately?
could anyone reply for the above thread?