Changeset 14556 in vbox for trunk/include/VBox/com
- Timestamp:
- Nov 25, 2008 9:19:13 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/SupportErrorInfo.h
r13856 r14556 65 65 * This way, error/warning objects are stacked together and form a chain of 66 66 * errors where the most recent error is the first one retrieved by the 67 * calling party, the prece eding error is what the67 * calling party, the preceding error is what the 68 68 * IVirtualBoxErrorInfo::next attribute of the first error points to, and so 69 * on, up to the first error or warning occured which is the last in the69 * on, up to the first error or warning occurred which is the last in the 70 70 * chain. See IVirtualBoxErrorInfo documentation for more info. 71 71 * … … 284 284 * 285 285 * @param aResultCode Result (error) code, must not be S_OK. 286 * @param aIID IID of the int rface that defines the error.286 * @param aIID IID of the interface that defines the error. 287 287 * @param aComponent Name of the component that sets the error (UTF8). 288 288 * @param aText Error message in UTF8 (must not be NULL). 289 289 * 290 * @return @a aResultC ide argument, for convenience. If an error occurs290 * @return @a aResultCode argument, for convenience. If an error occurs 291 291 * while setting error info itself, that error is returned instead 292 292 * of the @a aResultCode argument. … … 301 301 /** 302 302 * Same as #setError() except that it makes sure that aResultCode doesn't 303 * have the error sever ty bit (31) set when passed down to the created303 * have the error severity bit (31) set when passed down to the created 304 304 * IVirtualBoxErrorInfo object. 305 305 *
Note:
See TracChangeset
for help on using the changeset viewer.