CLASS_FUNCTION_SUPPORT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// classpnp.h

typedef enum {
  SupportUnknown,
  Supported,
  NotSupported
} CLASS_FUNCTION_SUPPORT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-classpnp-class_function_support)

Description

Specifies which functionality is being enabled or disabled.

Constants

SupportUnknown

Specifies that functionality is unknown.

Supported

Specifies that the functionality is supported.

NotSupported

Specifies that the functionality is not supported.

Remarks

See also