Visual Studio 2010 - Visual C++
COleControlSite::DoVerb
Executes the specified verb.
virtual HRESULT DoVerb( LONG nVerb, LPMSG lpMsg = NULL );
Parameters
Return Value
A standard HRESULT value.
Remarks
This function directly calls through the control's IOleObject interface to execute the specified verb. If an exception is thrown as a result of this function call, an HRESULT error code is returned.
For more information, see IOleObject::DoVerb in the Windows SDK.
Requirements
Header: afxocc.h
See Also