Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
SCODEGetLastStatus()const;
Return Value
An SCODE value.
Remarks
Returns the status code of the last OLE operation. For member functions that return a BOOL value of FALSE, or other member functions that return NULL, GetLastStatus returns more detailed failure information. Be aware that most OLE member functions throw exceptions for more serious errors. The specific information on the interpretation of the SCODE depends on the underlying OLE call that last returned an SCODE value.
For more information on SCODE, see in the Platform SDK documentation.