VirtualBox

Ignore:
Timestamp:
Sep 16, 2020 9:01:16 PM (4 years ago)
Author:
vboxsync
Message:

Main/glue: Added GlueHandleComErrorNoCtx() for printing extended error info but no method/file/linx context. bugref:9224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/errorprint.h

    r82968 r86141  
    5151void GluePrintRCMessage(HRESULT rc);
    5252void GlueHandleComError(ComPtr<IUnknown> iface, const char *pcszContext, HRESULT rc, const char *pcszSourceFile, uint32_t uLine);
     53void GlueHandleComErrorNoCtx(ComPtr<IUnknown> iface, HRESULT rc);
    5354void GlueHandleComErrorProgress(ComPtr<IProgress> progress, const char *pcszContext, HRESULT rc,
    5455                                const char *pcszSourceFile, uint32_t uLine);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette