Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
AfxThrowOleException
                                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  void AfxThrowOleException ( OLESTATUS status );
 
  Parameter   Description
 
  <status>    An OLESTATUS parameter that indicates the error code. See
              the ole.h include file for more information.
 
  Remarks
 
  Throws an OLE exception. This is a helper function used in the
  implementation of the Microsoft Foundation Classes.
 
  Call this function if OLE operations fail. You will usually not have to
  call this function except as a programming aid in your own code.
 
                                     -♦-