VirtualBox

Changeset 98297 in vbox for trunk/include


Ignore:
Timestamp:
Jan 25, 2023 1:59:25 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155502
Message:

Main: rc -> hrc/vrc for all but testcases. Enabled scm rc checks accordingly. bugref:10223

Location:
trunk/include/VBox/com
Files:
2 edited

Legend:

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

    r98103 r98297  
    123123    }
    124124#else
    125     static int dispatchMessageOnWindows(MSG const *pMsg, int rc);
     125    static int dispatchMessageOnWindows(MSG const *pMsg, int vrc);
    126126#endif
    127127
  • trunk/include/VBox/com/errorprint.h

    r98103 r98297  
    5959void GluePrintErrorInfo(const com::ErrorInfo &info);
    6060void GluePrintErrorContext(const char *pcszContext, const char *pcszSourceFile, uint32_t uLine, bool fWarning = false);
    61 void GluePrintRCMessage(HRESULT rc);
    62 void GlueHandleComError(ComPtr<IUnknown> iface, const char *pcszContext, HRESULT rc, const char *pcszSourceFile, uint32_t uLine);
    63 void GlueHandleComErrorNoCtx(ComPtr<IUnknown> iface, HRESULT rc);
    64 void GlueHandleComErrorProgress(ComPtr<IProgress> progress, const char *pcszContext, HRESULT rc,
     61void GluePrintRCMessage(HRESULT hrc);
     62void GlueHandleComError(ComPtr<IUnknown> iface, const char *pcszContext, HRESULT hrc, const char *pcszSourceFile, uint32_t uLine);
     63void GlueHandleComErrorNoCtx(ComPtr<IUnknown> iface, HRESULT hrc);
     64void GlueHandleComErrorProgress(ComPtr<IProgress> progress, const char *pcszContext, HRESULT hrc,
    6565                                const char *pcszSourceFile, uint32_t uLine);
    6666
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