Changeset 98297 in vbox for trunk/include
- Timestamp:
- Jan 25, 2023 1:59:25 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155502
- Location:
- trunk/include/VBox/com
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/NativeEventQueue.h
r98103 r98297 123 123 } 124 124 #else 125 static int dispatchMessageOnWindows(MSG const *pMsg, int rc);125 static int dispatchMessageOnWindows(MSG const *pMsg, int vrc); 126 126 #endif 127 127 -
trunk/include/VBox/com/errorprint.h
r98103 r98297 59 59 void GluePrintErrorInfo(const com::ErrorInfo &info); 60 60 void 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,61 void GluePrintRCMessage(HRESULT hrc); 62 void GlueHandleComError(ComPtr<IUnknown> iface, const char *pcszContext, HRESULT hrc, const char *pcszSourceFile, uint32_t uLine); 63 void GlueHandleComErrorNoCtx(ComPtr<IUnknown> iface, HRESULT hrc); 64 void GlueHandleComErrorProgress(ComPtr<IProgress> progress, const char *pcszContext, HRESULT hrc, 65 65 const char *pcszSourceFile, uint32_t uLine); 66 66
Note:
See TracChangeset
for help on using the changeset viewer.