Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies which functionality is being enabled or disabled.
Syntax
typedef enum {
SupportUnknown,
Supported,
NotSupported
} CLASS_FUNCTION_SUPPORT;
Constants
SupportUnknown Specifies that functionality is unknown. |
Supported Specifies that the functionality is supported. |
NotSupported Specifies that the functionality is not supported. |
Requirements
Requirement | Value |
---|---|
Header | classpnp.h |