i'm trying to figure out how i can programatically determine if a
network adapter is hidden. i've tried finding a wmi property and using
SPDRP_CHARACTERISTICS with no luck. any other suggestions?

thanks

RE: finding hidden devices by pavel_a

pavel_a
Wed Nov 15 18:23:01 CST 2006

"sb" wrote:
> i'm trying to figure out how i can programatically determine if a
> network adapter is hidden. i've tried finding a wmi property and using
> SPDRP_CHARACTERISTICS with no luck. any other suggestions?

A lot of properties are not implemented in WMI.
Instead, try the plain SetupDi.

--PA