This enumeration defines specific characteristics of an interface definition. These flags are bit flags, and you can combine them to set multiple options. The absence of a flag indicates that the option is not set.
enum {
INTERFACE_EXTENSIBLE = 1
INTERFACE_HIDDEN = 2
} InterfaceDefFlags;
Value | Description |
---|---|
INTERFACE_EXTENSIBLE | Specifies that the interface supports extensions |
INTERFACE_HIDDEN | Specifies that the interface is not visible to Automation queries |