|
ReactOS 0.4.16-dev-2320-ge1853c6
|


Go to the source code of this file.
Enumerations | |
| enum | RO_ERROR_REPORTING_FLAGS { RO_ERROR_REPORTING_NONE = 0x0 , RO_ERROR_REPORTING_SUPPRESSEXCEPTIONS = 0x1 , RO_ERROR_REPORTING_FORCEEXCEPTIONS = 0x2 , RO_ERROR_REPORTING_USESETERRORINFO = 0x4 , RO_ERROR_REPORTING_SUPPRESSSETERRORINFO = 0x8 } |
Functions | |
| HRESULT WINAPI | GetRestrictedErrorInfo (IRestrictedErrorInfo **info) |
| BOOL WINAPI | RoOriginateError (HRESULT error, HSTRING message) |
| BOOL WINAPI | RoOriginateLanguageException (HRESULT error, HSTRING message, IUnknown *language_exception) |
| HRESULT WINAPI | RoSetErrorReportingFlags (UINT32 flags) |
| Enumerator | |
|---|---|
| RO_ERROR_REPORTING_NONE | |
| RO_ERROR_REPORTING_SUPPRESSEXCEPTIONS | |
| RO_ERROR_REPORTING_FORCEEXCEPTIONS | |
| RO_ERROR_REPORTING_USESETERRORINFO | |
| RO_ERROR_REPORTING_SUPPRESSSETERRORINFO | |
Definition at line 26 of file roerrorapi.h.
| HRESULT WINAPI GetRestrictedErrorInfo | ( | IRestrictedErrorInfo ** | info | ) |