This is a mirror of official site: http://jasper-net.blogspot.com/

A lot of HRESULT codes...

| Tuesday, February 26, 2013
Just found a huge list of HR codes... BTW, let me explain the type of information I publish here. It's not exactly a blog, it's rather a  public notebook, where I put the stuff I want to be at hand, and if somebody else will find it useful, so better! And yes, I know, there is error lookup in Visual Studio, but when you investigate a test machine or a customer computer, you don't have Visual Studio at hand, but you usually have Internet...

NameHexDecimal
E_UNEXPECTED0x8000FFFF-2147418113
E_NOTIMPL0x80004001-2147467263
E_OUTOFMEMORY 0x8007000E-2147024882
E_INVALIDARG0x80070057-2147024809
E_NOINTERFACE0x80004002-2147467262
E_POINTER0x80004003 -2147467261
E_HANDLE0x80070006-2147024890
E_ABORT0x80004004-2147467260
E_FAIL0x80004005-2147467259
E_ACCESSDENIED0x80070005-2147024891
E_PENDING0x8000000A-2147483638
CO_E_INIT_TLS0x80004006-2147467258
CO_E_INIT_SHARED_ALLOCATOR 0x80004007-2147467257
CO_E_INIT_MEMORY_ALLOCATOR0x80004008-2147467256
CO_E_INIT_CLASS_CACHE0x80004009-2147467255
CO_E_INIT_RPC_CHANNEL 0x8000400A-2147467254
CO_E_INIT_TLS_SET_CHANNEL_CONTROL0x8000400B-2147467253
CO_E_INIT_TLS_CHANNEL_CONTROL0x8000400C-2147467252
CO_E_INIT_UNACCEPTED_USER_ALLOCATOR0x8000400D-2147467251
CO_E_INIT_SCM_MUTEX_EXISTS0x8000400E-2147467250
CO_E_INIT_SCM_FILE_MAPPING_EXISTS 0x8000400F-2147467249
CO_E_INIT_SCM_MAP_VIEW_OF_FILE0x80004010-2147467248
CO_E_INIT_SCM_EXEC_FAILURE0x80004011-2147467247
CO_E_INIT_ONLY_SINGLE_THREADED 0x80004012-2147467246
CO_E_CANT_REMOTE0x80004013-2147467245
CO_E_BAD_SERVER_NAME0x80004014-2147467244
CO_E_WRONG_SERVER_IDENTITY 0x80004015-2147467243
CO_E_OLE1DDE_DISABLED0x80004016-2147467242
CO_E_RUNAS_SYNTAX0x80004017-2147467241
CO_E_CREATEPROCESS_FAILURE 0x80004018-2147467240
CO_E_RUNAS_CREATEPROCESS_FAILURE0x80004019-2147467239
CO_E_RUNAS_LOGON_FAILURE0x8000401A-2147467238
CO_E_LAUNCH_PERMSSION_DENIED0x8000401B-2147467237
CO_E_START_SERVICE_FAILURE0x8000401C-2147467236
CO_E_REMOTE_COMMUNICATION_FAILURE0x8000401D -2147467235
CO_E_SERVER_START_TIMEOUT0x8000401E-2147467234
CO_E_CLSREG_INCONSISTENT0x8000401F-2147467233
CO_E_IIDREG_INCONSISTENT 0x80004020-2147467232
CO_E_NOT_SUPPORTED0x80004021-2147467231
CO_E_RELOAD_DLL0x80004022-2147467230
CO_E_MSI_ERROR 0x80004023-2147467229
CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT0x80004024-2147467228
CO_E_SERVER_PAUSED0x80004025-2147467227
CO_E_SERVER_NOT_PAUSED0x80004026-2147467226
CO_E_CLASS_DISABLED0x80004027-2147467225
CO_E_CLRNOTAVAILABLE0x80004028-2147467224
CO_E_ASYNC_WORK_REJECTED0x80004029-2147467223
CO_E_SERVER_INIT_TIMEOUT0x8000402A-2147467222
CO_E_NO_SECCTX_IN_ACTIVATE0x8000402B -2147467221
CO_E_TRACKER_CONFIG0x80004030-2147467216
CO_E_THREADPOOL_CONFIG0x80004031-2147467215
CO_E_SXS_CONFIG0x80004032 -2147467214
CO_E_MALFORMED_SPN0x80004033-2147467213
S_OK0x000000000
S_FALSE0x000000011
(more....)

QR: Inline image 1

Posted via email from Jasper-net

0 comments: