Changeset 55582 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 1, 2015 6:26:59 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99955
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r55401 r55582 758 758 Utf8Str aText, 759 759 bool aWarning, 760 bool aLogIt); 760 bool aLogIt, 761 LONG aResultDetail = 0); 761 762 static void clearError(void); 762 763 … … 764 765 HRESULT setError(HRESULT aResultCode, const char *pcsz, ...); 765 766 HRESULT setError(const ErrorInfo &ei); 767 HRESULT setErrorVrc(int vrc); 768 HRESULT setErrorVrc(int vrc, const char *pcszMsgFmt, ...); 769 HRESULT setErrorBoth(HRESULT hrc, int vrc); 770 HRESULT setErrorBoth(HRESULT hrc, int vrc, const char *pcszMsgFmt, ...); 766 771 HRESULT setWarning(HRESULT aResultCode, const char *pcsz, ...); 767 772 HRESULT setErrorNoLog(HRESULT aResultCode, const char *pcsz, ...);
Note:
See TracChangeset
for help on using the changeset viewer.