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.
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.
 
 
                                     -♦-