HRESULT EnumVerbs( IEnumOLEVERB** ppEnumOleVerb );
See IOleObject::EnumVerbs in the Win32 SDK.
Remarks
Supplies an enumeration of registered actions (verbs) for this control by calling OleRegEnumVerbs. You can add verbs to your project's .rgs file. For example, see CIRCCTL.RGS in the CIRC sample.
IOleObjectImpl Overview | Class Members
See Also OleRegEnumVerbs, IOleObjectImpl::EnumAdvise