InterfaceMemberFlags Enumeration

See Also

This enumeration is used to define specific characteristics of an interface member. The absence of the flag signifies that the option is not set.

enum {
      INTERFACEMEMBER_HIDDEN = 1
} InterfaceMemberFlags;
Value Description
INTERFACEMEMBER_HIDDEN Specifies that the interface member is not to be visible to Automation queries.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.