OleClientSite.doVerb

Requests that the OLE Document or ActiveX Control perform an action; actions are almost always changes to the activation state.

@param verb the operation that is requested. This is one of the OLE.OLEIVERB_ values

@return an HRESULT value indicating the success of the operation request; OLE.S_OK indicates success

class OleClientSite
int
doVerb
(
int verb
)

Meta