Changeset 20267 in vbox for trunk/include/VBox
- Timestamp:
- Jun 4, 2009 11:27:27 AM (16 years ago)
- Location:
- trunk/include/VBox/com
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/ErrorInfo.h
r17911 r20267 284 284 285 285 HRESULT mResultCode; 286 Guid mInterfaceID;287 Bstr mComponent;288 Bstr mText;286 Guid mInterfaceID; 287 Bstr mComponent; 288 Bstr mText; 289 289 290 290 cppx::auto_copy_ptr <ErrorInfo> mNext; -
trunk/include/VBox/com/VirtualBoxErrorInfo.h
r15051 r20267 85 85 86 86 // IVirtualBoxErrorInfo properties 87 STDMETHOD(COMGETTER(ResultCode)) ( HRESULT*aResultCode);87 STDMETHOD(COMGETTER(ResultCode)) (LONG *aResultCode); 88 88 STDMETHOD(COMGETTER(InterfaceID)) (OUT_GUID aIID); 89 89 STDMETHOD(COMGETTER(Component)) (BSTR *aComponent); … … 105 105 HRESULT init (nsIException *aInfo); 106 106 107 NS_DECL_NSIEXCEPTION 108 107 NS_DECL_NSIEXCEPTION 109 108 #endif 110 109
Note:
See TracChangeset
for help on using the changeset viewer.