◄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► -♦-