Changeset 8685 in vbox
- Timestamp:
- May 7, 2008 9:38:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/errmsgxpcom.cpp
r8681 r8685 53 53 { "NS_ERROR_FAILURE", "Operation failed", UINT32_C(0x80004005) }, 54 54 { "NS_ERROR_UNEXPECTED", "Unexpected error", UINT32_C(0x8000ffff) }, 55 { "E_ACCESSDENIED", "Access denied", UINT32_C(0x80070005) }, /* VirtualBox addition */ 55 56 { "NS_ERROR_OUT_OF_MEMORY", "Memory allocation failed", UINT32_C(0x8007000e) }, 56 57 { "NS_ERROR_INVALID_ARG", "Invalid argument value", UINT32_C(0x80070057) }, 57 { "NS_ERROR_NO_AGGREGATION", "Class does not allow aggregation", UINT32_C(0x80040110) },58 { "NS_ERROR_NOT_AVAILABLE", "Resource not available", UINT32_C(0x80040111) },59 58 { "NS_ERROR_NOT_INITIALIZED", "Instance not initialized", UINT32_C(0xc1f30001) }, 60 59 { "NS_ERROR_ALREADY_INITIALIZED", "Instance already initialized", UINT32_C(0xc1f30002) }, 61 60 61 { "NS_ERROR_NO_AGGREGATION", "Class does not allow aggregation", UINT32_C(0x80040110) }, 62 { "NS_ERROR_NOT_AVAILABLE", "Resource not available", UINT32_C(0x80040111) }, 62 63 { "NS_ERROR_FACTORY_NOT_REGISTERED", "Class not registered", UINT32_C(0x80040154) }, 63 64 { "NS_ERROR_FACTORY_REGISTER_AGAIN", "Cannot be registered, try again later", UINT32_C(0x80040155) }, 64 65 { "NS_ERROR_FACTORY_NOT_LOADED", "Dynamically loaded factory cannot be found", UINT32_C(0x800401f8) }, 66 65 67 { "NS_ERROR_FACTORY_EXISTS", "Factory already exists", UINT32_C(0xc1f30100) }, 66 68 { "NS_ERROR_FACTORY_NO_SIGNATURE_SUPPORT", "Factory does not support signatures", UINT32_C(0xc1f30101) },
Note:
See TracChangeset
for help on using the changeset viewer.