Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
COleServerItem::OnExtraVerb
COleServerItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
  protected:
      virtual OLESTATUS OnExtraVerb( UINT <nVerb> );
 
  Parameter   Description
 
  <nVerb>     Server verb index; 1 is secondary, 2 is tertiary, and so
              forth.
 
  Remarks
 
  Called in response to a client request (COleClientItem::Activate) to
  execute a nonprimary verb. Client requests to execute a primary verb
  (index of 0) are handled by the OnShow member function.
 
  Return Value
 
  See the COleException class for a list of return values. The value
  OLE_OK indicates that the function operated correctly.
 
  See Also
 
  COleServerItem::OnShow, COleServerItem::OnDoVerb,
  COleClientItem::Activate
 
 
                                     -♦-