microsoft/Windows-driver-samples

Recommended way of exposing WMI enums?

forderud opened this issue · 0 comments

I see that different approaches for exposing WMI enumerations are used in this repo. The toaster project uses an apparently undocumented WmiEnum qualifier in toaster.mof. Other projects such as the iSCSI config.mof are using ValueMap and Value qualifiers.

Which of these approaches are recommended? Also, could the repo be updated to only use the recommended approach, so that it's clear to new driver developers?