Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
COleServerItem::OnSetBounds
COleServerItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
  protected:
      virtual OLESTATUS OnSetBounds( LPRECT <lpRect> );
 
  Parameter   Description
 
  <lpRect>    A pointer to a CRect object or RECT structure that is the
              destination for the bounds information.
 
  Remarks
 
  This virtual callback function is called in response to
  COleClientItem::SetBounds. The default updates the m_rectBounds data
  member.
 
  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::SetBounds
 
 
                                     -♦-