Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
COleServerItem::OnDoVerb
COleServerItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
  protected:
      virtual OLESTATUS OnDoVerb( UINT <nVerb>, BOOL <bShow>,
                  BOOL <bTakeFocus> );
 
  Parameter    Description
 
  <nVerb>      Server verb index; 0 is the primary index, 1 is the
               secondary index, and so forth.
 
  <bShow>      TRUE if the server should show the item when it performs
               the operation.
 
  <bTakeFocus> TRUE if the server should set the input focus.
 
  Remarks
 
  Called in response to a COleClientItem::Activate call.
 
  This is an implementation function that calls the OnShow member function
  and, for nonprimary verbs, OnExtraVerb. Override this virtual function
  if your primary verb does not simply show the item.
 
  Return Value
 
  See the COleException class for a list of return values. The value
  OLE_OK indicates that the function operated correctly.
 
  See Also
 
  COleClientItem::Activate, COleServerItem::OnShow,
  COleServerItem::OnExtraVerb
 
 
                                     -♦-