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.
1/6/2010
This enumeration contains values 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 and is created by a call to IOleObject::EnumVerbs.
Syntax
typedef enum tagOLEVERBATTRIB {
OLEVERBATTRIB_NEVERDIRTIES = 1,
OLEVERBATTRIB_ONCONTAINERMENU = 2
} OLEVERBATTRIB;
Elements
- OLEVERBATTRIB_NEVERDIRTIES
Executing this verb will not cause the object to become dirty and is therefore in need of saving to persistent storage.
- OLEVERBATTRIB_ONCONTAINERMENU
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.
Requirements
| Header | Oleidl.h |
| Windows Embedded CE | Windows CE 2.0 and later |
See Also
Reference
Storage Enumerations
IOleObject::EnumVerbs
OLEVERB
IEnumOLEVERB