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.
Enumerates an object's OLE verbs.
BOOL EnumOleVerbs(
LPENUMOLEVERB* ppenumOleVerb
);
Parameters
- ppenumOleVerb
A pointer to a pointer to an IEnumOLEVERB interface.
Return Value
TRUE if the object supports at least one OLE verb (in which case *ppenumOleVerb points to an IEnumOLEVERB enumerator interface), otherwise FALSE.
Remarks
This member function is basically an implementation of IOleObject::EnumVerbs.
Requirements
Header: afxwin.h