MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / DoVerb

Method DoVerb

include/com/IOleObjectImpl.h:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 STDMETHODIMP DoVerb(LONG iVerb, LPMSG lpmsg, IOleClientSite *pActiveSite, LONG lindex, HWND hwndParent, LPCRECT lprcPosRect) {
69 switch (iVerb) {
70 case OLEIVERB_INPLACEACTIVATE:
71 case OLEIVERB_UIACTIVATE:
72 case OLEIVERB_SHOW:
73 return S_OK;
74
75 default:
76 return OLEOBJ_S_INVALIDVERB;
77 }
78 }
79
80 STDMETHODIMP EnumVerbs(IEnumOLEVERB **ppEnumOleVerb) {
81 if (ppEnumOleVerb == NULL) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected