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::GetLastStatus
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  OLESTATUS GetLastStatus() const;
 
  Remarks
 
  Returns the status of the last OLE operation. For member functions that
  return a FALSE BOOL value, GetLastStatus returns more detailed failure
  information.
 
  Be aware that most OLE member functions can throw an exception for more
  serious errors.
 
  Return Value
 
  An error code from the list shown in class COleException.
 
 
                                     -♦-