Changeset 34653 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Dec 2, 2010 7:58:48 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/base/nsError.h
r1 r34653 46 46 * To add error code to your module, you need to do the following: 47 47 * 48 * 1) Add a module offset code. Add yours to the bottom of the list 48 * 1) Add a module offset code. Add yours to the bottom of the list 49 49 * right below this comment, adding 1. 50 50 * … … 103 103 * the generic base. 104 104 */ 105 #define NS_ERROR_MODULE_GENERAL 51 105 #define NS_ERROR_MODULE_GENERAL 51 106 106 107 107 /** … … 180 180 #define NS_ERROR_FAILURE ((nsresult) 0x80004005L) 181 181 182 /* Returned when an IPC fails */ 183 #define NS_ERROR_CALL_FAILED ((nsresult) 0x800706beL) 184 182 185 /* Returned when an unexpected error occurs */ 183 186 #define NS_ERROR_UNEXPECTED ((nsresult) 0x8000ffffL) … … 218 221 219 222 #define RPC_E_INVALID_PARAMETER _HRESULT_TYPEDEF_(0x80010010L) 220 223 221 224 Errors returning this mean that the xpcom proxy code could not create a proxy for 222 225 one of the in paramaters. … … 228 231 229 232 /* Returned when a proxy could not be create a proxy for one of the IN parameters 230 This is returned only when the "real" meathod has NOT been invoked. 233 This is returned only when the "real" meathod has NOT been invoked. 231 234 */ 232 235 … … 234 237 235 238 /* Returned when a proxy could not be create a proxy for one of the OUT parameters 236 This is returned only when the "real" meathod has ALREADY been invoked. 239 This is returned only when the "real" meathod has ALREADY been invoked. 237 240 */ 238 241
Note:
See TracChangeset
for help on using the changeset viewer.