Searched refs:MY_ERR (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/err/
H A Derrmsgxpcom.cpp46 #define MY_ERR(_def, _desc, _val) { _desc, _def, _val } macro
48 MY_ERR("NS_OK", "Success", UINT32_C(0x00000000)),
49 MY_ERR("NS_ERROR_NOT_IMPLEMENTED", "Not implemented", UINT32_C(0x80004001)),
50 MY_ERR("NS_ERROR_NO_INTERFACE", "Interface not supported", UINT32_C(0x80004002)),
51 MY_ERR("NS_ERROR_INVALID_POINTER", "Invalid pointer value", UINT32_C(0x80004003)),
52 MY_ERR("NS_ERROR_ABORT", "Operation aborted", UINT32_C(0x80004004)),
53 MY_ERR("NS_ERROR_FAILURE", "Operation failed", UINT32_C(0x80004005)),
54 MY_ERR("NS_ERROR_CALL_FAILED", "Call to remote object failed", UINT32_C(0x800706be)),
55 MY_ERR("NS_ERROR_UNEXPECTED", "Unexpected error", UINT32_C(0x8000ffff)),
57 MY_ERR("NS_ERROR_CANNOT_CONVERT_DAT
113 #undef MY_ERR macro
[all...]

Completed in 48 milliseconds