// classpnp.h
typedef enum {
SupportUnknown,
Supported,
NotSupported
} CLASS_FUNCTION_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies which functionality is being enabled or disabled.
SupportUnknownSpecifies that functionality is unknown.
SupportedSpecifies that the functionality is supported.
NotSupportedSpecifies that the functionality is not supported.