OLEVERBATTRIB enumeration (oleidl.h)
Describes the attributes of a specified verb for an object.
Syntax
typedef enum tagOLEVERBATTRIB {
OLEVERBATTRIB_NEVERDIRTIES = 1,
OLEVERBATTRIB_ONCONTAINERMENU = 2
} OLEVERBATTRIB;
Constants
OLEVERBATTRIB_NEVERDIRTIES Value: 1 Executing this verb will not cause the object to become dirty and is therefore in need of saving to persistent storage. |
OLEVERBATTRIB_ONCONTAINERMENU Value: 2 Indicates a verb that should appear in the container's menu of verbs for this object. OLEIVERB_HIDE, OLEIVERB_SHOW, and OLEIVERB_OPEN never have this value set. |
Remarks
Values are used in the enumerator (which supports the IEnumOLEVERB interface) that is created by a call to IOleObject::EnumVerbs.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | oleidl.h |