The OLEVERBATTRIB enumeration constants are used in the OLEVERB structure to describe the attributes of a specified verb for an object. Values are used in the enumerator (which supports the IEnumOLEVERB interface) that is created by a call to IOleObject::EnumVerbs.
typedef enum tagOLEVERBATTRIB 
{ 
    OLEVERBATTRIB_NEVERDIRTIES       = 1, 
    OLEVERBATTRIB_ONCONTAINERMENU    = 2 
} OLEVERBATTRIB; 
 
Elements
See Also