Changeset 86141 in vbox for trunk/include/VBox/com/errorprint.h
- Timestamp:
- Sep 16, 2020 9:01:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/errorprint.h
r82968 r86141 51 51 void GluePrintRCMessage(HRESULT rc); 52 52 void GlueHandleComError(ComPtr<IUnknown> iface, const char *pcszContext, HRESULT rc, const char *pcszSourceFile, uint32_t uLine); 53 void GlueHandleComErrorNoCtx(ComPtr<IUnknown> iface, HRESULT rc); 53 54 void GlueHandleComErrorProgress(ComPtr<IProgress> progress, const char *pcszContext, HRESULT rc, 54 55 const char *pcszSourceFile, uint32_t uLine);
Note:
See TracChangeset
for help on using the changeset viewer.