Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
COleClientItem::ReportError
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  virtual BOOL ReportError( OLESTATUS status );
 
  Parameter   Description
 
  <status>    The error status code. See COleException for a complete
              list of error codes.
 
  Remarks
 
  This function can be customized in the derived class to change the
  method of informing the user of an OLE error condition.
 
  You can call ReportError from your OLE exception-handling functions.
 
 
                                     -♦-