ReactOS 0.4.16-dev-2354-g16de117
corerror.h File Reference
#include <winerror.h>
Include dependency graph for corerror.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FACILITY_URT   0x13
 
#define SMAKEHR(val)   MAKE_HRESULT(SEVERITY_SUCCESS, FACILITY_URT, val)
 
#define EMAKEHR(val)   MAKE_HRESULT(SEVERITY_ERROR, FACILITY_URT, val)
 
#define COR_E_ARGUMENT   E_INVALIDARG
 
#define COR_E_INVALIDCAST   E_NOINTERFACE
 
#define COR_E_NULLREFERENCE   E_POINTER
 
#define COR_E_OUTOFMEMORY   E_OUTOFMEMORY
 
#define COR_E_UNAUTHORIZEDACCESS   E_ACCESSDENIED
 
#define COR_E_ARITHMETIC   HRESULT_FROM_WIN32(ERROR_ARITHMETIC_OVERFLOW)
 
#define COR_E_STACKOVERFLOW   HRESULT_FROM_WIN32(ERROR_STACK_OVERFLOW)
 
#define COR_E_ENDOFSTREAM   HRESULT_FROM_WIN32(ERROR_HANDLE_EOF)
 
#define COR_E_FILENOTFOUND   HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
 
#define COR_E_BAD_PATHNAME   HRESULT_FROM_WIN32(ERROR_BAD_PATHNAME)
 
#define COR_E_DIRECTORYNOTFOUND   HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND)
 
#define COR_E_PATHTOOLONG   HRESULT_FROM_WIN32(ERROR_FILENAME_EXCED_RANGE)
 
#define COR_E_AMBIGUOUSMATCH   _HRESULT_TYPEDEF_(0x8000211D)
 
#define COR_E_TARGETPARAMCOUNT   _HRESULT_TYPEDEF_(0x8002000E)
 
#define COR_E_DIVIDEBYZERO   _HRESULT_TYPEDEF_(0x80020012)
 
#define COR_E_BADIMAGEFORMAT   _HRESULT_TYPEDEF_(0x8007000B)
 
#define COR_E_ASSEMBLYEXPECTED   EMAKEHR(0x1018)
 
#define COR_E_TYPEUNLOADED   EMAKEHR(0x1013)
 
#define COR_E_APPDOMAINUNLOADED   EMAKEHR(0x1014)
 
#define COR_E_CANNOTUNLOADAPPDOMAIN   EMAKEHR(0x1015)
 
#define COR_E_FIXUPSINEXE   EMAKEHR(0x1019)
 
#define COR_E_NO_LOADLIBRARY_ALLOWED   EMAKEHR(0x101a)
 
#define COR_E_NEWER_RUNTIME   EMAKEHR(0x101b)
 
#define COR_E_CANNOT_SET_POLICY   EMAKEHR(0x101c)
 
#define COR_E_CANNOT_SPECIFY_EVIDENCE   EMAKEHR(0x101d)
 
#define COR_E_MULTIMODULEASSEMBLIESDIALLOWED   EMAKEHR(0x101e)
 
#define COR_E_MODULE_HASH_CHECK_FAILED   EMAKEHR(0x1039)
 
#define COR_E_ASSEMBLY_NOT_EXPECTED   EMAKEHR(0x1057)
 
#define COR_E_EXCEPTION   EMAKEHR(0x1500)
 
#define COR_E_SYSTEM   EMAKEHR(0x1501)
 
#define COR_E_ARGUMENTOUTOFRANGE   EMAKEHR(0x1502)
 
#define COR_E_ARRAYTYPEMISMATCH   EMAKEHR(0x1503)
 
#define COR_E_CONTEXTMARSHAL   EMAKEHR(0x1504)
 
#define COR_E_TIMEOUT   EMAKEHR(0x1505)
 
#define COR_E_EXECUTIONENGINE   EMAKEHR(0x1506)
 
#define COR_E_FIELDACCESS   EMAKEHR(0x1507)
 
#define COR_E_INDEXOUTOFRANGE   EMAKEHR(0x1508)
 
#define COR_E_INVALIDOPERATION   EMAKEHR(0x1509)
 
#define COR_E_SECURITY   EMAKEHR(0x150A)
 
#define COR_E_REMOTING   EMAKEHR(0x150B)
 
#define COR_E_SERIALIZATION   EMAKEHR(0x150C)
 
#define COR_E_VERIFICATION   EMAKEHR(0x150D)
 
#define COR_E_SERVER   EMAKEHR(0x150E)
 
#define COR_E_SERVICEDCOMPONENT   EMAKEHR(0x150F)
 
#define COR_E_METHODACCESS   EMAKEHR(0x1510)
 
#define COR_E_MISSINGFIELD   EMAKEHR(0x1511)
 
#define COR_E_MISSINGMEMBER   EMAKEHR(0x1512)
 
#define COR_E_MISSINGMETHOD   EMAKEHR(0x1513)
 
#define COR_E_MULTICASTNOTSUPPORTED   EMAKEHR(0x1514)
 
#define COR_E_NOTSUPPORTED   EMAKEHR(0x1515)
 
#define COR_E_OVERFLOW   EMAKEHR(0x1516)
 
#define COR_E_RANK   EMAKEHR(0x1517)
 
#define COR_E_SYNCHRONIZATIONLOCK   EMAKEHR(0x1518)
 
#define COR_E_THREADINTERRUPTED   EMAKEHR(0x1519)
 
#define COR_E_MEMBERACCESS   EMAKEHR(0x151A)
 
#define COR_E_THREADSTATE   EMAKEHR(0x1520)
 
#define COR_E_THREADSTOP   EMAKEHR(0x1521)
 
#define COR_E_TYPELOAD   EMAKEHR(0x1522)
 
#define COR_E_ENTRYPOINTNOTFOUND   EMAKEHR(0x1523)
 
#define COR_E_DLLNOTFOUND   EMAKEHR(0x1524)
 
#define COR_E_THREADSTART   EMAKEHR(0x1525)
 
#define COR_E_INVALIDCOMOBJECT   EMAKEHR(0x1527)
 
#define COR_E_NOTFINITENUMBER   EMAKEHR(0x1528)
 
#define COR_E_DUPLICATEWAITOBJECT   EMAKEHR(0x1529)
 
#define COR_E_SEMAPHOREFULL   EMAKEHR(0x152B)
 
#define COR_E_WAITHANDLECANNOTBEOPENED   EMAKEHR(0x152C)
 
#define COR_E_ABANDONEDMUTEX   EMAKEHR(0x152D)
 
#define COR_E_THREADABORTED   EMAKEHR(0x1530)
 
#define COR_E_INVALIDOLEVARIANTTYPE   EMAKEHR(0x1531)
 
#define COR_E_MISSINGMANIFESTRESOURCE   EMAKEHR(0x1532)
 
#define COR_E_SAFEARRAYTYPEMISMATCH   EMAKEHR(0x1533)
 
#define COR_E_TYPEINITIALIZATION   EMAKEHR(0x1534)
 
#define COR_E_MARSHALDIRECTIVE   EMAKEHR(0x1535)
 
#define COR_E_MISSINGSATELLITEASSEMBLY   EMAKEHR(0x1536)
 
#define COR_E_FORMAT   EMAKEHR(0x1537)
 
#define COR_E_SAFEARRAYRANKMISMATCH   EMAKEHR(0x1538)
 
#define COR_E_PLATFORMNOTSUPPORTED   EMAKEHR(0x1539)
 
#define COR_E_INVALIDPROGRAM   EMAKEHR(0x153A)
 
#define COR_E_OPERATIONCANCELED   EMAKEHR(0x153B)
 
#define COR_E_INSUFFICIENTMEMORY   EMAKEHR(0x153D)
 
#define COR_E_RUNTIMEWRAPPED   EMAKEHR(0x153E)
 
#define COR_E_DEVICESNOTSUPPORTED   EMAKEHR(0x1540)
 
#define COR_E_DATAMISALIGNED   EMAKEHR(0x1541)
 
#define COR_E_CODECONTRACTFAILED   EMAKEHR(0x1542)
 
#define COR_E_TYPEACCESS   EMAKEHR(0x1543)
 
#define COR_E_ACCESSING_CCW   EMAKEHR(0x1544)
 
#define COR_E_LOADING_REFERENCE_ASSEMBLY   EMAKEHR(0x1058)
 
#define COR_E_KEYNOTFOUND   EMAKEHR(0x1577)
 
#define COR_E_INSUFFICIENTEXECUTIONSTACK   EMAKEHR(0x1578)
 
#define COR_E_APPLICATION   EMAKEHR(0x1600)
 
#define COR_E_INVALIDFILTERCRITERIA   EMAKEHR(0x1601)
 
#define COR_E_REFLECTIONTYPELOAD   EMAKEHR(0x1602)
 
#define COR_E_TARGET   EMAKEHR(0x1603)
 
#define COR_E_TARGETINVOCATION   EMAKEHR(0x1604)
 
#define COR_E_CUSTOMATTRIBUTEFORMAT   EMAKEHR(0x1605)
 
#define COR_E_IO   EMAKEHR(0x1620)
 
#define COR_E_FILELOAD   EMAKEHR(0x1621)
 
#define COR_E_OBJECTDISPOSED   EMAKEHR(0x1622)
 
#define COR_E_FAILFAST   EMAKEHR(0x1623)
 
#define COR_E_HOSTPROTECTION   EMAKEHR(0x1640)
 
#define COR_E_ILLEGAL_REENTRANCY   EMAKEHR(0x1641)
 
#define COR_E_SqlException   EMAKEHR(0x1904)
 
#define COR_E_Data   EMAKEHR(0x1920)
 
#define COR_E_DataDeletedRowInaccessible   EMAKEHR(0x1921)
 
#define COR_E_DataDuplicateName   EMAKEHR(0x1922)
 
#define COR_E_DataInRowChangingEvent   EMAKEHR(0x1923)
 
#define COR_E_DataInvalidConstraint   EMAKEHR(0x1924)
 
#define COR_E_DataMissingPrimaryKey   EMAKEHR(0x1925)
 
#define COR_E_DataNoNullAllowed   EMAKEHR(0x1926)
 
#define COR_E_DataReadOnly   EMAKEHR(0x1927)
 
#define COR_E_DataRowNotInTable   EMAKEHR(0x1928)
 
#define COR_E_DataVersionNotFound   EMAKEHR(0x1929)
 
#define COR_E_DataConstraint   EMAKEHR(0x192a)
 
#define COR_E_StrongTyping   EMAKEHR(0x192b)
 
#define COR_E_SqlType   EMAKEHR(0x1930)
 
#define COR_E_SqlNullValue   EMAKEHR(0x1931)
 
#define COR_E_SqlTruncate   EMAKEHR(0x1932)
 
#define COR_E_AdapterMapping   EMAKEHR(0x1933)
 
#define COR_E_DataAdapter   EMAKEHR(0x1934)
 
#define COR_E_DBConcurrency   EMAKEHR(0x1935)
 
#define COR_E_OperationAborted   EMAKEHR(0x1936)
 
#define COR_E_InvalidUdt   EMAKEHR(0x1937)
 
#define COR_E_OdbcException   EMAKEHR(0x1937)
 
#define COR_E_OracleException   EMAKEHR(0x1938)
 
#define COR_E_Xml   EMAKEHR(0x1940)
 
#define COR_E_XmlSchema   EMAKEHR(0x1941)
 
#define COR_E_XmlXslt   EMAKEHR(0x1942)
 
#define COR_E_XmlXPath   EMAKEHR(0x1943)
 
#define COR_E_XmlQuery   EMAKEHR(0x1944)
 
#define FUSION_E_REF_DEF_MISMATCH   EMAKEHR(0x1040)
 
#define FUSION_E_INVALID_PRIVATE_ASM_LOCATION   EMAKEHR(0x1041)
 
#define FUSION_E_ASM_MODULE_MISSING   EMAKEHR(0x1042)
 
#define FUSION_E_UNEXPECTED_MODULE_FOUND   EMAKEHR(0x1043)
 
#define FUSION_E_PRIVATE_ASM_DISALLOWED   EMAKEHR(0x1044)
 
#define FUSION_E_SIGNATURE_CHECK_FAILED   EMAKEHR(0x1045)
 
#define FUSION_E_DATABASE_ERROR   EMAKEHR(0x1046)
 
#define FUSION_E_INVALID_NAME   EMAKEHR(0x1047)
 
#define FUSION_E_CODE_DOWNLOAD_DISABLED   EMAKEHR(0x1048)
 
#define FUSION_E_UNINSTALL_DISALLOWED   EMAKEHR(0x1049)
 
#define FUSION_E_HOST_GAC_ASM_MISMATCH   EMAKEHR(0x1050)
 
#define FUSION_E_LOADFROM_BLOCKED   EMAKEHR(0x1051)
 
#define FUSION_E_CACHEFILE_FAILED   EMAKEHR(0x1052)
 
#define FUSION_E_APP_DOMAIN_LOCKED   EMAKEHR(0x1053)
 
#define FUSION_E_CONFIGURATION_ERROR   EMAKEHR(0x1054)
 
#define FUSION_E_MANIFEST_PARSE_ERROR   EMAKEHR(0x1055)
 
#define FUSION_E_INVALID_ASSEMBLY_REFERENCE   EMAKEHR(0x1056)
 
#define CLDB_E_FILE_BADREAD   EMAKEHR(0x1100)
 
#define CLDB_E_FILE_BADWRITE   EMAKEHR(0x1101)
 
#define CLDB_E_FILE_READONLY   EMAKEHR(0x1103)
 
#define CLDB_E_NAME_ERROR   EMAKEHR(0x1105)
 
#define CLDB_E_TRUNCATION   EMAKEHR(0x1106)
 
#define CLDB_E_FILE_OLDVER   EMAKEHR(0x1107)
 
#define CLDB_E_RELOCATED   EMAKEHR(0x1108)
 
#define CLDB_E_SMDUPLICATE   EMAKEHR(0x110a)
 
#define CLDB_E_NO_DATA   EMAKEHR(0x110b)
 
#define CLDB_E_READONLY   EMAKEHR(0x110c)
 
#define CLDB_E_INCOMPATIBLE   EMAKEHR(0x110d)
 
#define CLDB_E_FILE_CORRUPT   EMAKEHR(0x110e)
 
#define CLDB_E_SCHEMA_VERNOTFOUND   EMAKEHR(0x110f)
 
#define CLDB_E_BADUPDATEMODE   EMAKEHR(0x1110)
 
#define CLDB_E_INDEX_NONULLKEYS   EMAKEHR(0x1121)
 
#define CLDB_E_INDEX_DUPLICATE   EMAKEHR(0x1122)
 
#define CLDB_E_INDEX_BADTYPE   EMAKEHR(0x1123)
 
#define CLDB_E_INDEX_NOTFOUND   EMAKEHR(0x1124)
 
#define CLDB_E_RECORD_NOTFOUND   EMAKEHR(0x1130)
 
#define CLDB_E_RECORD_OVERFLOW   EMAKEHR(0x1131)
 
#define CLDB_E_RECORD_DUPLICATE   EMAKEHR(0x1132)
 
#define CLDB_E_RECORD_PKREQUIRED   EMAKEHR(0x1133)
 
#define CLDB_E_RECORD_DELETED   EMAKEHR(0x1134)
 
#define CLDB_E_RECORD_OUTOFORDER   EMAKEHR(0x1135)
 
#define CLDB_E_COLUMN_OVERFLOW   EMAKEHR(0x1140)
 
#define CLDB_E_COLUMN_READONLY   EMAKEHR(0x1141)
 
#define CLDB_E_COLUMN_SPECIALCOL   EMAKEHR(0x1142)
 
#define CLDB_E_COLUMN_PKNONULLS   EMAKEHR(0x1143)
 
#define CLDB_E_TABLE_CANTDROP   EMAKEHR(0x1150)
 
#define CLDB_E_OBJECT_NOTFOUND   EMAKEHR(0x1151)
 
#define CLDB_E_OBJECT_COLNOTFOUND   EMAKEHR(0x1152)
 
#define CLDB_E_VECTOR_BADINDEX   EMAKEHR(0x1153)
 
#define CLDB_E_TOO_BIG   EMAKEHR(0x1154)
 
#define CLDB_E_INTERNALERROR   EMAKEHR(0x1fff)
 
#define CLDB_S_TRUNCATION   SMAKEHR(0x1106)
 
#define CLDB_S_NULL   SMAKEHR(0x1109)
 
#define CLDB_S_INDEX_TABLESCANREQUIRED   SMAKEHR(0x1125)
 
#define CLR_E_APP_CONFIG_NOT_ALLOWED_IN_APPX_PROCESS   EMAKEHR(0x104a)
 
#define CLR_E_SHIM_RUNTIME   EMAKEHR(0x1700)
 
#define CLR_E_SHIM_RUNTIMELOAD   EMAKEHR(0x1700)
 
#define CLR_E_SHIM_RUNTIMEEXPORT   EMAKEHR(0x1701)
 
#define CLR_E_SHIM_INSTALLROOT   EMAKEHR(0x1702)
 
#define CLR_E_SHIM_INSTALLCOMP   EMAKEHR(0x1703)
 
#define CLR_E_SHIM_LEGACYRUNTIMEALREADYBOUND   EMAKEHR(0x1704)
 
#define CLR_E_SHIM_SHUTDOWNINPROGRESS   EMAKEHR(0x1705)
 
#define CLR_E_BIND_ASSEMBLY_VERSION_TOO_LOW   EMAKEHR(0x2000)
 
#define CLR_E_BIND_ASSEMBLY_PUBLIC_KEY_MISMATCH   EMAKEHR(0x2001)
 
#define CLR_E_BIND_IMAGE_UNAVAILABLE   EMAKEHR(0x2002)
 
#define CLR_E_BIND_UNRECOGNIZED_IDENTITY_FORMAT   EMAKEHR(0x2003)
 
#define CLR_E_BIND_ASSEMBLY_NOT_FOUND   EMAKEHR(0x2004)
 
#define CLR_E_BIND_TYPE_NOT_FOUND   EMAKEHR(0x2005)
 
#define CLR_OPTSVC_E_CONTROLLER_INTERRUPT   EMAKEHR(0x1e00)
 
#define META_S_PARAM_MISMATCH   SMAKEHR(0x1189)
 
#define META_S_DUPLICATE   SMAKEHR(0x1197)
 
#define TLBX_E_INVALID_TYPEINFO   EMAKEHR(0x1160)
 
#define TLBX_E_INVALID_TYPEINFO_UNNAMED   EMAKEHR(0x1161)
 
#define TLBX_E_CTX_NESTED   EMAKEHR(0x1162)
 
#define TLBX_E_ERROR_MESSAGE   EMAKEHR(0x1163)
 
#define TLBX_E_CANT_SAVE   EMAKEHR(0x1164)
 
#define TLBX_E_CANTLOADLIBRARY   EMAKEHR(0x1166)
 
#define TLBX_E_BAD_VT_TYPE   EMAKEHR(0x1167)
 
#define TLBX_E_NO_MSCOREE_TLB   EMAKEHR(0x1168)
 
#define TLBX_E_BAD_MSCOREE_TLB   EMAKEHR(0x1169)
 
#define TLBX_E_TLB_EXCEPTION   EMAKEHR(0x116a)
 
#define TLBX_E_MULTIPLE_LCIDS   EMAKEHR(0x116b)
 
#define TLBX_E_AMBIGUOUS_RETURN   EMAKEHR(0x116d)
 
#define TLBX_E_DUPLICATE_TYPE_NAME   EMAKEHR(0x116e)
 
#define TLBX_E_ASANY   EMAKEHR(0x1175)
 
#define TLBX_E_INVALIDLCIDPARAM   EMAKEHR(0x1176)
 
#define TLBX_E_LCIDONDISPONLYITF   EMAKEHR(0x1177)
 
#define TLBX_E_NONPUBLIC_FIELD   EMAKEHR(0x1178)
 
#define TLBX_E_BAD_NAMES   EMAKEHR(0x117b)
 
#define TLBX_E_GENERICINST_SIGNATURE   EMAKEHR(0x117d)
 
#define TLBX_E_GENERICPAR_SIGNATURE   EMAKEHR(0x117e)
 
#define TLBX_E_NO_SAFEHANDLE_ARRAYS   EMAKEHR(0x1186)
 
#define TLBX_E_NO_CRITICALHANDLE_ARRAYS   EMAKEHR(0x118c)
 
#define TLBX_E_CANT_LOAD_MODULE   EMAKEHR(0x11a0)
 
#define TLBX_E_CANT_LOAD_CLASS   EMAKEHR(0x11a1)
 
#define TLBX_E_NULL_MODULE   EMAKEHR(0x11a2)
 
#define TLBX_E_NO_CLSID_KEY   EMAKEHR(0x11a3)
 
#define TLBX_E_CIRCULAR_EXPORT   EMAKEHR(0x11a4)
 
#define TLBX_E_CIRCULAR_IMPORT   EMAKEHR(0x11a5)
 
#define TLBX_E_BAD_NATIVETYPE   EMAKEHR(0x11a6)
 
#define TLBX_E_BAD_VTABLE   EMAKEHR(0x11a7)
 
#define TLBX_E_CRM_NON_STATIC   EMAKEHR(0x11a8)
 
#define TLBX_E_CRM_INVALID_SIG   EMAKEHR(0x11a9)
 
#define TLBX_E_CLASS_LOAD_EXCEPTION   EMAKEHR(0x11aa)
 
#define TLBX_E_UNKNOWN_SIGNATURE   EMAKEHR(0x11ab)
 
#define TLBX_E_REFERENCED_TYPELIB   EMAKEHR(0x11ac)
 
#define TLBX_E_INVALID_NAMESPACE   EMAKEHR(0x11ad)
 
#define TLBX_E_LAYOUT_ERROR   EMAKEHR(0x11ae)
 
#define TLBX_E_NOTIUNKNOWN   EMAKEHR(0x11af)
 
#define TLBX_E_NONVISIBLEVALUECLASS   EMAKEHR(0x11b0)
 
#define TLBX_E_LPTSTR_NOT_ALLOWED   EMAKEHR(0x11b1)
 
#define TLBX_E_AUTO_CS_NOT_ALLOWED   EMAKEHR(0x11b2)
 
#define TLBX_E_ENUM_VALUE_INVALID   EMAKEHR(0x11b5)
 
#define TLBX_E_DUPLICATE_IID   EMAKEHR(0x11b6)
 
#define TLBX_E_NO_NESTED_ARRAYS   EMAKEHR(0x11b7)
 
#define TLBX_E_PARAM_ERROR_NAMED   EMAKEHR(0x11b8)
 
#define TLBX_E_PARAM_ERROR_UNNAMED   EMAKEHR(0x11b9)
 
#define TLBX_E_AGNOST_SIGNATURE   EMAKEHR(0x11ba)
 
#define TLBX_E_CONVERT_FAIL   EMAKEHR(0x11bb)
 
#define TLBX_E_BAD_SIGNATURE   EMAKEHR(0x11bd)
 
#define TLBX_E_ARRAY_NEEDS_NT_FIXED   EMAKEHR(0x11be)
 
#define TLBX_E_CLASS_NEEDS_NT_INTF   EMAKEHR(0x11bf)
 
#define TLBX_E_TYPED_REF   EMAKEHR(0x11da)
 
#define TLBX_E_BITNESS_MISMATCH   EMAKEHR(0x11e1)
 
#define TLBX_E_EVENT_WITH_NEWENUM   EMAKEHR(0x11e2)
 
#define TLBX_E_PROPGET_WITHOUT_RETURN   EMAKEHR(0x11e3)
 
#define TLBX_E_CIRCULAR_EXPORT2   EMAKEHR(0x1b52)
 
#define TLBX_I_TYPEINFO_IMPORTED   SMAKEHR(0x116c)
 
#define TLBX_I_PIA_REGISTERED_FOR_TLB   SMAKEHR(0x116d)
 
#define TLBX_I_AGNOSTIC_ASSEMBLY   SMAKEHR(0x116e)
 
#define TLBX_I_USEIUNKNOWN   SMAKEHR(0x116f)
 
#define TLBX_I_UNCONVERTABLE_ARGS   SMAKEHR(0x1170)
 
#define TLBX_I_UNCONVERTABLE_FIELD   SMAKEHR(0x1171)
 
#define TLBX_I_NONSEQUENTIALSTRUCT   EMAKEHR(0x1172)
 
#define TLBX_I_RESOLVEREFFAILED   EMAKEHR(0x1174)
 
#define TLBX_I_TYPE_EXPORTED   SMAKEHR(0x1179)
 
#define TLBX_I_DUPLICATE_DISPID   SMAKEHR(0x117a)
 
#define TLBX_I_REF_TYPE_AS_STRUCT   SMAKEHR(0x117c)
 
#define TLBX_I_GENERIC_TYPE   SMAKEHR(0x117f)
 
#define TLBX_I_GENERIC_BASE_TYPE   SMAKEHR(0x11e0)
 
#define TLBX_S_REFERENCED_TYPELIB   SMAKEHR(0x11ac)
 
#define TLBX_S_NOSTDINTERFACE   SMAKEHR(0x11b3)
 
#define TLBX_S_DUPLICATE_DISPID   SMAKEHR(0x11b4)
 
#define TLBX_W_LIBNOTREGISTERED   EMAKEHR(0x1165)
 
#define TLBX_W_WARNING_MESSAGE   SMAKEHR(0x1173)
 
#define TLBX_W_ASSEMBLY_HAS_EMBEDDED_TLB   SMAKEHR(0x1174)
 
#define TLBX_W_CROSS_COMPILE_NO_REFS   SMAKEHR(0x1175)
 
#define TLBX_W_PURE_CROSS_COMPILE   SMAKEHR(0x1176)
 
#define TLBX_W_NON_INTEGRAL_CA_TYPE   SMAKEHR(0x1184)
 
#define TLBX_W_IENUM_CA_ON_IUNK   SMAKEHR(0x1185)
 
#define TLBX_W_DUAL_NOT_DISPATCH   EMAKEHR(0x11bc)
 
#define TLBX_W_NO_PROPS_IN_EVENTS   EMAKEHR(0x11d3)
 
#define TLBX_W_ENUM_VALUE_TOOBIG   SMAKEHR(0x11d5)
 
#define TLBX_W_EXPORTING_AUTO_LAYOUT   SMAKEHR(0x11d9)
 
#define TLBX_W_DEFAULT_INTF_NOT_VISIBLE   SMAKEHR(0x11db)
 
#define TLBX_W_BAD_SAFEARRAYFIELD_NO_ELEMENTVT   SMAKEHR(0x11de)
 
#define TLBX_W_LAYOUTCLASS_AS_INTERFACE   SMAKEHR(0x11df)
 
#define VLDTR_E_RID_OUTOFRANGE   EMAKEHR(0x1203)
 
#define VLDTR_E_CDTKN_OUTOFRANGE   EMAKEHR(0x1204)
 
#define VLDTR_E_CDRID_OUTOFRANGE   EMAKEHR(0x1205)
 
#define VLDTR_E_STRING_INVALID   EMAKEHR(0x1206)
 
#define VLDTR_E_GUID_INVALID   EMAKEHR(0x1207)
 
#define VLDTR_E_BLOB_INVALID   EMAKEHR(0x1208)
 
#define VLDTR_E_MOD_MULTI   EMAKEHR(0x1209)
 
#define VLDTR_E_MOD_NULLMVID   EMAKEHR(0x120a)
 
#define VLDTR_E_TR_NAMENULL   EMAKEHR(0x120b)
 
#define VLDTR_E_TR_DUP   EMAKEHR(0x120c)
 
#define VLDTR_E_TD_NAMENULL   EMAKEHR(0x120d)
 
#define VLDTR_E_TD_DUPNAME   EMAKEHR(0x120e)
 
#define VLDTR_E_TD_DUPGUID   EMAKEHR(0x120f)
 
#define VLDTR_E_TD_NOTIFACEOBJEXTNULL   EMAKEHR(0x1210)
 
#define VLDTR_E_TD_OBJEXTENDSNONNULL   EMAKEHR(0x1211)
 
#define VLDTR_E_TD_EXTENDSSEALED   EMAKEHR(0x1212)
 
#define VLDTR_E_TD_DLTNORTSPCL   EMAKEHR(0x1213)
 
#define VLDTR_E_TD_RTSPCLNOTDLT   EMAKEHR(0x1214)
 
#define VLDTR_E_MI_DECLPRIV   EMAKEHR(0x1215)
 
#define VLDTR_E_AS_BADNAME   EMAKEHR(0x1216)
 
#define VLDTR_E_FILE_SYSNAME   EMAKEHR(0x1217)
 
#define VLDTR_E_MI_BODYSTATIC   EMAKEHR(0x1218)
 
#define VLDTR_E_TD_IFACENOTABS   EMAKEHR(0x1219)
 
#define VLDTR_E_TD_IFACEPARNOTNIL   EMAKEHR(0x121a)
 
#define VLDTR_E_TD_IFACEGUIDNULL   EMAKEHR(0x121b)
 
#define VLDTR_E_MI_DECLFINAL   EMAKEHR(0x121c)
 
#define VLDTR_E_TD_VTNOTSEAL   EMAKEHR(0x121d)
 
#define VLDTR_E_PD_BADFLAGS   EMAKEHR(0x121e)
 
#define VLDTR_E_IFACE_DUP   EMAKEHR(0x121f)
 
#define VLDTR_E_MR_NAMENULL   EMAKEHR(0x1220)
 
#define VLDTR_E_MR_VTBLNAME   EMAKEHR(0x1221)
 
#define VLDTR_E_MR_DELNAME   EMAKEHR(0x1222)
 
#define VLDTR_E_MR_PARNIL   EMAKEHR(0x1223)
 
#define VLDTR_E_MR_BADCALLINGCONV   EMAKEHR(0x1224)
 
#define VLDTR_E_MR_NOTVARARG   EMAKEHR(0x1225)
 
#define VLDTR_E_MR_NAMEDIFF   EMAKEHR(0x1226)
 
#define VLDTR_E_MR_SIGDIFF   EMAKEHR(0x1227)
 
#define VLDTR_E_MR_DUP   EMAKEHR(0x1228)
 
#define VLDTR_E_CL_TDAUTO   EMAKEHR(0x1229)
 
#define VLDTR_E_CL_BADPCKSZ   EMAKEHR(0x122a)
 
#define VLDTR_E_CL_DUP   EMAKEHR(0x122b)
 
#define VLDTR_E_FL_BADOFFSET   EMAKEHR(0x122c)
 
#define VLDTR_E_FL_TDNIL   EMAKEHR(0x122d)
 
#define VLDTR_E_FL_NOCL   EMAKEHR(0x122e)
 
#define VLDTR_E_FL_TDNOTEXPLCT   EMAKEHR(0x122f)
 
#define VLDTR_E_FL_FLDSTATIC   EMAKEHR(0x1230)
 
#define VLDTR_E_FL_DUP   EMAKEHR(0x1231)
 
#define VLDTR_E_MODREF_NAMENULL   EMAKEHR(0x1232)
 
#define VLDTR_E_MODREF_DUP   EMAKEHR(0x1233)
 
#define VLDTR_E_TR_BADSCOPE   EMAKEHR(0x1234)
 
#define VLDTR_E_TD_NESTEDNOENCL   EMAKEHR(0x1235)
 
#define VLDTR_E_TD_EXTTRRES   EMAKEHR(0x1236)
 
#define VLDTR_E_SIGNULL   EMAKEHR(0x1237)
 
#define VLDTR_E_SIGNODATA   EMAKEHR(0x1238)
 
#define VLDTR_E_MD_BADCALLINGCONV   EMAKEHR(0x1239)
 
#define VLDTR_E_MD_THISSTATIC   EMAKEHR(0x123a)
 
#define VLDTR_E_MD_NOTTHISNOTSTATIC   EMAKEHR(0x123b)
 
#define VLDTR_E_MD_NOARGCNT   EMAKEHR(0x123c)
 
#define VLDTR_E_SIG_MISSELTYPE   EMAKEHR(0x123d)
 
#define VLDTR_E_SIG_MISSTKN   EMAKEHR(0x123e)
 
#define VLDTR_E_SIG_TKNBAD   EMAKEHR(0x123f)
 
#define VLDTR_E_SIG_MISSFPTR   EMAKEHR(0x1240)
 
#define VLDTR_E_SIG_MISSFPTRARGCNT   EMAKEHR(0x1241)
 
#define VLDTR_E_SIG_MISSRANK   EMAKEHR(0x1242)
 
#define VLDTR_E_SIG_MISSNSIZE   EMAKEHR(0x1243)
 
#define VLDTR_E_SIG_MISSSIZE   EMAKEHR(0x1244)
 
#define VLDTR_E_SIG_MISSNLBND   EMAKEHR(0x1245)
 
#define VLDTR_E_SIG_MISSLBND   EMAKEHR(0x1246)
 
#define VLDTR_E_SIG_BADELTYPE   EMAKEHR(0x1247)
 
#define VLDTR_E_SIG_MISSVASIZE   EMAKEHR(0x1248)
 
#define VLDTR_E_FD_BADCALLINGCONV   EMAKEHR(0x1249)
 
#define VLDTR_E_MD_NAMENULL   EMAKEHR(0x124a)
 
#define VLDTR_E_MD_PARNIL   EMAKEHR(0x124b)
 
#define VLDTR_E_MD_DUP   EMAKEHR(0x124c)
 
#define VLDTR_E_FD_NAMENULL   EMAKEHR(0x124d)
 
#define VLDTR_E_FD_PARNIL   EMAKEHR(0x124e)
 
#define VLDTR_E_FD_DUP   EMAKEHR(0x124f)
 
#define VLDTR_E_AS_MULTI   EMAKEHR(0x1250)
 
#define VLDTR_E_AS_NAMENULL   EMAKEHR(0x1251)
 
#define VLDTR_E_SIG_TOKTYPEMISMATCH   EMAKEHR(0x1252)
 
#define VLDTR_E_CL_TDINTF   EMAKEHR(0x1253)
 
#define VLDTR_E_ASOS_OSPLTFRMIDINVAL   EMAKEHR(0x1254)
 
#define VLDTR_E_AR_NAMENULL   EMAKEHR(0x1255)
 
#define VLDTR_E_TD_ENCLNOTNESTED   EMAKEHR(0x1256)
 
#define VLDTR_E_AROS_OSPLTFRMIDINVAL   EMAKEHR(0x1257)
 
#define VLDTR_E_FILE_NAMENULL   EMAKEHR(0x1258)
 
#define VLDTR_E_CT_NAMENULL   EMAKEHR(0x1259)
 
#define VLDTR_E_TD_EXTENDSCHILD   EMAKEHR(0x125a)
 
#define VLDTR_E_MAR_NAMENULL   EMAKEHR(0x125b)
 
#define VLDTR_E_FILE_DUP   EMAKEHR(0x125c)
 
#define VLDTR_E_FILE_NAMEFULLQLFD   EMAKEHR(0x125d)
 
#define VLDTR_E_CT_DUP   EMAKEHR(0x125e)
 
#define VLDTR_E_MAR_DUP   EMAKEHR(0x125f)
 
#define VLDTR_E_MAR_NOTPUBPRIV   EMAKEHR(0x1260)
 
#define VLDTR_E_TD_ENUMNOVALUE   EMAKEHR(0x1261)
 
#define VLDTR_E_TD_ENUMVALSTATIC   EMAKEHR(0x1262)
 
#define VLDTR_E_TD_ENUMVALNOTSN   EMAKEHR(0x1263)
 
#define VLDTR_E_TD_ENUMFLDNOTST   EMAKEHR(0x1264)
 
#define VLDTR_E_TD_ENUMFLDNOTLIT   EMAKEHR(0x1265)
 
#define VLDTR_E_TD_ENUMNOLITFLDS   EMAKEHR(0x1266)
 
#define VLDTR_E_TD_ENUMFLDSIGMISMATCH   EMAKEHR(0x1267)
 
#define VLDTR_E_TD_ENUMVALNOT1ST   EMAKEHR(0x1268)
 
#define VLDTR_E_FD_NOTVALUERTSN   EMAKEHR(0x1269)
 
#define VLDTR_E_FD_VALUEPARNOTENUM   EMAKEHR(0x126a)
 
#define VLDTR_E_FD_INSTINIFACE   EMAKEHR(0x126b)
 
#define VLDTR_E_FD_NOTPUBINIFACE   EMAKEHR(0x126c)
 
#define VLDTR_E_FMD_GLOBALNOTPUBPRIVSC   EMAKEHR(0x126d)
 
#define VLDTR_E_FMD_GLOBALNOTSTATIC   EMAKEHR(0x126e)
 
#define VLDTR_E_FD_GLOBALNORVA   EMAKEHR(0x126f)
 
#define VLDTR_E_MD_CTORZERORVA   EMAKEHR(0x1270)
 
#define VLDTR_E_FD_MARKEDNOMARSHAL   EMAKEHR(0x1271)
 
#define VLDTR_E_FD_MARSHALNOTMARKED   EMAKEHR(0x1272)
 
#define VLDTR_E_FD_MARKEDNODEFLT   EMAKEHR(0x1273)
 
#define VLDTR_E_FD_DEFLTNOTMARKED   EMAKEHR(0x1274)
 
#define VLDTR_E_FMD_MARKEDNOSECUR   EMAKEHR(0x1275)
 
#define VLDTR_E_FMD_SECURNOTMARKED   EMAKEHR(0x1276)
 
#define VLDTR_E_FMD_PINVOKENOTSTATIC   EMAKEHR(0x1277)
 
#define VLDTR_E_FMD_MARKEDNOPINVOKE   EMAKEHR(0x1278)
 
#define VLDTR_E_FMD_PINVOKENOTMARKED   EMAKEHR(0x1279)
 
#define VLDTR_E_FMD_BADIMPLMAP   EMAKEHR(0x127a)
 
#define VLDTR_E_IMAP_BADMODREF   EMAKEHR(0x127b)
 
#define VLDTR_E_IMAP_BADMEMBER   EMAKEHR(0x127c)
 
#define VLDTR_E_IMAP_BADIMPORTNAME   EMAKEHR(0x127d)
 
#define VLDTR_E_IMAP_BADCALLCONV   EMAKEHR(0x127e)
 
#define VLDTR_E_FMD_BADACCESSFLAG   EMAKEHR(0x127f)
 
#define VLDTR_E_FD_INITONLYANDLITERAL   EMAKEHR(0x1280)
 
#define VLDTR_E_FD_LITERALNOTSTATIC   EMAKEHR(0x1281)
 
#define VLDTR_E_FMD_RTSNNOTSN   EMAKEHR(0x1282)
 
#define VLDTR_E_MD_ABSTPARNOTABST   EMAKEHR(0x1283)
 
#define VLDTR_E_MD_NOTSTATABSTININTF   EMAKEHR(0x1284)
 
#define VLDTR_E_MD_NOTPUBININTF   EMAKEHR(0x1285)
 
#define VLDTR_E_MD_CTORININTF   EMAKEHR(0x1286)
 
#define VLDTR_E_MD_GLOBALCTORCCTOR   EMAKEHR(0x1287)
 
#define VLDTR_E_MD_CTORSTATIC   EMAKEHR(0x1288)
 
#define VLDTR_E_MD_CTORNOTSNRTSN   EMAKEHR(0x1289)
 
#define VLDTR_E_MD_CTORVIRT   EMAKEHR(0x128a)
 
#define VLDTR_E_MD_CTORABST   EMAKEHR(0x128b)
 
#define VLDTR_E_MD_CCTORNOTSTATIC   EMAKEHR(0x128c)
 
#define VLDTR_E_MD_ZERORVA   EMAKEHR(0x128d)
 
#define VLDTR_E_MD_FINNOTVIRT   EMAKEHR(0x128e)
 
#define VLDTR_E_MD_STATANDFINORVIRT   EMAKEHR(0x128f)
 
#define VLDTR_E_MD_ABSTANDFINAL   EMAKEHR(0x1290)
 
#define VLDTR_E_MD_ABSTANDIMPL   EMAKEHR(0x1291)
 
#define VLDTR_E_MD_ABSTANDPINVOKE   EMAKEHR(0x1292)
 
#define VLDTR_E_MD_ABSTNOTVIRT   EMAKEHR(0x1293)
 
#define VLDTR_E_MD_NOTABSTNOTIMPL   EMAKEHR(0x1294)
 
#define VLDTR_E_MD_NOTABSTBADFLAGSRVA   EMAKEHR(0x1295)
 
#define VLDTR_E_MD_PRIVSCOPENORVA   EMAKEHR(0x1296)
 
#define VLDTR_E_MD_GLOBALABSTORVIRT   EMAKEHR(0x1297)
 
#define VLDTR_E_SIG_LONGFORM   EMAKEHR(0x1298)
 
#define VLDTR_E_MD_MULTIPLESEMANTICS   EMAKEHR(0x1299)
 
#define VLDTR_E_MD_INVALIDSEMANTICS   EMAKEHR(0x129a)
 
#define VLDTR_E_MD_SEMANTICSNOTEXIST   EMAKEHR(0x129b)
 
#define VLDTR_E_MI_DECLNOTVIRT   EMAKEHR(0x129c)
 
#define VLDTR_E_FMD_GLOBALITEM   EMAKEHR(0x129d)
 
#define VLDTR_E_MD_MULTSEMANTICFLAGS   EMAKEHR(0x129e)
 
#define VLDTR_E_MD_NOSEMANTICFLAGS   EMAKEHR(0x129f)
 
#define VLDTR_E_FD_FLDINIFACE   EMAKEHR(0x12a0)
 
#define VLDTR_E_AS_HASHALGID   EMAKEHR(0x12a1)
 
#define VLDTR_E_AS_PROCID   EMAKEHR(0x12a2)
 
#define VLDTR_E_AR_PROCID   EMAKEHR(0x12a3)
 
#define VLDTR_E_CN_PARENTRANGE   EMAKEHR(0x12a4)
 
#define VLDTR_E_AS_BADFLAGS   EMAKEHR(0x12a5)
 
#define VLDTR_E_TR_HASTYPEDEF   EMAKEHR(0x12a6)
 
#define VLDTR_E_IFACE_BADIMPL   EMAKEHR(0x12a7)
 
#define VLDTR_E_IFACE_BADIFACE   EMAKEHR(0x12a8)
 
#define VLDTR_E_TD_SECURNOTMARKED   EMAKEHR(0x12a9)
 
#define VLDTR_E_TD_MARKEDNOSECUR   EMAKEHR(0x12aa)
 
#define VLDTR_E_MD_CCTORHASARGS   EMAKEHR(0x12ab)
 
#define VLDTR_E_CT_BADIMPL   EMAKEHR(0x12ac)
 
#define VLDTR_E_MI_ALIENBODY   EMAKEHR(0x12ad)
 
#define VLDTR_E_MD_CCTORCALLCONV   EMAKEHR(0x12ae)
 
#define VLDTR_E_MI_BADCLASS   EMAKEHR(0x12af)
 
#define VLDTR_E_MI_CLASSISINTF   EMAKEHR(0x12b0)
 
#define VLDTR_E_MI_BADDECL   EMAKEHR(0x12b1)
 
#define VLDTR_E_MI_BADBODY   EMAKEHR(0x12b2)
 
#define VLDTR_E_MI_DUP   EMAKEHR(0x12b3)
 
#define VLDTR_E_FD_BADPARENT   EMAKEHR(0x12b4)
 
#define VLDTR_E_MD_PARAMOUTOFSEQ   EMAKEHR(0x12b5)
 
#define VLDTR_E_MD_PARASEQTOOBIG   EMAKEHR(0x12b6)
 
#define VLDTR_E_MD_PARMMARKEDNOMARSHAL   EMAKEHR(0x12b7)
 
#define VLDTR_E_MD_PARMMARSHALNOTMARKED   EMAKEHR(0x12b8)
 
#define VLDTR_E_MD_PARMMARKEDNODEFLT   EMAKEHR(0x12ba)
 
#define VLDTR_E_MD_PARMDEFLTNOTMARKED   EMAKEHR(0x12bb)
 
#define VLDTR_E_PR_BADSCOPE   EMAKEHR(0x12bc)
 
#define VLDTR_E_PR_NONAME   EMAKEHR(0x12bd)
 
#define VLDTR_E_PR_NOSIG   EMAKEHR(0x12be)
 
#define VLDTR_E_PR_DUP   EMAKEHR(0x12bf)
 
#define VLDTR_E_PR_BADCALLINGCONV   EMAKEHR(0x12c0)
 
#define VLDTR_E_PR_MARKEDNODEFLT   EMAKEHR(0x12c1)
 
#define VLDTR_E_PR_DEFLTNOTMARKED   EMAKEHR(0x12c2)
 
#define VLDTR_E_PR_BADSEMANTICS   EMAKEHR(0x12c3)
 
#define VLDTR_E_PR_BADMETHOD   EMAKEHR(0x12c4)
 
#define VLDTR_E_PR_ALIENMETHOD   EMAKEHR(0x12c5)
 
#define VLDTR_E_CN_BLOBNOTNULL   EMAKEHR(0x12c6)
 
#define VLDTR_E_CN_BLOBNULL   EMAKEHR(0x12c7)
 
#define VLDTR_E_EV_BADSCOPE   EMAKEHR(0x12c8)
 
#define VLDTR_E_EV_NONAME   EMAKEHR(0x12ca)
 
#define VLDTR_E_EV_DUP   EMAKEHR(0x12cb)
 
#define VLDTR_E_EV_BADEVTYPE   EMAKEHR(0x12cc)
 
#define VLDTR_E_EV_EVTYPENOTCLASS   EMAKEHR(0x12cd)
 
#define VLDTR_E_EV_BADSEMANTICS   EMAKEHR(0x12ce)
 
#define VLDTR_E_EV_BADMETHOD   EMAKEHR(0x12cf)
 
#define VLDTR_E_EV_ALIENMETHOD   EMAKEHR(0x12d0)
 
#define VLDTR_E_EV_NOADDON   EMAKEHR(0x12d1)
 
#define VLDTR_E_EV_NOREMOVEON   EMAKEHR(0x12d2)
 
#define VLDTR_E_CT_DUPTDNAME   EMAKEHR(0x12d3)
 
#define VLDTR_E_MAR_BADOFFSET   EMAKEHR(0x12d4)
 
#define VLDTR_E_DS_BADOWNER   EMAKEHR(0x12d5)
 
#define VLDTR_E_DS_BADFLAGS   EMAKEHR(0x12d6)
 
#define VLDTR_E_DS_NOBLOB   EMAKEHR(0x12d7)
 
#define VLDTR_E_MAR_BADIMPL   EMAKEHR(0x12d8)
 
#define VLDTR_E_MR_VARARGCALLINGCONV   EMAKEHR(0x12da)
 
#define VLDTR_E_MD_CTORNOTVOID   EMAKEHR(0x12db)
 
#define VLDTR_E_EV_FIRENOTVOID   EMAKEHR(0x12dc)
 
#define VLDTR_E_AS_BADLOCALE   EMAKEHR(0x12dd)
 
#define VLDTR_E_CN_PARENTTYPE   EMAKEHR(0x12de)
 
#define VLDTR_E_SIG_SENTINMETHODDEF   EMAKEHR(0x12df)
 
#define VLDTR_E_SIG_SENTMUSTVARARG   EMAKEHR(0x12e0)
 
#define VLDTR_E_SIG_MULTSENTINELS   EMAKEHR(0x12e1)
 
#define VLDTR_E_SIG_LASTSENTINEL   EMAKEHR(0x12e2)
 
#define VLDTR_E_SIG_MISSARG   EMAKEHR(0x12e3)
 
#define VLDTR_E_SIG_BYREFINFIELD   EMAKEHR(0x12e4)
 
#define VLDTR_E_MD_SYNCMETHODINVTYPE   EMAKEHR(0x12e5)
 
#define VLDTR_E_TD_NAMETOOLONG   EMAKEHR(0x12e6)
 
#define VLDTR_E_AS_PROCDUP   EMAKEHR(0x12e7)
 
#define VLDTR_E_ASOS_DUP   EMAKEHR(0x12e8)
 
#define VLDTR_E_MAR_BADFLAGS   EMAKEHR(0x12e9)
 
#define VLDTR_E_CT_NOTYPEDEFID   EMAKEHR(0x12ea)
 
#define VLDTR_E_FILE_BADFLAGS   EMAKEHR(0x12eb)
 
#define VLDTR_E_FILE_NULLHASH   EMAKEHR(0x12ec)
 
#define VLDTR_E_MOD_NONAME   EMAKEHR(0x12ed)
 
#define VLDTR_E_MOD_NAMEFULLQLFD   EMAKEHR(0x12ee)
 
#define VLDTR_E_TD_RTSPCLNOTSPCL   EMAKEHR(0x12ef)
 
#define VLDTR_E_TD_EXTENDSIFACE   EMAKEHR(0x12f0)
 
#define VLDTR_E_MD_CTORPINVOKE   EMAKEHR(0x12f1)
 
#define VLDTR_E_TD_SYSENUMNOTCLASS   EMAKEHR(0x12f2)
 
#define VLDTR_E_TD_SYSENUMNOTEXTVTYPE   EMAKEHR(0x12f3)
 
#define VLDTR_E_MI_SIGMISMATCH   EMAKEHR(0x12f4)
 
#define VLDTR_E_TD_ENUMHASMETHODS   EMAKEHR(0x12f5)
 
#define VLDTR_E_TD_ENUMIMPLIFACE   EMAKEHR(0x12f6)
 
#define VLDTR_E_TD_ENUMHASPROP   EMAKEHR(0x12f7)
 
#define VLDTR_E_TD_ENUMHASEVENT   EMAKEHR(0x12f8)
 
#define VLDTR_E_TD_BADMETHODLST   EMAKEHR(0x12f9)
 
#define VLDTR_E_TD_BADFIELDLST   EMAKEHR(0x12fa)
 
#define VLDTR_E_CN_BADTYPE   EMAKEHR(0x12fb)
 
#define VLDTR_E_TD_ENUMNOINSTFLD   EMAKEHR(0x12fc)
 
#define VLDTR_E_TD_ENUMMULINSTFLD   EMAKEHR(0x12fd)
 
#define VLDTR_E_INTERRUPTED   EMAKEHR(0x12fe)
 
#define VLDTR_E_NOTINIT   EMAKEHR(0x12ff)
 
#define VLDTR_E_IFACE_NOTIFACE   EMAKEHR(0x1b00)
 
#define VLDTR_E_FD_RVAHASNORVA   EMAKEHR(0x1b01)
 
#define VLDTR_E_FD_RVAHASZERORVA   EMAKEHR(0x1b02)
 
#define VLDTR_E_MD_RVAANDIMPLMAP   EMAKEHR(0x1b03)
 
#define VLDTR_E_TD_EXTRAFLAGS   EMAKEHR(0x1b04)
 
#define VLDTR_E_TD_EXTENDSITSELF   EMAKEHR(0x1b05)
 
#define VLDTR_E_TD_SYSVTNOTEXTOBJ   EMAKEHR(0x1b06)
 
#define VLDTR_E_TD_EXTTYPESPEC   EMAKEHR(0x1b07)
 
#define VLDTR_E_TD_VTNOSIZE   EMAKEHR(0x1b09)
 
#define VLDTR_E_TD_IFACESEALED   EMAKEHR(0x1b0a)
 
#define VLDTR_E_NC_BADNESTED   EMAKEHR(0x1b0b)
 
#define VLDTR_E_NC_BADENCLOSER   EMAKEHR(0x1b0c)
 
#define VLDTR_E_NC_DUP   EMAKEHR(0x1b0d)
 
#define VLDTR_E_NC_DUPENCLOSER   EMAKEHR(0x1b0e)
 
#define VLDTR_E_FRVA_ZERORVA   EMAKEHR(0x1b0f)
 
#define VLDTR_E_FRVA_BADFIELD   EMAKEHR(0x1b10)
 
#define VLDTR_E_FRVA_DUPRVA   EMAKEHR(0x1b11)
 
#define VLDTR_E_FRVA_DUPFIELD   EMAKEHR(0x1b12)
 
#define VLDTR_E_EP_BADTOKEN   EMAKEHR(0x1b13)
 
#define VLDTR_E_EP_INSTANCE   EMAKEHR(0x1b14)
 
#define VLDTR_E_TD_ENUMFLDBADTYPE   EMAKEHR(0x1b15)
 
#define VLDTR_E_MD_BADRVA   EMAKEHR(0x1b16)
 
#define VLDTR_E_FD_LITERALNODEFAULT   EMAKEHR(0x1b17)
 
#define VLDTR_E_IFACE_METHNOTIMPL   EMAKEHR(0x1b18)
 
#define VLDTR_E_CA_BADPARENT   EMAKEHR(0x1b19)
 
#define VLDTR_E_CA_BADTYPE   EMAKEHR(0x1b1a)
 
#define VLDTR_E_CA_NOTCTOR   EMAKEHR(0x1b1b)
 
#define VLDTR_E_CA_BADSIG   EMAKEHR(0x1b1c)
 
#define VLDTR_E_CA_NOSIG   EMAKEHR(0x1b1d)
 
#define VLDTR_E_CA_BADPROLOG   EMAKEHR(0x1b1e)
 
#define VLDTR_E_MD_BADLOCALSIGTOK   EMAKEHR(0x1b1f)
 
#define VLDTR_E_MD_BADHEADER   EMAKEHR(0x1b20)
 
#define VLDTR_E_EP_TOOMANYARGS   EMAKEHR(0x1b21)
 
#define VLDTR_E_EP_BADRET   EMAKEHR(0x1b22)
 
#define VLDTR_E_EP_BADARG   EMAKEHR(0x1b23)
 
#define VLDTR_E_SIG_BADVOID   EMAKEHR(0x1b24)
 
#define VLDTR_E_IFACE_METHMULTIMPL   EMAKEHR(0x1b25)
 
#define VLDTR_E_GP_NAMENULL   EMAKEHR(0x1b26)
 
#define VLDTR_E_GP_OWNERNIL   EMAKEHR(0x1b27)
 
#define VLDTR_E_GP_DUPNAME   EMAKEHR(0x1b28)
 
#define VLDTR_E_GP_DUPNUMBER   EMAKEHR(0x1b29)
 
#define VLDTR_E_GP_NONSEQ_BY_OWNER   EMAKEHR(0x1b2a)
 
#define VLDTR_E_GP_NONSEQ_BY_NUMBER   EMAKEHR(0x1b2b)
 
#define VLDTR_E_GP_UNEXPECTED_OWNER_FOR_VARIANT_VAR   EMAKEHR(0x1b2c)
 
#define VLDTR_E_GP_ILLEGAL_VARIANT_MVAR   EMAKEHR(0x1b2d)
 
#define VLDTR_E_GP_ILLEGAL_VARIANCE_FLAGS   EMAKEHR(0x1b2e)
 
#define VLDTR_E_GP_REFANDVALUETYPE   EMAKEHR(0x1b2f)
 
#define VLDTR_E_GPC_OWNERNIL   EMAKEHR(0x1b30)
 
#define VLDTR_E_GPC_DUP   EMAKEHR(0x1b31)
 
#define VLDTR_E_GPC_NONCONTIGUOUS   EMAKEHR(0x1b32)
 
#define VLDTR_E_MS_METHODNIL   EMAKEHR(0x1b33)
 
#define VLDTR_E_MS_DUP   EMAKEHR(0x1b34)
 
#define VLDTR_E_MS_BADCALLINGCONV   EMAKEHR(0x1b35)
 
#define VLDTR_E_MS_MISSARITY   EMAKEHR(0x1b36)
 
#define VLDTR_E_MS_MISSARG   EMAKEHR(0x1b37)
 
#define VLDTR_E_MS_ARITYMISMATCH   EMAKEHR(0x1b38)
 
#define VLDTR_E_MS_METHODNOTGENERIC   EMAKEHR(0x1b39)
 
#define VLDTR_E_SIG_MISSARITY   EMAKEHR(0x1b3a)
 
#define VLDTR_E_SIG_ARITYMISMATCH   EMAKEHR(0x1b3b)
 
#define VLDTR_E_MD_GENERIC_CCTOR   EMAKEHR(0x1b3c)
 
#define VLDTR_E_MD_GENERIC_CTOR   EMAKEHR(0x1b3d)
 
#define VLDTR_E_MD_GENERIC_IMPORT   EMAKEHR(0x1b3e)
 
#define VLDTR_E_MD_GENERIC_BADCALLCONV   EMAKEHR(0x1b3f)
 
#define VLDTR_E_EP_GENERIC_METHOD   EMAKEHR(0x1b40)
 
#define VLDTR_E_MD_MISSARITY   EMAKEHR(0x1b41)
 
#define VLDTR_E_MD_ARITYZERO   EMAKEHR(0x1b42)
 
#define VLDTR_E_SIG_ARITYZERO   EMAKEHR(0x1b43)
 
#define VLDTR_E_MS_ARITYZERO   EMAKEHR(0x1b44)
 
#define VLDTR_E_MD_GPMISMATCH   EMAKEHR(0x1b45)
 
#define VLDTR_E_EP_GENERIC_TYPE   EMAKEHR(0x1b46)
 
#define VLDTR_E_MI_DECLNOTGENERIC   EMAKEHR(0x1b47)
 
#define VLDTR_E_MI_IMPLNOTGENERIC   EMAKEHR(0x1b48)
 
#define VLDTR_E_MI_ARITYMISMATCH   EMAKEHR(0x1b49)
 
#define VLDTR_E_TD_EXTBADTYPESPEC   EMAKEHR(0x1b4a)
 
#define VLDTR_E_SIG_BYREFINST   EMAKEHR(0x1b4b)
 
#define VLDTR_E_MS_BYREFINST   EMAKEHR(0x1b4c)
 
#define VLDTR_E_TS_EMPTY   EMAKEHR(0x1b4d)
 
#define VLDTR_E_TS_HASSENTINALS   EMAKEHR(0x1b4e)
 
#define VLDTR_E_TD_GENERICHASEXPLAYOUT   EMAKEHR(0x1b4f)
 
#define VLDTR_E_SIG_BADTOKTYPE   EMAKEHR(0x1b50)
 
#define VLDTR_E_IFACE_METHNOTIMPLTHISMOD   EMAKEHR(0x1b51)
 
#define VLDTR_S_WRN   SMAKEHR(0x1200)
 
#define VLDTR_S_ERR   SMAKEHR(0x1201)
 
#define VLDTR_S_WRNERR   SMAKEHR(0x1202)
 
#define CORDBG_E_UNRECOVERABLE_ERROR   EMAKEHR(0x1300)
 
#define CORDBG_E_PROCESS_TERMINATED   EMAKEHR(0x1301)
 
#define CORDBG_E_PROCESS_NOT_SYNCHRONIZED   EMAKEHR(0x1302)
 
#define CORDBG_E_CLASS_NOT_LOADED   EMAKEHR(0x1303)
 
#define CORDBG_E_IL_VAR_NOT_AVAILABLE   EMAKEHR(0x1304)
 
#define CORDBG_E_BAD_REFERENCE_VALUE   EMAKEHR(0x1305)
 
#define CORDBG_E_FIELD_NOT_AVAILABLE   EMAKEHR(0x1306)
 
#define CORDBG_E_NON_NATIVE_FRAME   EMAKEHR(0x1307)
 
#define CORDBG_E_NONCONTINUABLE_EXCEPTION   EMAKEHR(0x1308)
 
#define CORDBG_E_CODE_NOT_AVAILABLE   EMAKEHR(0x1309)
 
#define CORDBG_E_FUNCTION_NOT_IL   EMAKEHR(0x130a)
 
#define CORDBG_E_CANT_SET_IP_INTO_FINALLY   EMAKEHR(0x130e)
 
#define CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY   EMAKEHR(0x130f)
 
#define CORDBG_E_CANT_SET_IP_INTO_CATCH   EMAKEHR(0x1310)
 
#define CORDBG_E_SET_IP_NOT_ALLOWED_ON_NONLEAF_FRAME   EMAKEHR(0x1311)
 
#define CORDBG_E_SET_IP_IMPOSSIBLE   EMAKEHR(0x1312)
 
#define CORDBG_E_FUNC_EVAL_BAD_START_POINT   EMAKEHR(0x1313)
 
#define CORDBG_E_INVALID_OBJECT   EMAKEHR(0x1314)
 
#define CORDBG_E_FUNC_EVAL_NOT_COMPLETE   EMAKEHR(0x1315)
 
#define CORDBG_E_INPROC_NOT_IMPL   EMAKEHR(0x1318)
 
#define CORDBG_E_STATIC_VAR_NOT_AVAILABLE   EMAKEHR(0x131a)
 
#define CORDBG_E_OBJECT_IS_NOT_COPYABLE_VALUE_CLASS   EMAKEHR(0x131b)
 
#define CORDBG_E_CANT_SETIP_INTO_OR_OUT_OF_FILTER   EMAKEHR(0x131c)
 
#define CORDBG_E_CANT_CHANGE_JIT_SETTING_FOR_ZAP_MODULE   EMAKEHR(0x131d)
 
#define CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY_ON_WIN64   EMAKEHR(0x131e)
 
#define CORDBG_E_CANT_SET_IP_OUT_OF_CATCH_ON_WIN64   EMAKEHR(0x131f)
 
#define CORDBG_E_REMOTE_CONNECTION_CONN_RESET   EMAKEHR(0x1320)
 
#define CORDBG_E_REMOTE_CONNECTION_KEEP_ALIVE   EMAKEHR(0x1321)
 
#define CORDBG_E_REMOTE_CONNECTION_FATAL_ERROR   EMAKEHR(0x1322)
 
#define CORDBG_E_CANT_SET_TO_JMC   EMAKEHR(0x1323)
 
#define CORDBG_E_NO_CONTEXT_FOR_INTERNAL_FRAME   EMAKEHR(0x1325)
 
#define CORDBG_E_NOT_CHILD_FRAME   EMAKEHR(0x1326)
 
#define CORDBG_E_NON_MATCHING_CONTEXT   EMAKEHR(0x1327)
 
#define CORDBG_E_PAST_END_OF_STACK   EMAKEHR(0x1328)
 
#define CORDBG_E_FUNC_EVAL_CANNOT_UPDATE_REGISTER_IN_NONLEAF_FRAME   EMAKEHR(0x1329)
 
#define CORDBG_E_BAD_THREAD_STATE   EMAKEHR(0x132d)
 
#define CORDBG_E_DEBUGGER_ALREADY_ATTACHED   EMAKEHR(0x132e)
 
#define CORDBG_E_SUPERFLOUS_CONTINUE   EMAKEHR(0x132f)
 
#define CORDBG_E_SET_VALUE_NOT_ALLOWED_ON_NONLEAF_FRAME   EMAKEHR(0x1330)
 
#define CORDBG_E_ENC_EH_MAX_NESTING_LEVEL_CANT_INCREASE   EMAKEHR(0x1331)
 
#define CORDBG_E_ENC_MODULE_NOT_ENC_ENABLED   EMAKEHR(0x1332)
 
#define CORDBG_E_SET_IP_NOT_ALLOWED_ON_EXCEPTION   EMAKEHR(0x1333)
 
#define CORDBG_E_VARIABLE_IS_ACTUALLY_LITERAL   EMAKEHR(0x1334)
 
#define CORDBG_E_PROCESS_DETACHED   EMAKEHR(0x1335)
 
#define CORDBG_E_ENC_METHOD_SIG_CHANGED   EMAKEHR(0x1336)
 
#define CORDBG_E_ENC_METHOD_NO_LOCAL_SIG   EMAKEHR(0x1337)
 
#define CORDBG_E_ENC_CANT_ADD_FIELD_TO_VALUE_OR_LAYOUT_CLASS   EMAKEHR(0x1338)
 
#define CORDBG_E_ENC_CANT_CHANGE_FIELD   EMAKEHR(0x1339)
 
#define CORDBG_E_ENC_CANT_ADD_NON_PRIVATE_MEMBER   EMAKEHR(0x133a)
 
#define CORDBG_E_FIELD_NOT_STATIC   EMAKEHR(0x133b)
 
#define CORDBG_E_FIELD_NOT_INSTANCE   EMAKEHR(0x133c)
 
#define CORDBG_E_ENC_ZAPPED_WITHOUT_ENC   EMAKEHR(0x133d)
 
#define CORDBG_E_ENC_BAD_METHOD_INFO   EMAKEHR(0x133e)
 
#define CORDBG_E_ENC_JIT_CANT_UPDATE   EMAKEHR(0x133f)
 
#define CORDBG_E_ENC_MISSING_CLASS   EMAKEHR(0x1340)
 
#define CORDBG_E_ENC_INTERNAL_ERROR   EMAKEHR(0x1341)
 
#define CORDBG_E_ENC_HANGING_FIELD   EMAKEHR(0x1342)
 
#define CORDBG_E_MODULE_NOT_LOADED   EMAKEHR(0x1343)
 
#define CORDBG_E_ENC_CANT_CHANGE_SUPERCLASS   EMAKEHR(0x1344)
 
#define CORDBG_E_UNABLE_TO_SET_BREAKPOINT   EMAKEHR(0x1345)
 
#define CORDBG_E_DEBUGGING_NOT_POSSIBLE   EMAKEHR(0x1346)
 
#define CORDBG_E_KERNEL_DEBUGGER_ENABLED   EMAKEHR(0x1347)
 
#define CORDBG_E_KERNEL_DEBUGGER_PRESENT   EMAKEHR(0x1348)
 
#define CORDBG_E_HELPER_THREAD_DEAD   EMAKEHR(0x1349)
 
#define CORDBG_E_INTERFACE_INHERITANCE_CANT_CHANGE   EMAKEHR(0x134a)
 
#define CORDBG_E_INCOMPATIBLE_PROTOCOL   EMAKEHR(0x134b)
 
#define CORDBG_E_TOO_MANY_PROCESSES   EMAKEHR(0x134c)
 
#define CORDBG_E_INTEROP_NOT_SUPPORTED   EMAKEHR(0x134d)
 
#define CORDBG_E_NO_REMAP_BREAKPIONT   EMAKEHR(0x134e)
 
#define CORDBG_E_OBJECT_NEUTERED   EMAKEHR(0x134f)
 
#define CORDBG_E_THREAD_NOT_SCHEDULED   EMAKEHR(0x1c00)
 
#define CORDBG_E_HANDLE_HAS_BEEN_DISPOSED   EMAKEHR(0x1c01)
 
#define CORDBG_E_NONINTERCEPTABLE_EXCEPTION   EMAKEHR(0x1c02)
 
#define CORDBG_E_CANT_UNWIND_ABOVE_CALLBACK   EMAKEHR(0x1c03)
 
#define CORDBG_E_INTERCEPT_FRAME_ALREADY_SET   EMAKEHR(0x1c04)
 
#define CORDBG_E_NO_NATIVE_PATCH_AT_ADDR   EMAKEHR(0x1c05)
 
#define CORDBG_E_MUST_BE_INTEROP_DEBUGGING   EMAKEHR(0x1c06)
 
#define CORDBG_E_NATIVE_PATCH_ALREADY_AT_ADDR   EMAKEHR(0x1c07)
 
#define CORDBG_E_TIMEOUT   EMAKEHR(0x1c08)
 
#define CORDBG_E_CANT_CALL_ON_THIS_THREAD   EMAKEHR(0x1c09)
 
#define CORDBG_E_ENC_INFOLESS_METHOD   EMAKEHR(0x1c0a)
 
#define CORDBG_E_ENC_NESTED_HANLDERS   EMAKEHR(0x1c0b)
 
#define CORDBG_E_ENC_IN_FUNCLET   EMAKEHR(0x1c0c)
 
#define CORDBG_E_ENC_LOCALLOC   EMAKEHR(0x1c0d)
 
#define CORDBG_E_ENC_EDIT_NOT_SUPPORTED   EMAKEHR(0x1c0e)
 
#define CORDBG_E_FEABORT_DELAYED_UNTIL_THREAD_RESUMED   EMAKEHR(0x1c0f)
 
#define CORDBG_E_NOTREADY   EMAKEHR(0x1c10)
 
#define CORDBG_E_CANNOT_RESOLVE_ASSEMBLY   EMAKEHR(0x1c11)
 
#define CORDBG_E_MUST_BE_IN_LOAD_MODULE   EMAKEHR(0x1c12)
 
#define CORDBG_E_CANNOT_BE_ON_ATTACH   EMAKEHR(0x1c13)
 
#define CORDBG_E_NGEN_NOT_SUPPORTED   EMAKEHR(0x1c14)
 
#define CORDBG_E_ILLEGAL_SHUTDOWN_ORDER   EMAKEHR(0x1c15)
 
#define CORDBG_E_CANNOT_DEBUG_FIBER_PROCESS   EMAKEHR(0x1c16)
 
#define CORDBG_E_MUST_BE_IN_CREATE_PROCESS   EMAKEHR(0x1c17)
 
#define CORDBG_E_DETACH_FAILED_OUTSTANDING_EVALS   EMAKEHR(0x1c18)
 
#define CORDBG_E_DETACH_FAILED_OUTSTANDING_STEPPERS   EMAKEHR(0x1c19)
 
#define CORDBG_E_CANT_INTEROP_STEP_OUT   EMAKEHR(0x1c20)
 
#define CORDBG_E_DETACH_FAILED_OUTSTANDING_BREAKPOINTS   EMAKEHR(0x1c21)
 
#define CORDBG_E_ILLEGAL_IN_STACK_OVERFLOW   EMAKEHR(0x1c22)
 
#define CORDBG_E_ILLEGAL_AT_GC_UNSAFE_POINT   EMAKEHR(0x1c23)
 
#define CORDBG_E_ILLEGAL_IN_PROLOG   EMAKEHR(0x1c24)
 
#define CORDBG_E_ILLEGAL_IN_NATIVE_CODE   EMAKEHR(0x1c25)
 
#define CORDBG_E_ILLEGAL_IN_OPTIMIZED_CODE   EMAKEHR(0x1c26)
 
#define CORDBG_E_MINIDUMP_UNSUPPORTED   EMAKEHR(0x1c27)
 
#define CORDBG_E_APPDOMAIN_MISMATCH   EMAKEHR(0x1c28)
 
#define CORDBG_E_CONTEXT_UNVAILABLE   EMAKEHR(0x1c29)
 
#define CORDBG_E_UNCOMPATIBLE_PLATFORMS   EMAKEHR(0x1c30)
 
#define CORDBG_E_DEBUGGING_DISABLED   EMAKEHR(0x1c31)
 
#define CORDBG_E_DETACH_FAILED_ON_ENC   EMAKEHR(0x1c32)
 
#define CORDBG_E_CURRENT_EXCEPTION_IS_OUTSIDE_CURRENT_EXECUTION_SCOPE   EMAKEHR(0x1c33)
 
#define CORDBG_E_HELPER_MAY_DEADLOCK   EMAKEHR(0x1c34)
 
#define CORDBG_E_MISSING_METADATA   EMAKEHR(0x1c35)
 
#define CORDBG_E_TARGET_INCONSISTENT   EMAKEHR(0x1c36)
 
#define CORDBG_E_DETACH_FAILED_OUTSTANDING_TARGET_RESOURCES   EMAKEHR(0x1c37)
 
#define CORDBG_E_TARGET_READONLY   EMAKEHR(0x1c38)
 
#define CORDBG_E_MISMATCHED_CORWKS_AND_DACWKS_DLLS   EMAKEHR(0x1c39)
 
#define CORDBG_E_MODULE_LOADED_FROM_DISK   EMAKEHR(0x1c3a)
 
#define CORDBG_E_SYMBOLS_NOT_AVAILABLE   EMAKEHR(0x1c3b)
 
#define CORDBG_E_DEBUG_COMPONENT_MISSING   EMAKEHR(0x1c3c)
 
#define CORDBG_E_REMOTE_MISMATCHED_CERTS   EMAKEHR(0x1c3d)
 
#define CORDBG_E_REMOTE_NETWORK_FAILURE   EMAKEHR(0x1c3e)
 
#define CORDBG_E_REMOTE_NO_LISTENER   EMAKEHR(0x1c3f)
 
#define CORDBG_E_REMOTE_UNKNOWN_TARGET   EMAKEHR(0x1c40)
 
#define CORDBG_E_REMOTE_INVALID_CONFIG   EMAKEHR(0x1c41)
 
#define CORDBG_E_REMOTE_MISMATCHED_PROTOCOLS   EMAKEHR(0x1c42)
 
#define CORDBG_E_LIBRARY_PROVIDER_ERROR   EMAKEHR(0x1c43)
 
#define CORDBG_E_NOT_CLR   EMAKEHR(0x1c44)
 
#define CORDBG_E_MISSING_DATA_TARGET_INTERFACE   EMAKEHR(0x1c45)
 
#define CORDBG_E_UNSUPPORTED_DEBUGGING_MODEL   EMAKEHR(0x1c46)
 
#define CORDBG_E_UNSUPPORTED_FORWARD_COMPAT   EMAKEHR(0x1c47)
 
#define CORDBG_E_UNSUPPORTED_VERSION_STRUCT   EMAKEHR(0x1c48)
 
#define CORDBG_E_READVIRTUAL_FAILURE   EMAKEHR(0x1c49)
 
#define CORDBG_E_VALUE_POINTS_TO_FUNCTION   EMAKEHR(0x1c4a)
 
#define CORDBG_E_CORRUPT_OBJECT   EMAKEHR(0x1c4b)
 
#define CORDBG_E_GC_STRUCTURES_INVALID   EMAKEHR(0x1c4c)
 
#define CORDBG_S_BAD_START_SEQUENCE_POINT   SMAKEHR(0x130b)
 
#define CORDBG_S_BAD_END_SEQUENCE_POINT   SMAKEHR(0x130c)
 
#define CORDBG_S_INSUFFICIENT_INFO_FOR_SET_IP   SMAKEHR(0x130d)
 
#define CORDBG_S_FUNC_EVAL_HAS_NO_RESULT   SMAKEHR(0x1316)
 
#define CORDBG_S_VALUE_POINTS_TO_VOID   SMAKEHR(0x1317)
 
#define CORDBG_S_FUNC_EVAL_ABORTED   SMAKEHR(0x1319)
 
#define CORDBG_S_AT_END_OF_STACK   SMAKEHR(0x1324)
 
#define CORDBG_S_NOT_ALL_BITS_SET   SMAKEHR(0x1c13)
 
#define CORPROF_E_FUNCTION_NOT_COMPILED   EMAKEHR(0x1350)
 
#define CORPROF_E_DATAINCOMPLETE   EMAKEHR(0x1351)
 
#define CORPROF_E_NOT_REJITABLE_METHODS   EMAKEHR(0x1352)
 
#define CORPROF_E_CANNOT_UPDATE_METHOD   EMAKEHR(0x1353)
 
#define CORPROF_E_FUNCTION_NOT_IL   EMAKEHR(0x1354)
 
#define CORPROF_E_NOT_MANAGED_THREAD   EMAKEHR(0x1355)
 
#define CORPROF_E_CALL_ONLY_FROM_INIT   EMAKEHR(0x1356)
 
#define CORPROF_E_INPROC_NOT_ENABLED   EMAKEHR(0x1357)
 
#define CORPROF_E_JITMAPS_NOT_ENABLED   EMAKEHR(0x1358)
 
#define CORPROF_E_INPROC_ALREADY_BEGUN   EMAKEHR(0x1359)
 
#define CORPROF_E_INPROC_NOT_AVAILABLE   EMAKEHR(0x135a)
 
#define CORPROF_E_NOT_YET_AVAILABLE   EMAKEHR(0x135b)
 
#define CORPROF_E_TYPE_IS_PARAMETERIZED   EMAKEHR(0x135c)
 
#define CORPROF_E_FUNCTION_IS_PARAMETERIZED   EMAKEHR(0x135d)
 
#define CORPROF_E_STACKSNAPSHOT_INVALID_TGT_THREAD   EMAKEHR(0x135e)
 
#define CORPROF_E_STACKSNAPSHOT_UNMANAGED_CTX   EMAKEHR(0x135f)
 
#define CORPROF_E_STACKSNAPSHOT_UNSAFE   EMAKEHR(0x1360)
 
#define CORPROF_E_STACKSNAPSHOT_ABORTED   EMAKEHR(0x1361)
 
#define CORPROF_E_LITERALS_HAVE_NO_ADDRESS   EMAKEHR(0x1362)
 
#define CORPROF_E_UNSUPPORTED_CALL_SEQUENCE   EMAKEHR(0x1363)
 
#define CORPROF_E_ASYNCHRONOUS_UNSAFE   EMAKEHR(0x1364)
 
#define CORPROF_E_CLASSID_IS_ARRAY   EMAKEHR(0x1365)
 
#define CORPROF_E_CLASSID_IS_COMPOSITE   EMAKEHR(0x1366)
 
#define CORPROF_E_PROFILER_DETACHING   EMAKEHR(0x1367)
 
#define CORPROF_E_PROFILER_NOT_ATTACHABLE   EMAKEHR(0x1368)
 
#define CORPROF_E_UNRECOGNIZED_PIPE_MSG_FORMAT   EMAKEHR(0x1369)
 
#define CORPROF_E_PROFILER_ALREADY_ACTIVE   EMAKEHR(0x136a)
 
#define CORPROF_E_PROFILEE_INCOMPATIBLE_WITH_TRIGGER   EMAKEHR(0x136b)
 
#define CORPROF_E_IPC_FAILED   EMAKEHR(0x136c)
 
#define CORPROF_E_PROFILEE_PROCESS_NOT_FOUND   EMAKEHR(0x136d)
 
#define CORPROF_E_CALLBACK3_REQUIRED   EMAKEHR(0x136e)
 
#define CORPROF_E_UNSUPPORTED_FOR_ATTACHING_PROFILER   EMAKEHR(0x136f)
 
#define CORPROF_E_IRREVERSIBLE_INSTRUMENTATION_PRESENT   EMAKEHR(0x1370)
 
#define CORPROF_E_RUNTIME_UNINITIALIZED   EMAKEHR(0x1371)
 
#define CORPROF_E_IMMUTABLE_FLAGS_SET   EMAKEHR(0x1372)
 
#define CORPROF_E_PROFILER_NOT_YET_INITIALIZED   EMAKEHR(0x1373)
 
#define CORPROF_E_INCONSISTENT_WITH_FLAGS   EMAKEHR(0x1374)
 
#define CORPROF_E_PROFILER_CANCEL_ACTIVATION   EMAKEHR(0x1375)
 
#define CORPROF_E_CONCURRENT_GC_NOT_PROFILABLE   EMAKEHR(0x1376)
 
#define CORPROF_E_INCONSISTENT_FLAGS_WITH_HOST_PROTECTION_SETTING   EMAKEHR(0x1377)
 
#define CORPROF_E_DEBUGGING_DISABLED   EMAKEHR(0x1378)
 
#define CORPROF_E_TIMEOUT_WAITING_FOR_CONCURRENT_GC   EMAKEHR(0x1379)
 
#define CORPROF_E_MODULE_IS_DYNAMIC   EMAKEHR(0x137a)
 
#define CORPROF_E_CALLBACK4_REQUIRED   EMAKEHR(0x137b)
 
#define CORPROF_E_REJIT_NOT_ENABLED   EMAKEHR(0x137c)
 
#define CORPROF_E_ACTIVE_REJIT_REQUEST_NOT_FOUND   EMAKEHR(0x137d)
 
#define CORPROF_E_FUNCTION_IS_COLLECTIBLE   EMAKEHR(0x137e)
 
#define CORPROF_E_REJIT_REQUIRES_DISABLE_NGEN   EMAKEHR(0x137f)
 
#define CORSEC_E_DECODE_SET   EMAKEHR(0x1410)
 
#define CORSEC_E_ENCODE_SET   EMAKEHR(0x1411)
 
#define CORSEC_E_UNSUPPORTED_FORMAT   EMAKEHR(0x1412)
 
#define CORSEC_E_CRYPTOAPI_CALL_FAILED   EMAKEHR(0x1413)
 
#define CORSEC_E_NO_SUITABLE_CSP   EMAKEHR(0x1414)
 
#define CORSEC_E_INVALID_ATTR   EMAKEHR(0x1415)
 
#define CORSEC_E_POLICY_EXCEPTION   EMAKEHR(0x1416)
 
#define CORSEC_E_MIN_GRANT_FAIL   EMAKEHR(0x1417)
 
#define CORSEC_E_NO_EXEC_PERM   EMAKEHR(0x1418)
 
#define CORSEC_E_XMLSYNTAX   EMAKEHR(0x1419)
 
#define CORSEC_E_INVALID_STRONGNAME   EMAKEHR(0x141a)
 
#define CORSEC_E_MISSING_STRONGNAME   EMAKEHR(0x141b)
 
#define CORSEC_E_CONTAINER_NOT_FOUND   EMAKEHR(0x141c)
 
#define CORSEC_E_INVALID_IMAGE_FORMAT   EMAKEHR(0x141d)
 
#define CORSEC_E_INVALID_PUBLICKEY   EMAKEHR(0x141e)
 
#define CORSEC_E_SIGNATURE_MISMATCH   EMAKEHR(0x1420)
 
#define CORSEC_E_INVALID_SIGNATUREKEY   EMAKEHR(0x1422)
 
#define CORSEC_E_INVALID_COUNTERSIGNATURE   EMAKEHR(0x1423)
 
#define CORSEC_E_CRYPTO   EMAKEHR(0x1430)
 
#define CORSEC_E_CRYPTO_UNEX_OPER   EMAKEHR(0x1431)
 
#define CORSECATTR_E_BAD_ATTRIBUTE   EMAKEHR(0x143a)
 
#define CORSECATTR_E_MISSING_CONSTRUCTOR   EMAKEHR(0x143b)
 
#define CORSECATTR_E_FAILED_TO_CREATE_PERM   EMAKEHR(0x143c)
 
#define CORSECATTR_E_BAD_ACTION_ASM   EMAKEHR(0x143d)
 
#define CORSECATTR_E_BAD_ACTION_OTHER   EMAKEHR(0x143e)
 
#define CORSECATTR_E_BAD_PARENT   EMAKEHR(0x143f)
 
#define CORSECATTR_E_TRUNCATED   EMAKEHR(0x1440)
 
#define CORSECATTR_E_BAD_VERSION   EMAKEHR(0x1441)
 
#define CORSECATTR_E_BAD_ACTION   EMAKEHR(0x1442)
 
#define CORSECATTR_E_NO_SELF_REF   EMAKEHR(0x1443)
 
#define CORSECATTR_E_BAD_NONCAS   EMAKEHR(0x1444)
 
#define CORSECATTR_E_ASSEMBLY_LOAD_FAILED   EMAKEHR(0x1445)
 
#define CORSECATTR_E_ASSEMBLY_LOAD_FAILED_EX   EMAKEHR(0x1446)
 
#define CORSECATTR_E_TYPE_LOAD_FAILED   EMAKEHR(0x1447)
 
#define CORSECATTR_E_TYPE_LOAD_FAILED_EX   EMAKEHR(0x1448)
 
#define CORSECATTR_E_ABSTRACT   EMAKEHR(0x1449)
 
#define CORSECATTR_E_UNSUPPORTED_TYPE   EMAKEHR(0x144a)
 
#define CORSECATTR_E_UNSUPPORTED_ENUM_TYPE   EMAKEHR(0x144b)
 
#define CORSECATTR_E_NO_FIELD   EMAKEHR(0x144c)
 
#define CORSECATTR_E_NO_PROPERTY   EMAKEHR(0x144d)
 
#define CORSECATTR_E_EXCEPTION   EMAKEHR(0x144e)
 
#define CORSECATTR_E_EXCEPTION_HR   EMAKEHR(0x144f)
 
#define CEE_E_ENTRYPOINT   EMAKEHR(0x1000)
 
#define CEE_E_CVTRES_NOT_FOUND   EMAKEHR(0x1001)
 
#define HOST_E_DEADLOCK   EMAKEHR(0x1020)
 
#define HOST_E_INTERRUPTED   EMAKEHR(0x1021)
 
#define HOST_E_INVALIDOPERATION   EMAKEHR(0x1022)
 
#define HOST_E_CLRNOTAVAILABLE   EMAKEHR(0x1023)
 
#define HOST_E_TIMEOUT   EMAKEHR(0x1024)
 
#define HOST_E_NOT_OWNER   EMAKEHR(0x1025)
 
#define HOST_E_ABANDONED   EMAKEHR(0x1026)
 
#define HOST_E_EXITPROCESS_THREADABORT   EMAKEHR(0x1027)
 
#define HOST_E_EXITPROCESS_ADUNLOAD   EMAKEHR(0x1028)
 
#define HOST_E_EXITPROCESS_TIMEOUT   EMAKEHR(0x1029)
 
#define HOST_E_EXITPROCESS_OUTOFMEMORY   EMAKEHR(0x102a)
 
#define HOST_E_EXITPROCESS_STACKOVERFLOW   EMAKEHR(0x102b)
 
#define ISS_E_ISOSTORE_START   EMAKEHR(0x1450)
 
#define ISS_E_ISOSTORE   EMAKEHR(0x1450)
 
#define ISS_E_OPEN_STORE_FILE   EMAKEHR(0x1460)
 
#define ISS_E_OPEN_FILE_MAPPING   EMAKEHR(0x1461)
 
#define ISS_E_MAP_VIEW_OF_FILE   EMAKEHR(0x1462)
 
#define ISS_E_GET_FILE_SIZE   EMAKEHR(0x1463)
 
#define ISS_E_CREATE_MUTEX   EMAKEHR(0x1464)
 
#define ISS_E_LOCK_FAILED   EMAKEHR(0x1465)
 
#define ISS_E_FILE_WRITE   EMAKEHR(0x1466)
 
#define ISS_E_SET_FILE_POINTER   EMAKEHR(0x1467)
 
#define ISS_E_CREATE_DIR   EMAKEHR(0x1468)
 
#define ISS_E_STORE_NOT_OPEN   EMAKEHR(0x1469)
 
#define ISS_E_CORRUPTED_STORE_FILE   EMAKEHR(0x1480)
 
#define ISS_E_STORE_VERSION   EMAKEHR(0x1481)
 
#define ISS_E_FILE_NOT_MAPPED   EMAKEHR(0x1482)
 
#define ISS_E_BLOCK_SIZE_TOO_SMALL   EMAKEHR(0x1483)
 
#define ISS_E_ALLOC_TOO_LARGE   EMAKEHR(0x1484)
 
#define ISS_E_USAGE_WILL_EXCEED_QUOTA   EMAKEHR(0x1485)
 
#define ISS_E_TABLE_ROW_NOT_FOUND   EMAKEHR(0x1486)
 
#define ISS_E_DEPRECATE   EMAKEHR(0x14a0)
 
#define ISS_E_CALLER   EMAKEHR(0x14a1)
 
#define ISS_E_PATH_LENGTH   EMAKEHR(0x14a2)
 
#define ISS_E_MACHINE   EMAKEHR(0x14a3)
 
#define ISS_E_MACHINE_DACL   EMAKEHR(0x14a4)
 
#define ISS_E_ISOSTORE_END   EMAKEHR(0x14ff)
 
#define META_E_DUPLICATE   EMAKEHR(0x1180)
 
#define META_E_GUID_REQUIRED   EMAKEHR(0x1181)
 
#define META_E_TYPEDEF_MISMATCH   EMAKEHR(0x1182)
 
#define META_E_MERGE_COLLISION   EMAKEHR(0x1183)
 
#define META_E_METHD_NOT_FOUND   EMAKEHR(0x1187)
 
#define META_E_FIELD_NOT_FOUND   EMAKEHR(0x1188)
 
#define META_E_PARAM_MISMATCH   EMAKEHR(0x1189)
 
#define META_E_BADMETADATA   EMAKEHR(0x118a)
 
#define META_E_INTFCEIMPL_NOT_FOUND   EMAKEHR(0x118b)
 
#define META_E_CLASS_LAYOUT_INCONSISTENT   EMAKEHR(0x118d)
 
#define META_E_FIELD_MARSHAL_NOT_FOUND   EMAKEHR(0x118e)
 
#define META_E_METHODSEM_NOT_FOUND   EMAKEHR(0x118f)
 
#define META_E_EVENT_NOT_FOUND   EMAKEHR(0x1190)
 
#define META_E_PROP_NOT_FOUND   EMAKEHR(0x1191)
 
#define META_E_BAD_SIGNATURE   EMAKEHR(0x1192)
 
#define META_E_BAD_INPUT_PARAMETER   EMAKEHR(0x1193)
 
#define META_E_METHDIMPL_INCONSISTENT   EMAKEHR(0x1194)
 
#define META_E_MD_INCONSISTENCY   EMAKEHR(0x1195)
 
#define META_E_CANNOTRESOLVETYPEREF   EMAKEHR(0x1196)
 
#define META_E_STRINGSPACE_FULL   EMAKEHR(0x1198)
 
#define META_E_UNEXPECTED_REMAP   EMAKEHR(0x1199)
 
#define META_E_HAS_UNMARKALL   EMAKEHR(0x119a)
 
#define META_E_MUST_CALL_UNMARKALL   EMAKEHR(0x119b)
 
#define META_E_GENERICPARAM_INCONSISTENT   EMAKEHR(0x119c)
 
#define META_E_EVENT_COUNTS   EMAKEHR(0x119d)
 
#define META_E_PROPERTY_COUNTS   EMAKEHR(0x119e)
 
#define META_E_TYPEDEF_MISSING   EMAKEHR(0x119f)
 
#define META_E_INVALID_TOKEN_TYPE   EMAKEHR(0x115f)
 
#define META_E_CA_INVALID_TARGET   EMAKEHR(0x11c0)
 
#define META_E_CA_INVALID_VALUE   EMAKEHR(0x11c1)
 
#define META_E_CA_INVALID_BLOB   EMAKEHR(0x11c2)
 
#define META_E_CA_REPEATED_ARG   EMAKEHR(0x11c3)
 
#define META_E_CA_UNKNOWN_ARGUMENT   EMAKEHR(0x11c4)
 
#define META_E_CA_VARIANT_NYI   EMAKEHR(0x11c5)
 
#define META_E_CA_ARRAY_NYI   EMAKEHR(0x11c6)
 
#define META_E_CA_UNEXPECTED_TYPE   EMAKEHR(0x11c7)
 
#define META_E_CA_INVALID_ARGTYPE   EMAKEHR(0x11c8)
 
#define META_E_CA_INVALID_ARG_FOR_TYPE   EMAKEHR(0x11c9)
 
#define META_E_CA_INVALID_UUID   EMAKEHR(0x11ca)
 
#define META_E_CA_INVALID_MARSHALAS_FIELDS   EMAKEHR(0x11cb)
 
#define META_E_CA_NT_FIELDONLY   EMAKEHR(0x11cc)
 
#define META_E_CA_NEGATIVE_PARAMINDEX   EMAKEHR(0x11cd)
 
#define META_E_CA_NEGATIVE_MULTIPLIER   EMAKEHR(0x11ce)
 
#define META_E_CA_NEGATIVE_CONSTSIZE   EMAKEHR(0x11cf)
 
#define META_E_CA_FIXEDSTR_SIZE_REQUIRED   EMAKEHR(0x11d0)
 
#define META_E_CA_CUSTMARSH_TYPE_REQUIRED   EMAKEHR(0x11d1)
 
#define META_E_CA_FILENAME_REQUIRED   EMAKEHR(0x11d2)
 
#define META_E_NOT_IN_ENC_MODE   EMAKEHR(0x11d4)
 
#define META_E_METHOD_COUNTS   EMAKEHR(0x11d6)
 
#define META_E_FIELD_COUNTS   EMAKEHR(0x11d7)
 
#define META_E_PARAM_COUNTS   EMAKEHR(0x11d8)
 
#define META_E_MISMATCHED_VISIBLITY   EMAKEHR(0x11e4)
 
#define META_E_CA_BAD_FRIENDS_ARGS   EMAKEHR(0x11e5)
 
#define META_E_CA_FRIENDS_SN_REQUIRED   EMAKEHR(0x11e6)
 
#define MSEE_E_LOADLIBFAILED   EMAKEHR(0x1010)
 
#define MSEE_E_GETPROCFAILED   EMAKEHR(0x1011)
 
#define MSEE_E_MULTCOPIESLOADED   EMAKEHR(0x1012)
 
#define MSEE_E_ASSEMBLYLOADINPROGRESS   EMAKEHR(0x1016)
 
#define MSEE_E_CANNOTCREATEAPPDOMAIN   EMAKEHR(0x1017)
 
#define NGEN_FAILED_GET_DEPENDENCIES   EMAKEHR(0x1f00)
 
#define NGEN_FAILED_NATIVE_IMAGE_DELETE   EMAKEHR(0x1f01)
 
#define NGEN_E_TOO_MANY_INTERFACES   EMAKEHR(0x1f02)
 
#define NGEN_E_OLDER_RUNTIME   EMAKEHR(0x1f03)
 
#define NGEN_E_WORKER_UNEXPECTED_EXIT   EMAKEHR(0x1f04)
 
#define NGEN_E_WORKER_UNEXPECTED_SYNC   EMAKEHR(0x1f05)
 
#define NGEN_E_SYS_ASM_NI_MISSING   EMAKEHR(0x1f06)
 
#define NGEN_E_EXE_MACHINE_TYPE_MISMATCH   EMAKEHR(0x1f07)
 
#define NGEN_E_ASSEMBLY_EXCLUSION_FILE_PARSE_ERROR   EMAKEHR(0x1f08)
 
#define NGEN_E_HARDBOUND_DEPENDENCY_MISSING   EMAKEHR(0x1f09)
 
#define NGEN_E_NOT_RUNNING_IN_EXPECTED_PACKAGE   EMAKEHR(0x1f0a)
 
#define PEFMT_E_NO_CONTENTS   EMAKEHR(0x1d00)
 
#define PEFMT_E_NO_NTHEADERS   EMAKEHR(0x1d01)
 
#define PEFMT_E_64BIT   EMAKEHR(0x1d02)
 
#define PEFMT_E_NO_CORHEADER   EMAKEHR(0x1d03)
 
#define PEFMT_E_NOT_ILONLY   EMAKEHR(0x1d04)
 
#define PEFMT_E_IMPORT_DLLS   EMAKEHR(0x1d05)
 
#define PEFMT_E_EXE_NOENTRYPOINT   EMAKEHR(0x1d06)
 
#define PEFMT_E_BASE_RELOCS   EMAKEHR(0x1d07)
 
#define PEFMT_E_ENTRYPOINT   EMAKEHR(0x1d08)
 
#define PEFMT_E_ZERO_SIZEOFCODE   EMAKEHR(0x1d09)
 
#define PEFMT_E_BAD_CORHEADER   EMAKEHR(0x1d0a)
 
#define PEFMT_E_32BIT   EMAKEHR(0x1d0b)
 
#define SECURITY_E_XML_TO_ASN_ENCODING   EMAKEHR(0x1400)
 
#define SECURITY_E_INCOMPATIBLE_SHARE   EMAKEHR(0x1401)
 
#define SECURITY_E_UNVERIFIABLE   EMAKEHR(0x1402)
 
#define SECURITY_E_INCOMPATIBLE_EVIDENCE   EMAKEHR(0x1403)
 
#define SN_E_PUBLICKEY_MISMATCH   EMAKEHR(0x1421)
 
#define SN_CRYPTOAPI_CALL_FAILED   EMAKEHR(0x1413)
 
#define SN_NO_SUITABLE_CSP   EMAKEHR(0x1414)
 
#define VER_E_HRESULT   EMAKEHR(0x1801)
 
#define VER_E_OFFSET   EMAKEHR(0x1802)
 
#define VER_E_OPCODE   EMAKEHR(0x1803)
 
#define VER_E_OPERAND   EMAKEHR(0x1804)
 
#define VER_E_TOKEN   EMAKEHR(0x1805)
 
#define VER_E_EXCEPT   EMAKEHR(0x1806)
 
#define VER_E_STACK_SLOT   EMAKEHR(0x1807)
 
#define VER_E_LOC   EMAKEHR(0x1808)
 
#define VER_E_ARG   EMAKEHR(0x1809)
 
#define VER_E_FOUND   EMAKEHR(0x180a)
 
#define VER_E_EXPECTED   EMAKEHR(0x180b)
 
#define VER_E_LOC_BYNAME   EMAKEHR(0x180c)
 
#define VER_E_UNKNOWN_OPCODE   EMAKEHR(0x1810)
 
#define VER_E_SIG_CALLCONV   EMAKEHR(0x1811)
 
#define VER_E_SIG_ELEMTYPE   EMAKEHR(0x1812)
 
#define VER_E_RET_SIG   EMAKEHR(0x1814)
 
#define VER_E_FIELD_SIG   EMAKEHR(0x1815)
 
#define VER_E_OPEN_DLGT_PROT_ACC   EMAKEHR(0x1816)
 
#define VER_E_INTERNAL   EMAKEHR(0x1818)
 
#define VER_E_STACK_TOO_LARGE   EMAKEHR(0x1819)
 
#define VER_E_ARRAY_NAME_LONG   EMAKEHR(0x181a)
 
#define VER_E_FALLTHRU   EMAKEHR(0x1820)
 
#define VER_E_TRY_GTEQ_END   EMAKEHR(0x1821)
 
#define VER_E_TRYEND_GT_CS   EMAKEHR(0x1822)
 
#define VER_E_HND_GTEQ_END   EMAKEHR(0x1823)
 
#define VER_E_HNDEND_GT_CS   EMAKEHR(0x1824)
 
#define VER_E_FLT_GTEQ_CS   EMAKEHR(0x1825)
 
#define VER_E_TRY_START   EMAKEHR(0x1826)
 
#define VER_E_HND_START   EMAKEHR(0x1827)
 
#define VER_E_FLT_START   EMAKEHR(0x1828)
 
#define VER_E_TRY_OVERLAP   EMAKEHR(0x1829)
 
#define VER_E_TRY_EQ_HND_FIL   EMAKEHR(0x182a)
 
#define VER_E_TRY_SHARE_FIN_FAL   EMAKEHR(0x182b)
 
#define VER_E_HND_OVERLAP   EMAKEHR(0x182c)
 
#define VER_E_HND_EQ   EMAKEHR(0x182d)
 
#define VER_E_FIL_OVERLAP   EMAKEHR(0x182e)
 
#define VER_E_FIL_EQ   EMAKEHR(0x182f)
 
#define VER_E_FIL_CONT_TRY   EMAKEHR(0x1830)
 
#define VER_E_FIL_CONT_HND   EMAKEHR(0x1831)
 
#define VER_E_FIL_CONT_FIL   EMAKEHR(0x1832)
 
#define VER_E_FIL_GTEQ_CS   EMAKEHR(0x1833)
 
#define VER_E_FIL_START   EMAKEHR(0x1834)
 
#define VER_E_FALLTHRU_EXCEP   EMAKEHR(0x1835)
 
#define VER_E_FALLTHRU_INTO_HND   EMAKEHR(0x1836)
 
#define VER_E_FALLTHRU_INTO_FIL   EMAKEHR(0x1837)
 
#define VER_E_LEAVE   EMAKEHR(0x1838)
 
#define VER_E_RETHROW   EMAKEHR(0x1839)
 
#define VER_E_ENDFINALLY   EMAKEHR(0x183a)
 
#define VER_E_ENDFILTER   EMAKEHR(0x183b)
 
#define VER_E_ENDFILTER_MISSING   EMAKEHR(0x183c)
 
#define VER_E_BR_INTO_TRY   EMAKEHR(0x183d)
 
#define VER_E_BR_INTO_HND   EMAKEHR(0x183e)
 
#define VER_E_BR_INTO_FIL   EMAKEHR(0x183f)
 
#define VER_E_BR_OUTOF_TRY   EMAKEHR(0x1840)
 
#define VER_E_BR_OUTOF_HND   EMAKEHR(0x1841)
 
#define VER_E_BR_OUTOF_FIL   EMAKEHR(0x1842)
 
#define VER_E_BR_OUTOF_FIN   EMAKEHR(0x1843)
 
#define VER_E_RET_FROM_TRY   EMAKEHR(0x1844)
 
#define VER_E_RET_FROM_HND   EMAKEHR(0x1845)
 
#define VER_E_RET_FROM_FIL   EMAKEHR(0x1846)
 
#define VER_E_BAD_JMP_TARGET   EMAKEHR(0x1847)
 
#define VER_E_PATH_LOC   EMAKEHR(0x1848)
 
#define VER_E_PATH_THIS   EMAKEHR(0x1849)
 
#define VER_E_PATH_STACK   EMAKEHR(0x184a)
 
#define VER_E_PATH_STACK_DEPTH   EMAKEHR(0x184b)
 
#define VER_E_THIS   EMAKEHR(0x184c)
 
#define VER_E_THIS_UNINIT_EXCEP   EMAKEHR(0x184d)
 
#define VER_E_THIS_UNINIT_STORE   EMAKEHR(0x184e)
 
#define VER_E_THIS_UNINIT_RET   EMAKEHR(0x184f)
 
#define VER_E_THIS_UNINIT_V_RET   EMAKEHR(0x1850)
 
#define VER_E_THIS_UNINIT_BR   EMAKEHR(0x1851)
 
#define VER_E_LDFTN_CTOR   EMAKEHR(0x1852)
 
#define VER_E_STACK_NOT_EQ   EMAKEHR(0x1853)
 
#define VER_E_STACK_UNEXPECTED   EMAKEHR(0x1854)
 
#define VER_E_STACK_EXCEPTION   EMAKEHR(0x1855)
 
#define VER_E_STACK_OVERFLOW   EMAKEHR(0x1856)
 
#define VER_E_STACK_UNDERFLOW   EMAKEHR(0x1857)
 
#define VER_E_STACK_EMPTY   EMAKEHR(0x1858)
 
#define VER_E_STACK_UNINIT   EMAKEHR(0x1859)
 
#define VER_E_STACK_I_I4_I8   EMAKEHR(0x185a)
 
#define VER_E_STACK_R_R4_R8   EMAKEHR(0x185b)
 
#define VER_E_STACK_NO_R_I8   EMAKEHR(0x185c)
 
#define VER_E_STACK_NUMERIC   EMAKEHR(0x185d)
 
#define VER_E_STACK_OBJREF   EMAKEHR(0x185e)
 
#define VER_E_STACK_P_OBJREF   EMAKEHR(0x185f)
 
#define VER_E_STACK_BYREF   EMAKEHR(0x1860)
 
#define VER_E_STACK_METHOD   EMAKEHR(0x1861)
 
#define VER_E_STACK_ARRAY_SD   EMAKEHR(0x1862)
 
#define VER_E_STACK_VALCLASS   EMAKEHR(0x1863)
 
#define VER_E_STACK_P_VALCLASS   EMAKEHR(0x1864)
 
#define VER_E_STACK_NO_VALCLASS   EMAKEHR(0x1865)
 
#define VER_E_LOC_DEAD   EMAKEHR(0x1866)
 
#define VER_E_LOC_NUM   EMAKEHR(0x1867)
 
#define VER_E_ARG_NUM   EMAKEHR(0x1868)
 
#define VER_E_TOKEN_RESOLVE   EMAKEHR(0x1869)
 
#define VER_E_TOKEN_TYPE   EMAKEHR(0x186a)
 
#define VER_E_TOKEN_TYPE_MEMBER   EMAKEHR(0x186b)
 
#define VER_E_TOKEN_TYPE_FIELD   EMAKEHR(0x186c)
 
#define VER_E_TOKEN_TYPE_SIG   EMAKEHR(0x186d)
 
#define VER_E_UNVERIFIABLE   EMAKEHR(0x186e)
 
#define VER_E_LDSTR_OPERAND   EMAKEHR(0x186f)
 
#define VER_E_RET_PTR_TO_STACK   EMAKEHR(0x1870)
 
#define VER_E_RET_VOID   EMAKEHR(0x1871)
 
#define VER_E_RET_MISSING   EMAKEHR(0x1872)
 
#define VER_E_RET_EMPTY   EMAKEHR(0x1873)
 
#define VER_E_RET_UNINIT   EMAKEHR(0x1874)
 
#define VER_E_ARRAY_ACCESS   EMAKEHR(0x1875)
 
#define VER_E_ARRAY_V_STORE   EMAKEHR(0x1876)
 
#define VER_E_ARRAY_SD   EMAKEHR(0x1877)
 
#define VER_E_ARRAY_SD_PTR   EMAKEHR(0x1878)
 
#define VER_E_ARRAY_FIELD   EMAKEHR(0x1879)
 
#define VER_E_ARGLIST   EMAKEHR(0x187a)
 
#define VER_E_VALCLASS   EMAKEHR(0x187b)
 
#define VER_E_METHOD_ACCESS   EMAKEHR(0x187c)
 
#define VER_E_FIELD_ACCESS   EMAKEHR(0x187d)
 
#define VER_E_DEAD   EMAKEHR(0x187e)
 
#define VER_E_FIELD_STATIC   EMAKEHR(0x187f)
 
#define VER_E_FIELD_NO_STATIC   EMAKEHR(0x1880)
 
#define VER_E_ADDR   EMAKEHR(0x1881)
 
#define VER_E_ADDR_BYREF   EMAKEHR(0x1882)
 
#define VER_E_ADDR_LITERAL   EMAKEHR(0x1883)
 
#define VER_E_INITONLY   EMAKEHR(0x1884)
 
#define VER_E_THROW   EMAKEHR(0x1885)
 
#define VER_E_CALLVIRT_VALCLASS   EMAKEHR(0x1886)
 
#define VER_E_CALL_SIG   EMAKEHR(0x1887)
 
#define VER_E_CALL_STATIC   EMAKEHR(0x1888)
 
#define VER_E_CTOR   EMAKEHR(0x1889)
 
#define VER_E_CTOR_VIRT   EMAKEHR(0x188a)
 
#define VER_E_CTOR_OR_SUPER   EMAKEHR(0x188b)
 
#define VER_E_CTOR_MUL_INIT   EMAKEHR(0x188c)
 
#define VER_E_SIG   EMAKEHR(0x188d)
 
#define VER_E_SIG_ARRAY   EMAKEHR(0x188e)
 
#define VER_E_SIG_ARRAY_PTR   EMAKEHR(0x188f)
 
#define VER_E_SIG_ARRAY_BYREF   EMAKEHR(0x1890)
 
#define VER_E_SIG_ELEM_PTR   EMAKEHR(0x1891)
 
#define VER_E_SIG_VARARG   EMAKEHR(0x1892)
 
#define VER_E_SIG_VOID   EMAKEHR(0x1893)
 
#define VER_E_SIG_BYREF_BYREF   EMAKEHR(0x1894)
 
#define VER_E_CODE_SIZE_ZERO   EMAKEHR(0x1896)
 
#define VER_E_BAD_VARARG   EMAKEHR(0x1897)
 
#define VER_E_TAIL_CALL   EMAKEHR(0x1898)
 
#define VER_E_TAIL_BYREF   EMAKEHR(0x1899)
 
#define VER_E_TAIL_RET   EMAKEHR(0x189a)
 
#define VER_E_TAIL_RET_VOID   EMAKEHR(0x189b)
 
#define VER_E_TAIL_RET_TYPE   EMAKEHR(0x189c)
 
#define VER_E_TAIL_STACK_EMPTY   EMAKEHR(0x189d)
 
#define VER_E_METHOD_END   EMAKEHR(0x189e)
 
#define VER_E_BAD_BRANCH   EMAKEHR(0x189f)
 
#define VER_E_FIN_OVERLAP   EMAKEHR(0x18a0)
 
#define VER_E_LEXICAL_NESTING   EMAKEHR(0x18a1)
 
#define VER_E_VOLATILE   EMAKEHR(0x18a2)
 
#define VER_E_UNALIGNED   EMAKEHR(0x18a3)
 
#define VER_E_INNERMOST_FIRST   EMAKEHR(0x18a4)
 
#define VER_E_CALLI_VIRTUAL   EMAKEHR(0x18a5)
 
#define VER_E_CALL_ABSTRACT   EMAKEHR(0x18a6)
 
#define VER_E_STACK_UNEXP_ARRAY   EMAKEHR(0x18a7)
 
#define VER_E_NOT_IN_GC_HEAP   EMAKEHR(0x18a8)
 
#define VER_E_TRY_N_EMPTY_STACK   EMAKEHR(0x18a9)
 
#define VER_E_DLGT_CTOR   EMAKEHR(0x18aa)
 
#define VER_E_DLGT_BB   EMAKEHR(0x18ab)
 
#define VER_E_DLGT_PATTERN   EMAKEHR(0x18ac)
 
#define VER_E_DLGT_LDFTN   EMAKEHR(0x18ad)
 
#define VER_E_FTN_ABSTRACT   EMAKEHR(0x18ae)
 
#define VER_E_SIG_C_VC   EMAKEHR(0x18af)
 
#define VER_E_SIG_VC_C   EMAKEHR(0x18b0)
 
#define VER_E_BOX_PTR_TO_STACK   EMAKEHR(0x18b1)
 
#define VER_E_SIG_BYREF_TB_AH   EMAKEHR(0x18b2)
 
#define VER_E_SIG_ARRAY_TB_AH   EMAKEHR(0x18b3)
 
#define VER_E_ENDFILTER_STACK   EMAKEHR(0x18b4)
 
#define VER_E_DLGT_SIG_I   EMAKEHR(0x18b5)
 
#define VER_E_DLGT_SIG_O   EMAKEHR(0x18b6)
 
#define VER_E_RA_PTR_TO_STACK   EMAKEHR(0x18b7)
 
#define VER_E_CATCH_VALUE_TYPE   EMAKEHR(0x18b8)
 
#define VER_E_CATCH_BYREF   EMAKEHR(0x18b9)
 
#define VER_E_FIL_PRECEED_HND   EMAKEHR(0x18ba)
 
#define VER_E_LDVIRTFTN_STATIC   EMAKEHR(0x18bb)
 
#define VER_E_CALLVIRT_STATIC   EMAKEHR(0x18bc)
 
#define VER_E_INITLOCALS   EMAKEHR(0x18bd)
 
#define VER_E_BR_TO_EXCEPTION   EMAKEHR(0x18be)
 
#define VER_E_CALL_CTOR   EMAKEHR(0x18bf)
 
#define VER_E_VALCLASS_OBJREF_VAR   EMAKEHR(0x18c0)
 
#define VER_E_STACK_P_VALCLASS_OBJREF_VAR   EMAKEHR(0x18c1)
 
#define VER_E_SIG_VAR_PARAM   EMAKEHR(0x18c2)
 
#define VER_E_SIG_MVAR_PARAM   EMAKEHR(0x18c3)
 
#define VER_E_SIG_VAR_ARG   EMAKEHR(0x18c4)
 
#define VER_E_SIG_MVAR_ARG   EMAKEHR(0x18c5)
 
#define VER_E_SIG_GENERICINST   EMAKEHR(0x18c6)
 
#define VER_E_SIG_METHOD_INST   EMAKEHR(0x18c7)
 
#define VER_E_SIG_METHOD_PARENT_INST   EMAKEHR(0x18c8)
 
#define VER_E_SIG_FIELD_PARENT_INST   EMAKEHR(0x18c9)
 
#define VER_E_CALLCONV_NOT_GENERICINST   EMAKEHR(0x18ca)
 
#define VER_E_TOKEN_BAD_METHOD_SPEC   EMAKEHR(0x18cb)
 
#define VER_E_BAD_READONLY_PREFIX   EMAKEHR(0x18cc)
 
#define VER_E_BAD_CONSTRAINED_PREFIX   EMAKEHR(0x18cd)
 
#define VER_E_CIRCULAR_VAR_CONSTRAINTS   EMAKEHR(0x18ce)
 
#define VER_E_CIRCULAR_MVAR_CONSTRAINTS   EMAKEHR(0x18cf)
 
#define VER_E_UNSATISFIED_METHOD_INST   EMAKEHR(0x18d0)
 
#define VER_E_UNSATISFIED_METHOD_PARENT_INST   EMAKEHR(0x18d1)
 
#define VER_E_UNSATISFIED_FIELD_PARENT_INST   EMAKEHR(0x18d2)
 
#define VER_E_UNSATISFIED_BOX_OPERAND   EMAKEHR(0x18d3)
 
#define VER_E_CONSTRAINED_CALL_WITH_NON_BYREF_THIS   EMAKEHR(0x18d4)
 
#define VER_E_CONSTRAINED_OF_NON_VARIABLE_TYPE   EMAKEHR(0x18d5)
 
#define VER_E_READONLY_UNEXPECTED_CALLEE   EMAKEHR(0x18d6)
 
#define VER_E_READONLY_ILLEGAL_WRITE   EMAKEHR(0x18d7)
 
#define VER_E_READONLY_IN_MKREFANY   EMAKEHR(0x18d8)
 
#define VER_E_UNALIGNED_ALIGNMENT   EMAKEHR(0x18d9)
 
#define VER_E_TAILCALL_INSIDE_EH   EMAKEHR(0x18da)
 
#define VER_E_BACKWARD_BRANCH   EMAKEHR(0x18db)
 
#define VER_E_CALL_TO_VTYPE_BASE   EMAKEHR(0x18dc)
 
#define VER_E_NEWOBJ_OF_ABSTRACT_CLASS   EMAKEHR(0x18dd)
 
#define VER_E_UNMANAGED_POINTER   EMAKEHR(0x18de)
 
#define VER_E_LDFTN_NON_FINAL_VIRTUAL   EMAKEHR(0x18df)
 
#define VER_E_FIELD_OVERLAP   EMAKEHR(0x18e0)
 
#define VER_E_THIS_MISMATCH   EMAKEHR(0x18e1)
 
#define VER_E_STACK_I_I4   EMAKEHR(0x18e2)
 
#define VER_E_BAD_PE   EMAKEHR(0x18f0)
 
#define VER_E_BAD_MD   EMAKEHR(0x18f1)
 
#define VER_E_BAD_APPDOMAIN   EMAKEHR(0x18f2)
 
#define VER_E_TYPELOAD   EMAKEHR(0x18f3)
 
#define VER_E_PE_LOAD   EMAKEHR(0x18f4)
 
#define VER_E_WRITE_RVA_STATIC   EMAKEHR(0x18f5)
 
#define VER_E_INITIALIZE_ARRAY_MISSING_TOKEN   EMAKEHR(0x18f6)
 

Macro Definition Documentation

◆ CEE_E_CVTRES_NOT_FOUND

#define CEE_E_CVTRES_NOT_FOUND   EMAKEHR(0x1001)

Definition at line 910 of file corerror.h.

◆ CEE_E_ENTRYPOINT

#define CEE_E_ENTRYPOINT   EMAKEHR(0x1000)

Definition at line 909 of file corerror.h.

◆ CLDB_E_BADUPDATEMODE

#define CLDB_E_BADUPDATEMODE   EMAKEHR(0x1110)

Definition at line 199 of file corerror.h.

◆ CLDB_E_COLUMN_OVERFLOW

#define CLDB_E_COLUMN_OVERFLOW   EMAKEHR(0x1140)

Definition at line 210 of file corerror.h.

◆ CLDB_E_COLUMN_PKNONULLS

#define CLDB_E_COLUMN_PKNONULLS   EMAKEHR(0x1143)

Definition at line 213 of file corerror.h.

◆ CLDB_E_COLUMN_READONLY

#define CLDB_E_COLUMN_READONLY   EMAKEHR(0x1141)

Definition at line 211 of file corerror.h.

◆ CLDB_E_COLUMN_SPECIALCOL

#define CLDB_E_COLUMN_SPECIALCOL   EMAKEHR(0x1142)

Definition at line 212 of file corerror.h.

◆ CLDB_E_FILE_BADREAD

#define CLDB_E_FILE_BADREAD   EMAKEHR(0x1100)

Definition at line 186 of file corerror.h.

◆ CLDB_E_FILE_BADWRITE

#define CLDB_E_FILE_BADWRITE   EMAKEHR(0x1101)

Definition at line 187 of file corerror.h.

◆ CLDB_E_FILE_CORRUPT

#define CLDB_E_FILE_CORRUPT   EMAKEHR(0x110e)

Definition at line 197 of file corerror.h.

◆ CLDB_E_FILE_OLDVER

#define CLDB_E_FILE_OLDVER   EMAKEHR(0x1107)

Definition at line 191 of file corerror.h.

◆ CLDB_E_FILE_READONLY

#define CLDB_E_FILE_READONLY   EMAKEHR(0x1103)

Definition at line 188 of file corerror.h.

◆ CLDB_E_INCOMPATIBLE

#define CLDB_E_INCOMPATIBLE   EMAKEHR(0x110d)

Definition at line 196 of file corerror.h.

◆ CLDB_E_INDEX_BADTYPE

#define CLDB_E_INDEX_BADTYPE   EMAKEHR(0x1123)

Definition at line 202 of file corerror.h.

◆ CLDB_E_INDEX_DUPLICATE

#define CLDB_E_INDEX_DUPLICATE   EMAKEHR(0x1122)

Definition at line 201 of file corerror.h.

◆ CLDB_E_INDEX_NONULLKEYS

#define CLDB_E_INDEX_NONULLKEYS   EMAKEHR(0x1121)

Definition at line 200 of file corerror.h.

◆ CLDB_E_INDEX_NOTFOUND

#define CLDB_E_INDEX_NOTFOUND   EMAKEHR(0x1124)

Definition at line 203 of file corerror.h.

◆ CLDB_E_INTERNALERROR

#define CLDB_E_INTERNALERROR   EMAKEHR(0x1fff)

Definition at line 219 of file corerror.h.

◆ CLDB_E_NAME_ERROR

#define CLDB_E_NAME_ERROR   EMAKEHR(0x1105)

Definition at line 189 of file corerror.h.

◆ CLDB_E_NO_DATA

#define CLDB_E_NO_DATA   EMAKEHR(0x110b)

Definition at line 194 of file corerror.h.

◆ CLDB_E_OBJECT_COLNOTFOUND

#define CLDB_E_OBJECT_COLNOTFOUND   EMAKEHR(0x1152)

Definition at line 216 of file corerror.h.

◆ CLDB_E_OBJECT_NOTFOUND

#define CLDB_E_OBJECT_NOTFOUND   EMAKEHR(0x1151)

Definition at line 215 of file corerror.h.

◆ CLDB_E_READONLY

#define CLDB_E_READONLY   EMAKEHR(0x110c)

Definition at line 195 of file corerror.h.

◆ CLDB_E_RECORD_DELETED

#define CLDB_E_RECORD_DELETED   EMAKEHR(0x1134)

Definition at line 208 of file corerror.h.

◆ CLDB_E_RECORD_DUPLICATE

#define CLDB_E_RECORD_DUPLICATE   EMAKEHR(0x1132)

Definition at line 206 of file corerror.h.

◆ CLDB_E_RECORD_NOTFOUND

#define CLDB_E_RECORD_NOTFOUND   EMAKEHR(0x1130)

Definition at line 204 of file corerror.h.

◆ CLDB_E_RECORD_OUTOFORDER

#define CLDB_E_RECORD_OUTOFORDER   EMAKEHR(0x1135)

Definition at line 209 of file corerror.h.

◆ CLDB_E_RECORD_OVERFLOW

#define CLDB_E_RECORD_OVERFLOW   EMAKEHR(0x1131)

Definition at line 205 of file corerror.h.

◆ CLDB_E_RECORD_PKREQUIRED

#define CLDB_E_RECORD_PKREQUIRED   EMAKEHR(0x1133)

Definition at line 207 of file corerror.h.

◆ CLDB_E_RELOCATED

#define CLDB_E_RELOCATED   EMAKEHR(0x1108)

Definition at line 192 of file corerror.h.

◆ CLDB_E_SCHEMA_VERNOTFOUND

#define CLDB_E_SCHEMA_VERNOTFOUND   EMAKEHR(0x110f)

Definition at line 198 of file corerror.h.

◆ CLDB_E_SMDUPLICATE

#define CLDB_E_SMDUPLICATE   EMAKEHR(0x110a)

Definition at line 193 of file corerror.h.

◆ CLDB_E_TABLE_CANTDROP

#define CLDB_E_TABLE_CANTDROP   EMAKEHR(0x1150)

Definition at line 214 of file corerror.h.

◆ CLDB_E_TOO_BIG

#define CLDB_E_TOO_BIG   EMAKEHR(0x1154)

Definition at line 218 of file corerror.h.

◆ CLDB_E_TRUNCATION

#define CLDB_E_TRUNCATION   EMAKEHR(0x1106)

Definition at line 190 of file corerror.h.

◆ CLDB_E_VECTOR_BADINDEX

#define CLDB_E_VECTOR_BADINDEX   EMAKEHR(0x1153)

Definition at line 217 of file corerror.h.

◆ CLDB_S_INDEX_TABLESCANREQUIRED

#define CLDB_S_INDEX_TABLESCANREQUIRED   SMAKEHR(0x1125)

Definition at line 223 of file corerror.h.

◆ CLDB_S_NULL

#define CLDB_S_NULL   SMAKEHR(0x1109)

Definition at line 222 of file corerror.h.

◆ CLDB_S_TRUNCATION

#define CLDB_S_TRUNCATION   SMAKEHR(0x1106)

Definition at line 221 of file corerror.h.

◆ CLR_E_APP_CONFIG_NOT_ALLOWED_IN_APPX_PROCESS

#define CLR_E_APP_CONFIG_NOT_ALLOWED_IN_APPX_PROCESS   EMAKEHR(0x104a)

Definition at line 225 of file corerror.h.

◆ CLR_E_BIND_ASSEMBLY_NOT_FOUND

#define CLR_E_BIND_ASSEMBLY_NOT_FOUND   EMAKEHR(0x2004)

Definition at line 237 of file corerror.h.

◆ CLR_E_BIND_ASSEMBLY_PUBLIC_KEY_MISMATCH

#define CLR_E_BIND_ASSEMBLY_PUBLIC_KEY_MISMATCH   EMAKEHR(0x2001)

Definition at line 234 of file corerror.h.

◆ CLR_E_BIND_ASSEMBLY_VERSION_TOO_LOW

#define CLR_E_BIND_ASSEMBLY_VERSION_TOO_LOW   EMAKEHR(0x2000)

Definition at line 233 of file corerror.h.

◆ CLR_E_BIND_IMAGE_UNAVAILABLE

#define CLR_E_BIND_IMAGE_UNAVAILABLE   EMAKEHR(0x2002)

Definition at line 235 of file corerror.h.

◆ CLR_E_BIND_TYPE_NOT_FOUND

#define CLR_E_BIND_TYPE_NOT_FOUND   EMAKEHR(0x2005)

Definition at line 238 of file corerror.h.

◆ CLR_E_BIND_UNRECOGNIZED_IDENTITY_FORMAT

#define CLR_E_BIND_UNRECOGNIZED_IDENTITY_FORMAT   EMAKEHR(0x2003)

Definition at line 236 of file corerror.h.

◆ CLR_E_SHIM_INSTALLCOMP

#define CLR_E_SHIM_INSTALLCOMP   EMAKEHR(0x1703)

Definition at line 230 of file corerror.h.

◆ CLR_E_SHIM_INSTALLROOT

#define CLR_E_SHIM_INSTALLROOT   EMAKEHR(0x1702)

Definition at line 229 of file corerror.h.

◆ CLR_E_SHIM_LEGACYRUNTIMEALREADYBOUND

#define CLR_E_SHIM_LEGACYRUNTIMEALREADYBOUND   EMAKEHR(0x1704)

Definition at line 231 of file corerror.h.

◆ CLR_E_SHIM_RUNTIME

#define CLR_E_SHIM_RUNTIME   EMAKEHR(0x1700)

Definition at line 226 of file corerror.h.

◆ CLR_E_SHIM_RUNTIMEEXPORT

#define CLR_E_SHIM_RUNTIMEEXPORT   EMAKEHR(0x1701)

Definition at line 228 of file corerror.h.

◆ CLR_E_SHIM_RUNTIMELOAD

#define CLR_E_SHIM_RUNTIMELOAD   EMAKEHR(0x1700)

Definition at line 227 of file corerror.h.

◆ CLR_E_SHIM_SHUTDOWNINPROGRESS

#define CLR_E_SHIM_SHUTDOWNINPROGRESS   EMAKEHR(0x1705)

Definition at line 232 of file corerror.h.

◆ CLR_OPTSVC_E_CONTROLLER_INTERRUPT

#define CLR_OPTSVC_E_CONTROLLER_INTERRUPT   EMAKEHR(0x1e00)

Definition at line 240 of file corerror.h.

◆ COR_E_ABANDONEDMUTEX

#define COR_E_ABANDONEDMUTEX   EMAKEHR(0x152D)

Definition at line 103 of file corerror.h.

◆ COR_E_ACCESSING_CCW

#define COR_E_ACCESSING_CCW   EMAKEHR(0x1544)

Definition at line 122 of file corerror.h.

◆ COR_E_AdapterMapping

#define COR_E_AdapterMapping   EMAKEHR(0x1933)

Definition at line 155 of file corerror.h.

◆ COR_E_AMBIGUOUSMATCH

#define COR_E_AMBIGUOUSMATCH   _HRESULT_TYPEDEF_(0x8000211D)

Definition at line 48 of file corerror.h.

◆ COR_E_APPDOMAINUNLOADED

#define COR_E_APPDOMAINUNLOADED   EMAKEHR(0x1014)

Definition at line 55 of file corerror.h.

◆ COR_E_APPLICATION

#define COR_E_APPLICATION   EMAKEHR(0x1600)

Definition at line 126 of file corerror.h.

◆ COR_E_ARGUMENT

#define COR_E_ARGUMENT   E_INVALIDARG

Definition at line 34 of file corerror.h.

◆ COR_E_ARGUMENTOUTOFRANGE

#define COR_E_ARGUMENTOUTOFRANGE   EMAKEHR(0x1502)

Definition at line 67 of file corerror.h.

◆ COR_E_ARITHMETIC

Definition at line 40 of file corerror.h.

◆ COR_E_ARRAYTYPEMISMATCH

#define COR_E_ARRAYTYPEMISMATCH   EMAKEHR(0x1503)

Definition at line 68 of file corerror.h.

◆ COR_E_ASSEMBLY_NOT_EXPECTED

#define COR_E_ASSEMBLY_NOT_EXPECTED   EMAKEHR(0x1057)

Definition at line 64 of file corerror.h.

◆ COR_E_ASSEMBLYEXPECTED

#define COR_E_ASSEMBLYEXPECTED   EMAKEHR(0x1018)

Definition at line 53 of file corerror.h.

◆ COR_E_BAD_PATHNAME

#define COR_E_BAD_PATHNAME   HRESULT_FROM_WIN32(ERROR_BAD_PATHNAME)

Definition at line 44 of file corerror.h.

◆ COR_E_BADIMAGEFORMAT

#define COR_E_BADIMAGEFORMAT   _HRESULT_TYPEDEF_(0x8007000B)

Definition at line 51 of file corerror.h.

◆ COR_E_CANNOT_SET_POLICY

#define COR_E_CANNOT_SET_POLICY   EMAKEHR(0x101c)

Definition at line 60 of file corerror.h.

◆ COR_E_CANNOT_SPECIFY_EVIDENCE

#define COR_E_CANNOT_SPECIFY_EVIDENCE   EMAKEHR(0x101d)

Definition at line 61 of file corerror.h.

◆ COR_E_CANNOTUNLOADAPPDOMAIN

#define COR_E_CANNOTUNLOADAPPDOMAIN   EMAKEHR(0x1015)

Definition at line 56 of file corerror.h.

◆ COR_E_CODECONTRACTFAILED

#define COR_E_CODECONTRACTFAILED   EMAKEHR(0x1542)

Definition at line 120 of file corerror.h.

◆ COR_E_CONTEXTMARSHAL

#define COR_E_CONTEXTMARSHAL   EMAKEHR(0x1504)

Definition at line 69 of file corerror.h.

◆ COR_E_CUSTOMATTRIBUTEFORMAT

#define COR_E_CUSTOMATTRIBUTEFORMAT   EMAKEHR(0x1605)

Definition at line 131 of file corerror.h.

◆ COR_E_Data

#define COR_E_Data   EMAKEHR(0x1920)

Definition at line 140 of file corerror.h.

◆ COR_E_DataAdapter

#define COR_E_DataAdapter   EMAKEHR(0x1934)

Definition at line 156 of file corerror.h.

◆ COR_E_DataConstraint

#define COR_E_DataConstraint   EMAKEHR(0x192a)

Definition at line 150 of file corerror.h.

◆ COR_E_DataDeletedRowInaccessible

#define COR_E_DataDeletedRowInaccessible   EMAKEHR(0x1921)

Definition at line 141 of file corerror.h.

◆ COR_E_DataDuplicateName

#define COR_E_DataDuplicateName   EMAKEHR(0x1922)

Definition at line 142 of file corerror.h.

◆ COR_E_DataInRowChangingEvent

#define COR_E_DataInRowChangingEvent   EMAKEHR(0x1923)

Definition at line 143 of file corerror.h.

◆ COR_E_DataInvalidConstraint

#define COR_E_DataInvalidConstraint   EMAKEHR(0x1924)

Definition at line 144 of file corerror.h.

◆ COR_E_DATAMISALIGNED

#define COR_E_DATAMISALIGNED   EMAKEHR(0x1541)

Definition at line 119 of file corerror.h.

◆ COR_E_DataMissingPrimaryKey

#define COR_E_DataMissingPrimaryKey   EMAKEHR(0x1925)

Definition at line 145 of file corerror.h.

◆ COR_E_DataNoNullAllowed

#define COR_E_DataNoNullAllowed   EMAKEHR(0x1926)

Definition at line 146 of file corerror.h.

◆ COR_E_DataReadOnly

#define COR_E_DataReadOnly   EMAKEHR(0x1927)

Definition at line 147 of file corerror.h.

◆ COR_E_DataRowNotInTable

#define COR_E_DataRowNotInTable   EMAKEHR(0x1928)

Definition at line 148 of file corerror.h.

◆ COR_E_DataVersionNotFound

#define COR_E_DataVersionNotFound   EMAKEHR(0x1929)

Definition at line 149 of file corerror.h.

◆ COR_E_DBConcurrency

#define COR_E_DBConcurrency   EMAKEHR(0x1935)

Definition at line 157 of file corerror.h.

◆ COR_E_DEVICESNOTSUPPORTED

#define COR_E_DEVICESNOTSUPPORTED   EMAKEHR(0x1540)

Definition at line 118 of file corerror.h.

◆ COR_E_DIRECTORYNOTFOUND

#define COR_E_DIRECTORYNOTFOUND   HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND)

Definition at line 45 of file corerror.h.

◆ COR_E_DIVIDEBYZERO

#define COR_E_DIVIDEBYZERO   _HRESULT_TYPEDEF_(0x80020012)

Definition at line 50 of file corerror.h.

◆ COR_E_DLLNOTFOUND

#define COR_E_DLLNOTFOUND   EMAKEHR(0x1524)

Definition at line 96 of file corerror.h.

◆ COR_E_DUPLICATEWAITOBJECT

#define COR_E_DUPLICATEWAITOBJECT   EMAKEHR(0x1529)

Definition at line 100 of file corerror.h.

◆ COR_E_ENDOFSTREAM

#define COR_E_ENDOFSTREAM   HRESULT_FROM_WIN32(ERROR_HANDLE_EOF)

Definition at line 42 of file corerror.h.

◆ COR_E_ENTRYPOINTNOTFOUND

#define COR_E_ENTRYPOINTNOTFOUND   EMAKEHR(0x1523)

Definition at line 95 of file corerror.h.

◆ COR_E_EXCEPTION

#define COR_E_EXCEPTION   EMAKEHR(0x1500)

Definition at line 65 of file corerror.h.

◆ COR_E_EXECUTIONENGINE

#define COR_E_EXECUTIONENGINE   EMAKEHR(0x1506)

Definition at line 71 of file corerror.h.

◆ COR_E_FAILFAST

#define COR_E_FAILFAST   EMAKEHR(0x1623)

Definition at line 135 of file corerror.h.

◆ COR_E_FIELDACCESS

#define COR_E_FIELDACCESS   EMAKEHR(0x1507)

Definition at line 72 of file corerror.h.

◆ COR_E_FILELOAD

#define COR_E_FILELOAD   EMAKEHR(0x1621)

Definition at line 133 of file corerror.h.

◆ COR_E_FILENOTFOUND

#define COR_E_FILENOTFOUND   HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)

Definition at line 43 of file corerror.h.

◆ COR_E_FIXUPSINEXE

#define COR_E_FIXUPSINEXE   EMAKEHR(0x1019)

Definition at line 57 of file corerror.h.

◆ COR_E_FORMAT

#define COR_E_FORMAT   EMAKEHR(0x1537)

Definition at line 111 of file corerror.h.

◆ COR_E_HOSTPROTECTION

#define COR_E_HOSTPROTECTION   EMAKEHR(0x1640)

Definition at line 136 of file corerror.h.

◆ COR_E_ILLEGAL_REENTRANCY

#define COR_E_ILLEGAL_REENTRANCY   EMAKEHR(0x1641)

Definition at line 137 of file corerror.h.

◆ COR_E_INDEXOUTOFRANGE

#define COR_E_INDEXOUTOFRANGE   EMAKEHR(0x1508)

Definition at line 73 of file corerror.h.

◆ COR_E_INSUFFICIENTEXECUTIONSTACK

#define COR_E_INSUFFICIENTEXECUTIONSTACK   EMAKEHR(0x1578)

Definition at line 125 of file corerror.h.

◆ COR_E_INSUFFICIENTMEMORY

#define COR_E_INSUFFICIENTMEMORY   EMAKEHR(0x153D)

Definition at line 116 of file corerror.h.

◆ COR_E_INVALIDCAST

#define COR_E_INVALIDCAST   E_NOINTERFACE

Definition at line 35 of file corerror.h.

◆ COR_E_INVALIDCOMOBJECT

#define COR_E_INVALIDCOMOBJECT   EMAKEHR(0x1527)

Definition at line 98 of file corerror.h.

◆ COR_E_INVALIDFILTERCRITERIA

#define COR_E_INVALIDFILTERCRITERIA   EMAKEHR(0x1601)

Definition at line 127 of file corerror.h.

◆ COR_E_INVALIDOLEVARIANTTYPE

#define COR_E_INVALIDOLEVARIANTTYPE   EMAKEHR(0x1531)

Definition at line 105 of file corerror.h.

◆ COR_E_INVALIDOPERATION

#define COR_E_INVALIDOPERATION   EMAKEHR(0x1509)

Definition at line 74 of file corerror.h.

◆ COR_E_INVALIDPROGRAM

#define COR_E_INVALIDPROGRAM   EMAKEHR(0x153A)

Definition at line 114 of file corerror.h.

◆ COR_E_InvalidUdt

#define COR_E_InvalidUdt   EMAKEHR(0x1937)

Definition at line 159 of file corerror.h.

◆ COR_E_IO

#define COR_E_IO   EMAKEHR(0x1620)

Definition at line 132 of file corerror.h.

◆ COR_E_KEYNOTFOUND

#define COR_E_KEYNOTFOUND   EMAKEHR(0x1577)

Definition at line 124 of file corerror.h.

◆ COR_E_LOADING_REFERENCE_ASSEMBLY

#define COR_E_LOADING_REFERENCE_ASSEMBLY   EMAKEHR(0x1058)

Definition at line 123 of file corerror.h.

◆ COR_E_MARSHALDIRECTIVE

#define COR_E_MARSHALDIRECTIVE   EMAKEHR(0x1535)

Definition at line 109 of file corerror.h.

◆ COR_E_MEMBERACCESS

#define COR_E_MEMBERACCESS   EMAKEHR(0x151A)

Definition at line 91 of file corerror.h.

◆ COR_E_METHODACCESS

#define COR_E_METHODACCESS   EMAKEHR(0x1510)

Definition at line 81 of file corerror.h.

◆ COR_E_MISSINGFIELD

#define COR_E_MISSINGFIELD   EMAKEHR(0x1511)

Definition at line 82 of file corerror.h.

◆ COR_E_MISSINGMANIFESTRESOURCE

#define COR_E_MISSINGMANIFESTRESOURCE   EMAKEHR(0x1532)

Definition at line 106 of file corerror.h.

◆ COR_E_MISSINGMEMBER

#define COR_E_MISSINGMEMBER   EMAKEHR(0x1512)

Definition at line 83 of file corerror.h.

◆ COR_E_MISSINGMETHOD

#define COR_E_MISSINGMETHOD   EMAKEHR(0x1513)

Definition at line 84 of file corerror.h.

◆ COR_E_MISSINGSATELLITEASSEMBLY

#define COR_E_MISSINGSATELLITEASSEMBLY   EMAKEHR(0x1536)

Definition at line 110 of file corerror.h.

◆ COR_E_MODULE_HASH_CHECK_FAILED

#define COR_E_MODULE_HASH_CHECK_FAILED   EMAKEHR(0x1039)

Definition at line 63 of file corerror.h.

◆ COR_E_MULTICASTNOTSUPPORTED

#define COR_E_MULTICASTNOTSUPPORTED   EMAKEHR(0x1514)

Definition at line 85 of file corerror.h.

◆ COR_E_MULTIMODULEASSEMBLIESDIALLOWED

#define COR_E_MULTIMODULEASSEMBLIESDIALLOWED   EMAKEHR(0x101e)

Definition at line 62 of file corerror.h.

◆ COR_E_NEWER_RUNTIME

#define COR_E_NEWER_RUNTIME   EMAKEHR(0x101b)

Definition at line 59 of file corerror.h.

◆ COR_E_NO_LOADLIBRARY_ALLOWED

#define COR_E_NO_LOADLIBRARY_ALLOWED   EMAKEHR(0x101a)

Definition at line 58 of file corerror.h.

◆ COR_E_NOTFINITENUMBER

#define COR_E_NOTFINITENUMBER   EMAKEHR(0x1528)

Definition at line 99 of file corerror.h.

◆ COR_E_NOTSUPPORTED

#define COR_E_NOTSUPPORTED   EMAKEHR(0x1515)

Definition at line 86 of file corerror.h.

◆ COR_E_NULLREFERENCE

#define COR_E_NULLREFERENCE   E_POINTER

Definition at line 36 of file corerror.h.

◆ COR_E_OBJECTDISPOSED

#define COR_E_OBJECTDISPOSED   EMAKEHR(0x1622)

Definition at line 134 of file corerror.h.

◆ COR_E_OdbcException

#define COR_E_OdbcException   EMAKEHR(0x1937)

Definition at line 160 of file corerror.h.

◆ COR_E_OperationAborted

#define COR_E_OperationAborted   EMAKEHR(0x1936)

Definition at line 158 of file corerror.h.

◆ COR_E_OPERATIONCANCELED

#define COR_E_OPERATIONCANCELED   EMAKEHR(0x153B)

Definition at line 115 of file corerror.h.

◆ COR_E_OracleException

#define COR_E_OracleException   EMAKEHR(0x1938)

Definition at line 161 of file corerror.h.

◆ COR_E_OUTOFMEMORY

#define COR_E_OUTOFMEMORY   E_OUTOFMEMORY

Definition at line 37 of file corerror.h.

◆ COR_E_OVERFLOW

#define COR_E_OVERFLOW   EMAKEHR(0x1516)

Definition at line 87 of file corerror.h.

◆ COR_E_PATHTOOLONG

Definition at line 46 of file corerror.h.

◆ COR_E_PLATFORMNOTSUPPORTED

#define COR_E_PLATFORMNOTSUPPORTED   EMAKEHR(0x1539)

Definition at line 113 of file corerror.h.

◆ COR_E_RANK

#define COR_E_RANK   EMAKEHR(0x1517)

Definition at line 88 of file corerror.h.

◆ COR_E_REFLECTIONTYPELOAD

#define COR_E_REFLECTIONTYPELOAD   EMAKEHR(0x1602)

Definition at line 128 of file corerror.h.

◆ COR_E_REMOTING

#define COR_E_REMOTING   EMAKEHR(0x150B)

Definition at line 76 of file corerror.h.

◆ COR_E_RUNTIMEWRAPPED

#define COR_E_RUNTIMEWRAPPED   EMAKEHR(0x153E)

Definition at line 117 of file corerror.h.

◆ COR_E_SAFEARRAYRANKMISMATCH

#define COR_E_SAFEARRAYRANKMISMATCH   EMAKEHR(0x1538)

Definition at line 112 of file corerror.h.

◆ COR_E_SAFEARRAYTYPEMISMATCH

#define COR_E_SAFEARRAYTYPEMISMATCH   EMAKEHR(0x1533)

Definition at line 107 of file corerror.h.

◆ COR_E_SECURITY

#define COR_E_SECURITY   EMAKEHR(0x150A)

Definition at line 75 of file corerror.h.

◆ COR_E_SEMAPHOREFULL

#define COR_E_SEMAPHOREFULL   EMAKEHR(0x152B)

Definition at line 101 of file corerror.h.

◆ COR_E_SERIALIZATION

#define COR_E_SERIALIZATION   EMAKEHR(0x150C)

Definition at line 77 of file corerror.h.

◆ COR_E_SERVER

#define COR_E_SERVER   EMAKEHR(0x150E)

Definition at line 79 of file corerror.h.

◆ COR_E_SERVICEDCOMPONENT

#define COR_E_SERVICEDCOMPONENT   EMAKEHR(0x150F)

Definition at line 80 of file corerror.h.

◆ COR_E_SqlException

#define COR_E_SqlException   EMAKEHR(0x1904)

Definition at line 139 of file corerror.h.

◆ COR_E_SqlNullValue

#define COR_E_SqlNullValue   EMAKEHR(0x1931)

Definition at line 153 of file corerror.h.

◆ COR_E_SqlTruncate

#define COR_E_SqlTruncate   EMAKEHR(0x1932)

Definition at line 154 of file corerror.h.

◆ COR_E_SqlType

#define COR_E_SqlType   EMAKEHR(0x1930)

Definition at line 152 of file corerror.h.

◆ COR_E_STACKOVERFLOW

#define COR_E_STACKOVERFLOW   HRESULT_FROM_WIN32(ERROR_STACK_OVERFLOW)

Definition at line 41 of file corerror.h.

◆ COR_E_StrongTyping

#define COR_E_StrongTyping   EMAKEHR(0x192b)

Definition at line 151 of file corerror.h.

◆ COR_E_SYNCHRONIZATIONLOCK

#define COR_E_SYNCHRONIZATIONLOCK   EMAKEHR(0x1518)

Definition at line 89 of file corerror.h.

◆ COR_E_SYSTEM

#define COR_E_SYSTEM   EMAKEHR(0x1501)

Definition at line 66 of file corerror.h.

◆ COR_E_TARGET

#define COR_E_TARGET   EMAKEHR(0x1603)

Definition at line 129 of file corerror.h.

◆ COR_E_TARGETINVOCATION

#define COR_E_TARGETINVOCATION   EMAKEHR(0x1604)

Definition at line 130 of file corerror.h.

◆ COR_E_TARGETPARAMCOUNT

#define COR_E_TARGETPARAMCOUNT   _HRESULT_TYPEDEF_(0x8002000E)

Definition at line 49 of file corerror.h.

◆ COR_E_THREADABORTED

#define COR_E_THREADABORTED   EMAKEHR(0x1530)

Definition at line 104 of file corerror.h.

◆ COR_E_THREADINTERRUPTED

#define COR_E_THREADINTERRUPTED   EMAKEHR(0x1519)

Definition at line 90 of file corerror.h.

◆ COR_E_THREADSTART

#define COR_E_THREADSTART   EMAKEHR(0x1525)

Definition at line 97 of file corerror.h.

◆ COR_E_THREADSTATE

#define COR_E_THREADSTATE   EMAKEHR(0x1520)

Definition at line 92 of file corerror.h.

◆ COR_E_THREADSTOP

#define COR_E_THREADSTOP   EMAKEHR(0x1521)

Definition at line 93 of file corerror.h.

◆ COR_E_TIMEOUT

#define COR_E_TIMEOUT   EMAKEHR(0x1505)

Definition at line 70 of file corerror.h.

◆ COR_E_TYPEACCESS

#define COR_E_TYPEACCESS   EMAKEHR(0x1543)

Definition at line 121 of file corerror.h.

◆ COR_E_TYPEINITIALIZATION

#define COR_E_TYPEINITIALIZATION   EMAKEHR(0x1534)

Definition at line 108 of file corerror.h.

◆ COR_E_TYPELOAD

#define COR_E_TYPELOAD   EMAKEHR(0x1522)

Definition at line 94 of file corerror.h.

◆ COR_E_TYPEUNLOADED

#define COR_E_TYPEUNLOADED   EMAKEHR(0x1013)

Definition at line 54 of file corerror.h.

◆ COR_E_UNAUTHORIZEDACCESS

#define COR_E_UNAUTHORIZEDACCESS   E_ACCESSDENIED

Definition at line 38 of file corerror.h.

◆ COR_E_VERIFICATION

#define COR_E_VERIFICATION   EMAKEHR(0x150D)

Definition at line 78 of file corerror.h.

◆ COR_E_WAITHANDLECANNOTBEOPENED

#define COR_E_WAITHANDLECANNOTBEOPENED   EMAKEHR(0x152C)

Definition at line 102 of file corerror.h.

◆ COR_E_Xml

#define COR_E_Xml   EMAKEHR(0x1940)

Definition at line 162 of file corerror.h.

◆ COR_E_XmlQuery

#define COR_E_XmlQuery   EMAKEHR(0x1944)

Definition at line 166 of file corerror.h.

◆ COR_E_XmlSchema

#define COR_E_XmlSchema   EMAKEHR(0x1941)

Definition at line 163 of file corerror.h.

◆ COR_E_XmlXPath

#define COR_E_XmlXPath   EMAKEHR(0x1943)

Definition at line 165 of file corerror.h.

◆ COR_E_XmlXslt

#define COR_E_XmlXslt   EMAKEHR(0x1942)

Definition at line 164 of file corerror.h.

◆ CORDBG_E_APPDOMAIN_MISMATCH

#define CORDBG_E_APPDOMAIN_MISMATCH   EMAKEHR(0x1c28)

Definition at line 775 of file corerror.h.

◆ CORDBG_E_BAD_REFERENCE_VALUE

#define CORDBG_E_BAD_REFERENCE_VALUE   EMAKEHR(0x1305)

Definition at line 676 of file corerror.h.

◆ CORDBG_E_BAD_THREAD_STATE

#define CORDBG_E_BAD_THREAD_STATE   EMAKEHR(0x132d)

Definition at line 706 of file corerror.h.

◆ CORDBG_E_CANNOT_BE_ON_ATTACH

#define CORDBG_E_CANNOT_BE_ON_ATTACH   EMAKEHR(0x1c13)

Definition at line 760 of file corerror.h.

◆ CORDBG_E_CANNOT_DEBUG_FIBER_PROCESS

#define CORDBG_E_CANNOT_DEBUG_FIBER_PROCESS   EMAKEHR(0x1c16)

Definition at line 763 of file corerror.h.

◆ CORDBG_E_CANNOT_RESOLVE_ASSEMBLY

#define CORDBG_E_CANNOT_RESOLVE_ASSEMBLY   EMAKEHR(0x1c11)

Definition at line 758 of file corerror.h.

◆ CORDBG_E_CANT_CALL_ON_THIS_THREAD

#define CORDBG_E_CANT_CALL_ON_THIS_THREAD   EMAKEHR(0x1c09)

Definition at line 750 of file corerror.h.

◆ CORDBG_E_CANT_CHANGE_JIT_SETTING_FOR_ZAP_MODULE

#define CORDBG_E_CANT_CHANGE_JIT_SETTING_FOR_ZAP_MODULE   EMAKEHR(0x131d)

Definition at line 694 of file corerror.h.

◆ CORDBG_E_CANT_INTEROP_STEP_OUT

#define CORDBG_E_CANT_INTEROP_STEP_OUT   EMAKEHR(0x1c20)

Definition at line 767 of file corerror.h.

◆ CORDBG_E_CANT_SET_IP_INTO_CATCH

#define CORDBG_E_CANT_SET_IP_INTO_CATCH   EMAKEHR(0x1310)

Definition at line 684 of file corerror.h.

◆ CORDBG_E_CANT_SET_IP_INTO_FINALLY

#define CORDBG_E_CANT_SET_IP_INTO_FINALLY   EMAKEHR(0x130e)

Definition at line 682 of file corerror.h.

◆ CORDBG_E_CANT_SET_IP_OUT_OF_CATCH_ON_WIN64

#define CORDBG_E_CANT_SET_IP_OUT_OF_CATCH_ON_WIN64   EMAKEHR(0x131f)

Definition at line 696 of file corerror.h.

◆ CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY

#define CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY   EMAKEHR(0x130f)

Definition at line 683 of file corerror.h.

◆ CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY_ON_WIN64

#define CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY_ON_WIN64   EMAKEHR(0x131e)

Definition at line 695 of file corerror.h.

◆ CORDBG_E_CANT_SET_TO_JMC

#define CORDBG_E_CANT_SET_TO_JMC   EMAKEHR(0x1323)

Definition at line 700 of file corerror.h.

◆ CORDBG_E_CANT_SETIP_INTO_OR_OUT_OF_FILTER

#define CORDBG_E_CANT_SETIP_INTO_OR_OUT_OF_FILTER   EMAKEHR(0x131c)

Definition at line 693 of file corerror.h.

◆ CORDBG_E_CANT_UNWIND_ABOVE_CALLBACK

#define CORDBG_E_CANT_UNWIND_ABOVE_CALLBACK   EMAKEHR(0x1c03)

Definition at line 744 of file corerror.h.

◆ CORDBG_E_CLASS_NOT_LOADED

#define CORDBG_E_CLASS_NOT_LOADED   EMAKEHR(0x1303)

Definition at line 674 of file corerror.h.

◆ CORDBG_E_CODE_NOT_AVAILABLE

#define CORDBG_E_CODE_NOT_AVAILABLE   EMAKEHR(0x1309)

Definition at line 680 of file corerror.h.

◆ CORDBG_E_CONTEXT_UNVAILABLE

#define CORDBG_E_CONTEXT_UNVAILABLE   EMAKEHR(0x1c29)

Definition at line 776 of file corerror.h.

◆ CORDBG_E_CORRUPT_OBJECT

#define CORDBG_E_CORRUPT_OBJECT   EMAKEHR(0x1c4b)

Definition at line 804 of file corerror.h.

◆ CORDBG_E_CURRENT_EXCEPTION_IS_OUTSIDE_CURRENT_EXECUTION_SCOPE

#define CORDBG_E_CURRENT_EXCEPTION_IS_OUTSIDE_CURRENT_EXECUTION_SCOPE   EMAKEHR(0x1c33)

Definition at line 780 of file corerror.h.

◆ CORDBG_E_DEBUG_COMPONENT_MISSING

#define CORDBG_E_DEBUG_COMPONENT_MISSING   EMAKEHR(0x1c3c)

Definition at line 789 of file corerror.h.

◆ CORDBG_E_DEBUGGER_ALREADY_ATTACHED

#define CORDBG_E_DEBUGGER_ALREADY_ATTACHED   EMAKEHR(0x132e)

Definition at line 707 of file corerror.h.

◆ CORDBG_E_DEBUGGING_DISABLED

#define CORDBG_E_DEBUGGING_DISABLED   EMAKEHR(0x1c31)

Definition at line 778 of file corerror.h.

◆ CORDBG_E_DEBUGGING_NOT_POSSIBLE

#define CORDBG_E_DEBUGGING_NOT_POSSIBLE   EMAKEHR(0x1346)

Definition at line 731 of file corerror.h.

◆ CORDBG_E_DETACH_FAILED_ON_ENC

#define CORDBG_E_DETACH_FAILED_ON_ENC   EMAKEHR(0x1c32)

Definition at line 779 of file corerror.h.

◆ CORDBG_E_DETACH_FAILED_OUTSTANDING_BREAKPOINTS

#define CORDBG_E_DETACH_FAILED_OUTSTANDING_BREAKPOINTS   EMAKEHR(0x1c21)

Definition at line 768 of file corerror.h.

◆ CORDBG_E_DETACH_FAILED_OUTSTANDING_EVALS

#define CORDBG_E_DETACH_FAILED_OUTSTANDING_EVALS   EMAKEHR(0x1c18)

Definition at line 765 of file corerror.h.

◆ CORDBG_E_DETACH_FAILED_OUTSTANDING_STEPPERS

#define CORDBG_E_DETACH_FAILED_OUTSTANDING_STEPPERS   EMAKEHR(0x1c19)

Definition at line 766 of file corerror.h.

◆ CORDBG_E_DETACH_FAILED_OUTSTANDING_TARGET_RESOURCES

#define CORDBG_E_DETACH_FAILED_OUTSTANDING_TARGET_RESOURCES   EMAKEHR(0x1c37)

Definition at line 784 of file corerror.h.

◆ CORDBG_E_ENC_BAD_METHOD_INFO

#define CORDBG_E_ENC_BAD_METHOD_INFO   EMAKEHR(0x133e)

Definition at line 723 of file corerror.h.

◆ CORDBG_E_ENC_CANT_ADD_FIELD_TO_VALUE_OR_LAYOUT_CLASS

#define CORDBG_E_ENC_CANT_ADD_FIELD_TO_VALUE_OR_LAYOUT_CLASS   EMAKEHR(0x1338)

Definition at line 717 of file corerror.h.

◆ CORDBG_E_ENC_CANT_ADD_NON_PRIVATE_MEMBER

#define CORDBG_E_ENC_CANT_ADD_NON_PRIVATE_MEMBER   EMAKEHR(0x133a)

Definition at line 719 of file corerror.h.

◆ CORDBG_E_ENC_CANT_CHANGE_FIELD

#define CORDBG_E_ENC_CANT_CHANGE_FIELD   EMAKEHR(0x1339)

Definition at line 718 of file corerror.h.

◆ CORDBG_E_ENC_CANT_CHANGE_SUPERCLASS

#define CORDBG_E_ENC_CANT_CHANGE_SUPERCLASS   EMAKEHR(0x1344)

Definition at line 729 of file corerror.h.

◆ CORDBG_E_ENC_EDIT_NOT_SUPPORTED

#define CORDBG_E_ENC_EDIT_NOT_SUPPORTED   EMAKEHR(0x1c0e)

Definition at line 755 of file corerror.h.

◆ CORDBG_E_ENC_EH_MAX_NESTING_LEVEL_CANT_INCREASE

#define CORDBG_E_ENC_EH_MAX_NESTING_LEVEL_CANT_INCREASE   EMAKEHR(0x1331)

Definition at line 710 of file corerror.h.

◆ CORDBG_E_ENC_HANGING_FIELD

#define CORDBG_E_ENC_HANGING_FIELD   EMAKEHR(0x1342)

Definition at line 727 of file corerror.h.

◆ CORDBG_E_ENC_IN_FUNCLET

#define CORDBG_E_ENC_IN_FUNCLET   EMAKEHR(0x1c0c)

Definition at line 753 of file corerror.h.

◆ CORDBG_E_ENC_INFOLESS_METHOD

#define CORDBG_E_ENC_INFOLESS_METHOD   EMAKEHR(0x1c0a)

Definition at line 751 of file corerror.h.

◆ CORDBG_E_ENC_INTERNAL_ERROR

#define CORDBG_E_ENC_INTERNAL_ERROR   EMAKEHR(0x1341)

Definition at line 726 of file corerror.h.

◆ CORDBG_E_ENC_JIT_CANT_UPDATE

#define CORDBG_E_ENC_JIT_CANT_UPDATE   EMAKEHR(0x133f)

Definition at line 724 of file corerror.h.

◆ CORDBG_E_ENC_LOCALLOC

#define CORDBG_E_ENC_LOCALLOC   EMAKEHR(0x1c0d)

Definition at line 754 of file corerror.h.

◆ CORDBG_E_ENC_METHOD_NO_LOCAL_SIG

#define CORDBG_E_ENC_METHOD_NO_LOCAL_SIG   EMAKEHR(0x1337)

Definition at line 716 of file corerror.h.

◆ CORDBG_E_ENC_METHOD_SIG_CHANGED

#define CORDBG_E_ENC_METHOD_SIG_CHANGED   EMAKEHR(0x1336)

Definition at line 715 of file corerror.h.

◆ CORDBG_E_ENC_MISSING_CLASS

#define CORDBG_E_ENC_MISSING_CLASS   EMAKEHR(0x1340)

Definition at line 725 of file corerror.h.

◆ CORDBG_E_ENC_MODULE_NOT_ENC_ENABLED

#define CORDBG_E_ENC_MODULE_NOT_ENC_ENABLED   EMAKEHR(0x1332)

Definition at line 711 of file corerror.h.

◆ CORDBG_E_ENC_NESTED_HANLDERS

#define CORDBG_E_ENC_NESTED_HANLDERS   EMAKEHR(0x1c0b)

Definition at line 752 of file corerror.h.

◆ CORDBG_E_ENC_ZAPPED_WITHOUT_ENC

#define CORDBG_E_ENC_ZAPPED_WITHOUT_ENC   EMAKEHR(0x133d)

Definition at line 722 of file corerror.h.

◆ CORDBG_E_FEABORT_DELAYED_UNTIL_THREAD_RESUMED

#define CORDBG_E_FEABORT_DELAYED_UNTIL_THREAD_RESUMED   EMAKEHR(0x1c0f)

Definition at line 756 of file corerror.h.

◆ CORDBG_E_FIELD_NOT_AVAILABLE

#define CORDBG_E_FIELD_NOT_AVAILABLE   EMAKEHR(0x1306)

Definition at line 677 of file corerror.h.

◆ CORDBG_E_FIELD_NOT_INSTANCE

#define CORDBG_E_FIELD_NOT_INSTANCE   EMAKEHR(0x133c)

Definition at line 721 of file corerror.h.

◆ CORDBG_E_FIELD_NOT_STATIC

#define CORDBG_E_FIELD_NOT_STATIC   EMAKEHR(0x133b)

Definition at line 720 of file corerror.h.

◆ CORDBG_E_FUNC_EVAL_BAD_START_POINT

#define CORDBG_E_FUNC_EVAL_BAD_START_POINT   EMAKEHR(0x1313)

Definition at line 687 of file corerror.h.

◆ CORDBG_E_FUNC_EVAL_CANNOT_UPDATE_REGISTER_IN_NONLEAF_FRAME

#define CORDBG_E_FUNC_EVAL_CANNOT_UPDATE_REGISTER_IN_NONLEAF_FRAME   EMAKEHR(0x1329)

Definition at line 705 of file corerror.h.

◆ CORDBG_E_FUNC_EVAL_NOT_COMPLETE

#define CORDBG_E_FUNC_EVAL_NOT_COMPLETE   EMAKEHR(0x1315)

Definition at line 689 of file corerror.h.

◆ CORDBG_E_FUNCTION_NOT_IL

#define CORDBG_E_FUNCTION_NOT_IL   EMAKEHR(0x130a)

Definition at line 681 of file corerror.h.

◆ CORDBG_E_GC_STRUCTURES_INVALID

#define CORDBG_E_GC_STRUCTURES_INVALID   EMAKEHR(0x1c4c)

Definition at line 805 of file corerror.h.

◆ CORDBG_E_HANDLE_HAS_BEEN_DISPOSED

#define CORDBG_E_HANDLE_HAS_BEEN_DISPOSED   EMAKEHR(0x1c01)

Definition at line 742 of file corerror.h.

◆ CORDBG_E_HELPER_MAY_DEADLOCK

#define CORDBG_E_HELPER_MAY_DEADLOCK   EMAKEHR(0x1c34)

Definition at line 781 of file corerror.h.

◆ CORDBG_E_HELPER_THREAD_DEAD

#define CORDBG_E_HELPER_THREAD_DEAD   EMAKEHR(0x1349)

Definition at line 734 of file corerror.h.

◆ CORDBG_E_IL_VAR_NOT_AVAILABLE

#define CORDBG_E_IL_VAR_NOT_AVAILABLE   EMAKEHR(0x1304)

Definition at line 675 of file corerror.h.

◆ CORDBG_E_ILLEGAL_AT_GC_UNSAFE_POINT

#define CORDBG_E_ILLEGAL_AT_GC_UNSAFE_POINT   EMAKEHR(0x1c23)

Definition at line 770 of file corerror.h.

◆ CORDBG_E_ILLEGAL_IN_NATIVE_CODE

#define CORDBG_E_ILLEGAL_IN_NATIVE_CODE   EMAKEHR(0x1c25)

Definition at line 772 of file corerror.h.

◆ CORDBG_E_ILLEGAL_IN_OPTIMIZED_CODE

#define CORDBG_E_ILLEGAL_IN_OPTIMIZED_CODE   EMAKEHR(0x1c26)

Definition at line 773 of file corerror.h.

◆ CORDBG_E_ILLEGAL_IN_PROLOG

#define CORDBG_E_ILLEGAL_IN_PROLOG   EMAKEHR(0x1c24)

Definition at line 771 of file corerror.h.

◆ CORDBG_E_ILLEGAL_IN_STACK_OVERFLOW

#define CORDBG_E_ILLEGAL_IN_STACK_OVERFLOW   EMAKEHR(0x1c22)

Definition at line 769 of file corerror.h.

◆ CORDBG_E_ILLEGAL_SHUTDOWN_ORDER

#define CORDBG_E_ILLEGAL_SHUTDOWN_ORDER   EMAKEHR(0x1c15)

Definition at line 762 of file corerror.h.

◆ CORDBG_E_INCOMPATIBLE_PROTOCOL

#define CORDBG_E_INCOMPATIBLE_PROTOCOL   EMAKEHR(0x134b)

Definition at line 736 of file corerror.h.

◆ CORDBG_E_INPROC_NOT_IMPL

#define CORDBG_E_INPROC_NOT_IMPL   EMAKEHR(0x1318)

Definition at line 690 of file corerror.h.

◆ CORDBG_E_INTERCEPT_FRAME_ALREADY_SET

#define CORDBG_E_INTERCEPT_FRAME_ALREADY_SET   EMAKEHR(0x1c04)

Definition at line 745 of file corerror.h.

◆ CORDBG_E_INTERFACE_INHERITANCE_CANT_CHANGE

#define CORDBG_E_INTERFACE_INHERITANCE_CANT_CHANGE   EMAKEHR(0x134a)

Definition at line 735 of file corerror.h.

◆ CORDBG_E_INTEROP_NOT_SUPPORTED

#define CORDBG_E_INTEROP_NOT_SUPPORTED   EMAKEHR(0x134d)

Definition at line 738 of file corerror.h.

◆ CORDBG_E_INVALID_OBJECT

#define CORDBG_E_INVALID_OBJECT   EMAKEHR(0x1314)

Definition at line 688 of file corerror.h.

◆ CORDBG_E_KERNEL_DEBUGGER_ENABLED

#define CORDBG_E_KERNEL_DEBUGGER_ENABLED   EMAKEHR(0x1347)

Definition at line 732 of file corerror.h.

◆ CORDBG_E_KERNEL_DEBUGGER_PRESENT

#define CORDBG_E_KERNEL_DEBUGGER_PRESENT   EMAKEHR(0x1348)

Definition at line 733 of file corerror.h.

◆ CORDBG_E_LIBRARY_PROVIDER_ERROR

#define CORDBG_E_LIBRARY_PROVIDER_ERROR   EMAKEHR(0x1c43)

Definition at line 796 of file corerror.h.

◆ CORDBG_E_MINIDUMP_UNSUPPORTED

#define CORDBG_E_MINIDUMP_UNSUPPORTED   EMAKEHR(0x1c27)

Definition at line 774 of file corerror.h.

◆ CORDBG_E_MISMATCHED_CORWKS_AND_DACWKS_DLLS

#define CORDBG_E_MISMATCHED_CORWKS_AND_DACWKS_DLLS   EMAKEHR(0x1c39)

Definition at line 786 of file corerror.h.

◆ CORDBG_E_MISSING_DATA_TARGET_INTERFACE

#define CORDBG_E_MISSING_DATA_TARGET_INTERFACE   EMAKEHR(0x1c45)

Definition at line 798 of file corerror.h.

◆ CORDBG_E_MISSING_METADATA

#define CORDBG_E_MISSING_METADATA   EMAKEHR(0x1c35)

Definition at line 782 of file corerror.h.

◆ CORDBG_E_MODULE_LOADED_FROM_DISK

#define CORDBG_E_MODULE_LOADED_FROM_DISK   EMAKEHR(0x1c3a)

Definition at line 787 of file corerror.h.

◆ CORDBG_E_MODULE_NOT_LOADED

#define CORDBG_E_MODULE_NOT_LOADED   EMAKEHR(0x1343)

Definition at line 728 of file corerror.h.

◆ CORDBG_E_MUST_BE_IN_CREATE_PROCESS

#define CORDBG_E_MUST_BE_IN_CREATE_PROCESS   EMAKEHR(0x1c17)

Definition at line 764 of file corerror.h.

◆ CORDBG_E_MUST_BE_IN_LOAD_MODULE

#define CORDBG_E_MUST_BE_IN_LOAD_MODULE   EMAKEHR(0x1c12)

Definition at line 759 of file corerror.h.

◆ CORDBG_E_MUST_BE_INTEROP_DEBUGGING

#define CORDBG_E_MUST_BE_INTEROP_DEBUGGING   EMAKEHR(0x1c06)

Definition at line 747 of file corerror.h.

◆ CORDBG_E_NATIVE_PATCH_ALREADY_AT_ADDR

#define CORDBG_E_NATIVE_PATCH_ALREADY_AT_ADDR   EMAKEHR(0x1c07)

Definition at line 748 of file corerror.h.

◆ CORDBG_E_NGEN_NOT_SUPPORTED

#define CORDBG_E_NGEN_NOT_SUPPORTED   EMAKEHR(0x1c14)

Definition at line 761 of file corerror.h.

◆ CORDBG_E_NO_CONTEXT_FOR_INTERNAL_FRAME

#define CORDBG_E_NO_CONTEXT_FOR_INTERNAL_FRAME   EMAKEHR(0x1325)

Definition at line 701 of file corerror.h.

◆ CORDBG_E_NO_NATIVE_PATCH_AT_ADDR

#define CORDBG_E_NO_NATIVE_PATCH_AT_ADDR   EMAKEHR(0x1c05)

Definition at line 746 of file corerror.h.

◆ CORDBG_E_NO_REMAP_BREAKPIONT

#define CORDBG_E_NO_REMAP_BREAKPIONT   EMAKEHR(0x134e)

Definition at line 739 of file corerror.h.

◆ CORDBG_E_NON_MATCHING_CONTEXT

#define CORDBG_E_NON_MATCHING_CONTEXT   EMAKEHR(0x1327)

Definition at line 703 of file corerror.h.

◆ CORDBG_E_NON_NATIVE_FRAME

#define CORDBG_E_NON_NATIVE_FRAME   EMAKEHR(0x1307)

Definition at line 678 of file corerror.h.

◆ CORDBG_E_NONCONTINUABLE_EXCEPTION

#define CORDBG_E_NONCONTINUABLE_EXCEPTION   EMAKEHR(0x1308)

Definition at line 679 of file corerror.h.

◆ CORDBG_E_NONINTERCEPTABLE_EXCEPTION

#define CORDBG_E_NONINTERCEPTABLE_EXCEPTION   EMAKEHR(0x1c02)

Definition at line 743 of file corerror.h.

◆ CORDBG_E_NOT_CHILD_FRAME

#define CORDBG_E_NOT_CHILD_FRAME   EMAKEHR(0x1326)

Definition at line 702 of file corerror.h.

◆ CORDBG_E_NOT_CLR

#define CORDBG_E_NOT_CLR   EMAKEHR(0x1c44)

Definition at line 797 of file corerror.h.

◆ CORDBG_E_NOTREADY

#define CORDBG_E_NOTREADY   EMAKEHR(0x1c10)

Definition at line 757 of file corerror.h.

◆ CORDBG_E_OBJECT_IS_NOT_COPYABLE_VALUE_CLASS

#define CORDBG_E_OBJECT_IS_NOT_COPYABLE_VALUE_CLASS   EMAKEHR(0x131b)

Definition at line 692 of file corerror.h.

◆ CORDBG_E_OBJECT_NEUTERED

#define CORDBG_E_OBJECT_NEUTERED   EMAKEHR(0x134f)

Definition at line 740 of file corerror.h.

◆ CORDBG_E_PAST_END_OF_STACK

#define CORDBG_E_PAST_END_OF_STACK   EMAKEHR(0x1328)

Definition at line 704 of file corerror.h.

◆ CORDBG_E_PROCESS_DETACHED

#define CORDBG_E_PROCESS_DETACHED   EMAKEHR(0x1335)

Definition at line 714 of file corerror.h.

◆ CORDBG_E_PROCESS_NOT_SYNCHRONIZED

#define CORDBG_E_PROCESS_NOT_SYNCHRONIZED   EMAKEHR(0x1302)

Definition at line 673 of file corerror.h.

◆ CORDBG_E_PROCESS_TERMINATED

#define CORDBG_E_PROCESS_TERMINATED   EMAKEHR(0x1301)

Definition at line 672 of file corerror.h.

◆ CORDBG_E_READVIRTUAL_FAILURE

#define CORDBG_E_READVIRTUAL_FAILURE   EMAKEHR(0x1c49)

Definition at line 802 of file corerror.h.

◆ CORDBG_E_REMOTE_CONNECTION_CONN_RESET

#define CORDBG_E_REMOTE_CONNECTION_CONN_RESET   EMAKEHR(0x1320)

Definition at line 697 of file corerror.h.

◆ CORDBG_E_REMOTE_CONNECTION_FATAL_ERROR

#define CORDBG_E_REMOTE_CONNECTION_FATAL_ERROR   EMAKEHR(0x1322)

Definition at line 699 of file corerror.h.

◆ CORDBG_E_REMOTE_CONNECTION_KEEP_ALIVE

#define CORDBG_E_REMOTE_CONNECTION_KEEP_ALIVE   EMAKEHR(0x1321)

Definition at line 698 of file corerror.h.

◆ CORDBG_E_REMOTE_INVALID_CONFIG

#define CORDBG_E_REMOTE_INVALID_CONFIG   EMAKEHR(0x1c41)

Definition at line 794 of file corerror.h.

◆ CORDBG_E_REMOTE_MISMATCHED_CERTS

#define CORDBG_E_REMOTE_MISMATCHED_CERTS   EMAKEHR(0x1c3d)

Definition at line 790 of file corerror.h.

◆ CORDBG_E_REMOTE_MISMATCHED_PROTOCOLS

#define CORDBG_E_REMOTE_MISMATCHED_PROTOCOLS   EMAKEHR(0x1c42)

Definition at line 795 of file corerror.h.

◆ CORDBG_E_REMOTE_NETWORK_FAILURE

#define CORDBG_E_REMOTE_NETWORK_FAILURE   EMAKEHR(0x1c3e)

Definition at line 791 of file corerror.h.

◆ CORDBG_E_REMOTE_NO_LISTENER

#define CORDBG_E_REMOTE_NO_LISTENER   EMAKEHR(0x1c3f)

Definition at line 792 of file corerror.h.

◆ CORDBG_E_REMOTE_UNKNOWN_TARGET

#define CORDBG_E_REMOTE_UNKNOWN_TARGET   EMAKEHR(0x1c40)

Definition at line 793 of file corerror.h.

◆ CORDBG_E_SET_IP_IMPOSSIBLE

#define CORDBG_E_SET_IP_IMPOSSIBLE   EMAKEHR(0x1312)

Definition at line 686 of file corerror.h.

◆ CORDBG_E_SET_IP_NOT_ALLOWED_ON_EXCEPTION

#define CORDBG_E_SET_IP_NOT_ALLOWED_ON_EXCEPTION   EMAKEHR(0x1333)

Definition at line 712 of file corerror.h.

◆ CORDBG_E_SET_IP_NOT_ALLOWED_ON_NONLEAF_FRAME

#define CORDBG_E_SET_IP_NOT_ALLOWED_ON_NONLEAF_FRAME   EMAKEHR(0x1311)

Definition at line 685 of file corerror.h.

◆ CORDBG_E_SET_VALUE_NOT_ALLOWED_ON_NONLEAF_FRAME

#define CORDBG_E_SET_VALUE_NOT_ALLOWED_ON_NONLEAF_FRAME   EMAKEHR(0x1330)

Definition at line 709 of file corerror.h.

◆ CORDBG_E_STATIC_VAR_NOT_AVAILABLE

#define CORDBG_E_STATIC_VAR_NOT_AVAILABLE   EMAKEHR(0x131a)

Definition at line 691 of file corerror.h.

◆ CORDBG_E_SUPERFLOUS_CONTINUE

#define CORDBG_E_SUPERFLOUS_CONTINUE   EMAKEHR(0x132f)

Definition at line 708 of file corerror.h.

◆ CORDBG_E_SYMBOLS_NOT_AVAILABLE

#define CORDBG_E_SYMBOLS_NOT_AVAILABLE   EMAKEHR(0x1c3b)

Definition at line 788 of file corerror.h.

◆ CORDBG_E_TARGET_INCONSISTENT

#define CORDBG_E_TARGET_INCONSISTENT   EMAKEHR(0x1c36)

Definition at line 783 of file corerror.h.

◆ CORDBG_E_TARGET_READONLY

#define CORDBG_E_TARGET_READONLY   EMAKEHR(0x1c38)

Definition at line 785 of file corerror.h.

◆ CORDBG_E_THREAD_NOT_SCHEDULED

#define CORDBG_E_THREAD_NOT_SCHEDULED   EMAKEHR(0x1c00)

Definition at line 741 of file corerror.h.

◆ CORDBG_E_TIMEOUT

#define CORDBG_E_TIMEOUT   EMAKEHR(0x1c08)

Definition at line 749 of file corerror.h.

◆ CORDBG_E_TOO_MANY_PROCESSES

#define CORDBG_E_TOO_MANY_PROCESSES   EMAKEHR(0x134c)

Definition at line 737 of file corerror.h.

◆ CORDBG_E_UNABLE_TO_SET_BREAKPOINT

#define CORDBG_E_UNABLE_TO_SET_BREAKPOINT   EMAKEHR(0x1345)

Definition at line 730 of file corerror.h.

◆ CORDBG_E_UNCOMPATIBLE_PLATFORMS

#define CORDBG_E_UNCOMPATIBLE_PLATFORMS   EMAKEHR(0x1c30)

Definition at line 777 of file corerror.h.

◆ CORDBG_E_UNRECOVERABLE_ERROR

#define CORDBG_E_UNRECOVERABLE_ERROR   EMAKEHR(0x1300)

Definition at line 671 of file corerror.h.

◆ CORDBG_E_UNSUPPORTED_DEBUGGING_MODEL

#define CORDBG_E_UNSUPPORTED_DEBUGGING_MODEL   EMAKEHR(0x1c46)

Definition at line 799 of file corerror.h.

◆ CORDBG_E_UNSUPPORTED_FORWARD_COMPAT

#define CORDBG_E_UNSUPPORTED_FORWARD_COMPAT   EMAKEHR(0x1c47)

Definition at line 800 of file corerror.h.

◆ CORDBG_E_UNSUPPORTED_VERSION_STRUCT

#define CORDBG_E_UNSUPPORTED_VERSION_STRUCT   EMAKEHR(0x1c48)

Definition at line 801 of file corerror.h.

◆ CORDBG_E_VALUE_POINTS_TO_FUNCTION

#define CORDBG_E_VALUE_POINTS_TO_FUNCTION   EMAKEHR(0x1c4a)

Definition at line 803 of file corerror.h.

◆ CORDBG_E_VARIABLE_IS_ACTUALLY_LITERAL

#define CORDBG_E_VARIABLE_IS_ACTUALLY_LITERAL   EMAKEHR(0x1334)

Definition at line 713 of file corerror.h.

◆ CORDBG_S_AT_END_OF_STACK

#define CORDBG_S_AT_END_OF_STACK   SMAKEHR(0x1324)

Definition at line 813 of file corerror.h.

◆ CORDBG_S_BAD_END_SEQUENCE_POINT

#define CORDBG_S_BAD_END_SEQUENCE_POINT   SMAKEHR(0x130c)

Definition at line 808 of file corerror.h.

◆ CORDBG_S_BAD_START_SEQUENCE_POINT

#define CORDBG_S_BAD_START_SEQUENCE_POINT   SMAKEHR(0x130b)

Definition at line 807 of file corerror.h.

◆ CORDBG_S_FUNC_EVAL_ABORTED

#define CORDBG_S_FUNC_EVAL_ABORTED   SMAKEHR(0x1319)

Definition at line 812 of file corerror.h.

◆ CORDBG_S_FUNC_EVAL_HAS_NO_RESULT

#define CORDBG_S_FUNC_EVAL_HAS_NO_RESULT   SMAKEHR(0x1316)

Definition at line 810 of file corerror.h.

◆ CORDBG_S_INSUFFICIENT_INFO_FOR_SET_IP

#define CORDBG_S_INSUFFICIENT_INFO_FOR_SET_IP   SMAKEHR(0x130d)

Definition at line 809 of file corerror.h.

◆ CORDBG_S_NOT_ALL_BITS_SET

#define CORDBG_S_NOT_ALL_BITS_SET   SMAKEHR(0x1c13)

Definition at line 814 of file corerror.h.

◆ CORDBG_S_VALUE_POINTS_TO_VOID

#define CORDBG_S_VALUE_POINTS_TO_VOID   SMAKEHR(0x1317)

Definition at line 811 of file corerror.h.

◆ CORPROF_E_ACTIVE_REJIT_REQUEST_NOT_FOUND

#define CORPROF_E_ACTIVE_REJIT_REQUEST_NOT_FOUND   EMAKEHR(0x137d)

Definition at line 861 of file corerror.h.

◆ CORPROF_E_ASYNCHRONOUS_UNSAFE

#define CORPROF_E_ASYNCHRONOUS_UNSAFE   EMAKEHR(0x1364)

Definition at line 836 of file corerror.h.

◆ CORPROF_E_CALL_ONLY_FROM_INIT

#define CORPROF_E_CALL_ONLY_FROM_INIT   EMAKEHR(0x1356)

Definition at line 822 of file corerror.h.

◆ CORPROF_E_CALLBACK3_REQUIRED

#define CORPROF_E_CALLBACK3_REQUIRED   EMAKEHR(0x136e)

Definition at line 846 of file corerror.h.

◆ CORPROF_E_CALLBACK4_REQUIRED

#define CORPROF_E_CALLBACK4_REQUIRED   EMAKEHR(0x137b)

Definition at line 859 of file corerror.h.

◆ CORPROF_E_CANNOT_UPDATE_METHOD

#define CORPROF_E_CANNOT_UPDATE_METHOD   EMAKEHR(0x1353)

Definition at line 819 of file corerror.h.

◆ CORPROF_E_CLASSID_IS_ARRAY

#define CORPROF_E_CLASSID_IS_ARRAY   EMAKEHR(0x1365)

Definition at line 837 of file corerror.h.

◆ CORPROF_E_CLASSID_IS_COMPOSITE

#define CORPROF_E_CLASSID_IS_COMPOSITE   EMAKEHR(0x1366)

Definition at line 838 of file corerror.h.

◆ CORPROF_E_CONCURRENT_GC_NOT_PROFILABLE

#define CORPROF_E_CONCURRENT_GC_NOT_PROFILABLE   EMAKEHR(0x1376)

Definition at line 854 of file corerror.h.

◆ CORPROF_E_DATAINCOMPLETE

#define CORPROF_E_DATAINCOMPLETE   EMAKEHR(0x1351)

Definition at line 817 of file corerror.h.

◆ CORPROF_E_DEBUGGING_DISABLED

#define CORPROF_E_DEBUGGING_DISABLED   EMAKEHR(0x1378)

Definition at line 856 of file corerror.h.

◆ CORPROF_E_FUNCTION_IS_COLLECTIBLE

#define CORPROF_E_FUNCTION_IS_COLLECTIBLE   EMAKEHR(0x137e)

Definition at line 862 of file corerror.h.

◆ CORPROF_E_FUNCTION_IS_PARAMETERIZED

#define CORPROF_E_FUNCTION_IS_PARAMETERIZED   EMAKEHR(0x135d)

Definition at line 829 of file corerror.h.

◆ CORPROF_E_FUNCTION_NOT_COMPILED

#define CORPROF_E_FUNCTION_NOT_COMPILED   EMAKEHR(0x1350)

Definition at line 816 of file corerror.h.

◆ CORPROF_E_FUNCTION_NOT_IL

#define CORPROF_E_FUNCTION_NOT_IL   EMAKEHR(0x1354)

Definition at line 820 of file corerror.h.

◆ CORPROF_E_IMMUTABLE_FLAGS_SET

#define CORPROF_E_IMMUTABLE_FLAGS_SET   EMAKEHR(0x1372)

Definition at line 850 of file corerror.h.

◆ CORPROF_E_INCONSISTENT_FLAGS_WITH_HOST_PROTECTION_SETTING

#define CORPROF_E_INCONSISTENT_FLAGS_WITH_HOST_PROTECTION_SETTING   EMAKEHR(0x1377)

Definition at line 855 of file corerror.h.

◆ CORPROF_E_INCONSISTENT_WITH_FLAGS

#define CORPROF_E_INCONSISTENT_WITH_FLAGS   EMAKEHR(0x1374)

Definition at line 852 of file corerror.h.

◆ CORPROF_E_INPROC_ALREADY_BEGUN

#define CORPROF_E_INPROC_ALREADY_BEGUN   EMAKEHR(0x1359)

Definition at line 825 of file corerror.h.

◆ CORPROF_E_INPROC_NOT_AVAILABLE

#define CORPROF_E_INPROC_NOT_AVAILABLE   EMAKEHR(0x135a)

Definition at line 826 of file corerror.h.

◆ CORPROF_E_INPROC_NOT_ENABLED

#define CORPROF_E_INPROC_NOT_ENABLED   EMAKEHR(0x1357)

Definition at line 823 of file corerror.h.

◆ CORPROF_E_IPC_FAILED

#define CORPROF_E_IPC_FAILED   EMAKEHR(0x136c)

Definition at line 844 of file corerror.h.

◆ CORPROF_E_IRREVERSIBLE_INSTRUMENTATION_PRESENT

#define CORPROF_E_IRREVERSIBLE_INSTRUMENTATION_PRESENT   EMAKEHR(0x1370)

Definition at line 848 of file corerror.h.

◆ CORPROF_E_JITMAPS_NOT_ENABLED

#define CORPROF_E_JITMAPS_NOT_ENABLED   EMAKEHR(0x1358)

Definition at line 824 of file corerror.h.

◆ CORPROF_E_LITERALS_HAVE_NO_ADDRESS

#define CORPROF_E_LITERALS_HAVE_NO_ADDRESS   EMAKEHR(0x1362)

Definition at line 834 of file corerror.h.

◆ CORPROF_E_MODULE_IS_DYNAMIC

#define CORPROF_E_MODULE_IS_DYNAMIC   EMAKEHR(0x137a)

Definition at line 858 of file corerror.h.

◆ CORPROF_E_NOT_MANAGED_THREAD

#define CORPROF_E_NOT_MANAGED_THREAD   EMAKEHR(0x1355)

Definition at line 821 of file corerror.h.

◆ CORPROF_E_NOT_REJITABLE_METHODS

#define CORPROF_E_NOT_REJITABLE_METHODS   EMAKEHR(0x1352)

Definition at line 818 of file corerror.h.

◆ CORPROF_E_NOT_YET_AVAILABLE

#define CORPROF_E_NOT_YET_AVAILABLE   EMAKEHR(0x135b)

Definition at line 827 of file corerror.h.

◆ CORPROF_E_PROFILEE_INCOMPATIBLE_WITH_TRIGGER

#define CORPROF_E_PROFILEE_INCOMPATIBLE_WITH_TRIGGER   EMAKEHR(0x136b)

Definition at line 843 of file corerror.h.

◆ CORPROF_E_PROFILEE_PROCESS_NOT_FOUND

#define CORPROF_E_PROFILEE_PROCESS_NOT_FOUND   EMAKEHR(0x136d)

Definition at line 845 of file corerror.h.

◆ CORPROF_E_PROFILER_ALREADY_ACTIVE

#define CORPROF_E_PROFILER_ALREADY_ACTIVE   EMAKEHR(0x136a)

Definition at line 842 of file corerror.h.

◆ CORPROF_E_PROFILER_CANCEL_ACTIVATION

#define CORPROF_E_PROFILER_CANCEL_ACTIVATION   EMAKEHR(0x1375)

Definition at line 853 of file corerror.h.

◆ CORPROF_E_PROFILER_DETACHING

#define CORPROF_E_PROFILER_DETACHING   EMAKEHR(0x1367)

Definition at line 839 of file corerror.h.

◆ CORPROF_E_PROFILER_NOT_ATTACHABLE

#define CORPROF_E_PROFILER_NOT_ATTACHABLE   EMAKEHR(0x1368)

Definition at line 840 of file corerror.h.

◆ CORPROF_E_PROFILER_NOT_YET_INITIALIZED

#define CORPROF_E_PROFILER_NOT_YET_INITIALIZED   EMAKEHR(0x1373)

Definition at line 851 of file corerror.h.

◆ CORPROF_E_REJIT_NOT_ENABLED

#define CORPROF_E_REJIT_NOT_ENABLED   EMAKEHR(0x137c)

Definition at line 860 of file corerror.h.

◆ CORPROF_E_REJIT_REQUIRES_DISABLE_NGEN

#define CORPROF_E_REJIT_REQUIRES_DISABLE_NGEN   EMAKEHR(0x137f)

Definition at line 863 of file corerror.h.

◆ CORPROF_E_RUNTIME_UNINITIALIZED

#define CORPROF_E_RUNTIME_UNINITIALIZED   EMAKEHR(0x1371)

Definition at line 849 of file corerror.h.

◆ CORPROF_E_STACKSNAPSHOT_ABORTED

#define CORPROF_E_STACKSNAPSHOT_ABORTED   EMAKEHR(0x1361)

Definition at line 833 of file corerror.h.

◆ CORPROF_E_STACKSNAPSHOT_INVALID_TGT_THREAD

#define CORPROF_E_STACKSNAPSHOT_INVALID_TGT_THREAD   EMAKEHR(0x135e)

Definition at line 830 of file corerror.h.

◆ CORPROF_E_STACKSNAPSHOT_UNMANAGED_CTX

#define CORPROF_E_STACKSNAPSHOT_UNMANAGED_CTX   EMAKEHR(0x135f)

Definition at line 831 of file corerror.h.

◆ CORPROF_E_STACKSNAPSHOT_UNSAFE

#define CORPROF_E_STACKSNAPSHOT_UNSAFE   EMAKEHR(0x1360)

Definition at line 832 of file corerror.h.

◆ CORPROF_E_TIMEOUT_WAITING_FOR_CONCURRENT_GC

#define CORPROF_E_TIMEOUT_WAITING_FOR_CONCURRENT_GC   EMAKEHR(0x1379)

Definition at line 857 of file corerror.h.

◆ CORPROF_E_TYPE_IS_PARAMETERIZED

#define CORPROF_E_TYPE_IS_PARAMETERIZED   EMAKEHR(0x135c)

Definition at line 828 of file corerror.h.

◆ CORPROF_E_UNRECOGNIZED_PIPE_MSG_FORMAT

#define CORPROF_E_UNRECOGNIZED_PIPE_MSG_FORMAT   EMAKEHR(0x1369)

Definition at line 841 of file corerror.h.

◆ CORPROF_E_UNSUPPORTED_CALL_SEQUENCE

#define CORPROF_E_UNSUPPORTED_CALL_SEQUENCE   EMAKEHR(0x1363)

Definition at line 835 of file corerror.h.

◆ CORPROF_E_UNSUPPORTED_FOR_ATTACHING_PROFILER

#define CORPROF_E_UNSUPPORTED_FOR_ATTACHING_PROFILER   EMAKEHR(0x136f)

Definition at line 847 of file corerror.h.

◆ CORSEC_E_CONTAINER_NOT_FOUND

#define CORSEC_E_CONTAINER_NOT_FOUND   EMAKEHR(0x141c)

Definition at line 877 of file corerror.h.

◆ CORSEC_E_CRYPTO

#define CORSEC_E_CRYPTO   EMAKEHR(0x1430)

Definition at line 883 of file corerror.h.

◆ CORSEC_E_CRYPTO_UNEX_OPER

#define CORSEC_E_CRYPTO_UNEX_OPER   EMAKEHR(0x1431)

Definition at line 884 of file corerror.h.

◆ CORSEC_E_CRYPTOAPI_CALL_FAILED

#define CORSEC_E_CRYPTOAPI_CALL_FAILED   EMAKEHR(0x1413)

Definition at line 868 of file corerror.h.

◆ CORSEC_E_DECODE_SET

#define CORSEC_E_DECODE_SET   EMAKEHR(0x1410)

Definition at line 865 of file corerror.h.

◆ CORSEC_E_ENCODE_SET

#define CORSEC_E_ENCODE_SET   EMAKEHR(0x1411)

Definition at line 866 of file corerror.h.

◆ CORSEC_E_INVALID_ATTR

#define CORSEC_E_INVALID_ATTR   EMAKEHR(0x1415)

Definition at line 870 of file corerror.h.

◆ CORSEC_E_INVALID_COUNTERSIGNATURE

#define CORSEC_E_INVALID_COUNTERSIGNATURE   EMAKEHR(0x1423)

Definition at line 882 of file corerror.h.

◆ CORSEC_E_INVALID_IMAGE_FORMAT

#define CORSEC_E_INVALID_IMAGE_FORMAT   EMAKEHR(0x141d)

Definition at line 878 of file corerror.h.

◆ CORSEC_E_INVALID_PUBLICKEY

#define CORSEC_E_INVALID_PUBLICKEY   EMAKEHR(0x141e)

Definition at line 879 of file corerror.h.

◆ CORSEC_E_INVALID_SIGNATUREKEY

#define CORSEC_E_INVALID_SIGNATUREKEY   EMAKEHR(0x1422)

Definition at line 881 of file corerror.h.

◆ CORSEC_E_INVALID_STRONGNAME

#define CORSEC_E_INVALID_STRONGNAME   EMAKEHR(0x141a)

Definition at line 875 of file corerror.h.

◆ CORSEC_E_MIN_GRANT_FAIL

#define CORSEC_E_MIN_GRANT_FAIL   EMAKEHR(0x1417)

Definition at line 872 of file corerror.h.

◆ CORSEC_E_MISSING_STRONGNAME

#define CORSEC_E_MISSING_STRONGNAME   EMAKEHR(0x141b)

Definition at line 876 of file corerror.h.

◆ CORSEC_E_NO_EXEC_PERM

#define CORSEC_E_NO_EXEC_PERM   EMAKEHR(0x1418)

Definition at line 873 of file corerror.h.

◆ CORSEC_E_NO_SUITABLE_CSP

#define CORSEC_E_NO_SUITABLE_CSP   EMAKEHR(0x1414)

Definition at line 869 of file corerror.h.

◆ CORSEC_E_POLICY_EXCEPTION

#define CORSEC_E_POLICY_EXCEPTION   EMAKEHR(0x1416)

Definition at line 871 of file corerror.h.

◆ CORSEC_E_SIGNATURE_MISMATCH

#define CORSEC_E_SIGNATURE_MISMATCH   EMAKEHR(0x1420)

Definition at line 880 of file corerror.h.

◆ CORSEC_E_UNSUPPORTED_FORMAT

#define CORSEC_E_UNSUPPORTED_FORMAT   EMAKEHR(0x1412)

Definition at line 867 of file corerror.h.

◆ CORSEC_E_XMLSYNTAX

#define CORSEC_E_XMLSYNTAX   EMAKEHR(0x1419)

Definition at line 874 of file corerror.h.

◆ CORSECATTR_E_ABSTRACT

#define CORSECATTR_E_ABSTRACT   EMAKEHR(0x1449)

Definition at line 901 of file corerror.h.

◆ CORSECATTR_E_ASSEMBLY_LOAD_FAILED

#define CORSECATTR_E_ASSEMBLY_LOAD_FAILED   EMAKEHR(0x1445)

Definition at line 897 of file corerror.h.

◆ CORSECATTR_E_ASSEMBLY_LOAD_FAILED_EX

#define CORSECATTR_E_ASSEMBLY_LOAD_FAILED_EX   EMAKEHR(0x1446)

Definition at line 898 of file corerror.h.

◆ CORSECATTR_E_BAD_ACTION

#define CORSECATTR_E_BAD_ACTION   EMAKEHR(0x1442)

Definition at line 894 of file corerror.h.

◆ CORSECATTR_E_BAD_ACTION_ASM

#define CORSECATTR_E_BAD_ACTION_ASM   EMAKEHR(0x143d)

Definition at line 889 of file corerror.h.

◆ CORSECATTR_E_BAD_ACTION_OTHER

#define CORSECATTR_E_BAD_ACTION_OTHER   EMAKEHR(0x143e)

Definition at line 890 of file corerror.h.

◆ CORSECATTR_E_BAD_ATTRIBUTE

#define CORSECATTR_E_BAD_ATTRIBUTE   EMAKEHR(0x143a)

Definition at line 886 of file corerror.h.

◆ CORSECATTR_E_BAD_NONCAS

#define CORSECATTR_E_BAD_NONCAS   EMAKEHR(0x1444)

Definition at line 896 of file corerror.h.

◆ CORSECATTR_E_BAD_PARENT

#define CORSECATTR_E_BAD_PARENT   EMAKEHR(0x143f)

Definition at line 891 of file corerror.h.

◆ CORSECATTR_E_BAD_VERSION

#define CORSECATTR_E_BAD_VERSION   EMAKEHR(0x1441)

Definition at line 893 of file corerror.h.

◆ CORSECATTR_E_EXCEPTION

#define CORSECATTR_E_EXCEPTION   EMAKEHR(0x144e)

Definition at line 906 of file corerror.h.

◆ CORSECATTR_E_EXCEPTION_HR

#define CORSECATTR_E_EXCEPTION_HR   EMAKEHR(0x144f)

Definition at line 907 of file corerror.h.

◆ CORSECATTR_E_FAILED_TO_CREATE_PERM

#define CORSECATTR_E_FAILED_TO_CREATE_PERM   EMAKEHR(0x143c)

Definition at line 888 of file corerror.h.

◆ CORSECATTR_E_MISSING_CONSTRUCTOR

#define CORSECATTR_E_MISSING_CONSTRUCTOR   EMAKEHR(0x143b)

Definition at line 887 of file corerror.h.

◆ CORSECATTR_E_NO_FIELD

#define CORSECATTR_E_NO_FIELD   EMAKEHR(0x144c)

Definition at line 904 of file corerror.h.

◆ CORSECATTR_E_NO_PROPERTY

#define CORSECATTR_E_NO_PROPERTY   EMAKEHR(0x144d)

Definition at line 905 of file corerror.h.

◆ CORSECATTR_E_NO_SELF_REF

#define CORSECATTR_E_NO_SELF_REF   EMAKEHR(0x1443)

Definition at line 895 of file corerror.h.

◆ CORSECATTR_E_TRUNCATED

#define CORSECATTR_E_TRUNCATED   EMAKEHR(0x1440)

Definition at line 892 of file corerror.h.

◆ CORSECATTR_E_TYPE_LOAD_FAILED

#define CORSECATTR_E_TYPE_LOAD_FAILED   EMAKEHR(0x1447)

Definition at line 899 of file corerror.h.

◆ CORSECATTR_E_TYPE_LOAD_FAILED_EX

#define CORSECATTR_E_TYPE_LOAD_FAILED_EX   EMAKEHR(0x1448)

Definition at line 900 of file corerror.h.

◆ CORSECATTR_E_UNSUPPORTED_ENUM_TYPE

#define CORSECATTR_E_UNSUPPORTED_ENUM_TYPE   EMAKEHR(0x144b)

Definition at line 903 of file corerror.h.

◆ CORSECATTR_E_UNSUPPORTED_TYPE

#define CORSECATTR_E_UNSUPPORTED_TYPE   EMAKEHR(0x144a)

Definition at line 902 of file corerror.h.

◆ EMAKEHR

Definition at line 31 of file corerror.h.

◆ FACILITY_URT

#define FACILITY_URT   0x13

Definition at line 26 of file corerror.h.

◆ FUSION_E_APP_DOMAIN_LOCKED

#define FUSION_E_APP_DOMAIN_LOCKED   EMAKEHR(0x1053)

Definition at line 181 of file corerror.h.

◆ FUSION_E_ASM_MODULE_MISSING

#define FUSION_E_ASM_MODULE_MISSING   EMAKEHR(0x1042)

Definition at line 170 of file corerror.h.

◆ FUSION_E_CACHEFILE_FAILED

#define FUSION_E_CACHEFILE_FAILED   EMAKEHR(0x1052)

Definition at line 180 of file corerror.h.

◆ FUSION_E_CODE_DOWNLOAD_DISABLED

#define FUSION_E_CODE_DOWNLOAD_DISABLED   EMAKEHR(0x1048)

Definition at line 176 of file corerror.h.

◆ FUSION_E_CONFIGURATION_ERROR

#define FUSION_E_CONFIGURATION_ERROR   EMAKEHR(0x1054)

Definition at line 182 of file corerror.h.

◆ FUSION_E_DATABASE_ERROR

#define FUSION_E_DATABASE_ERROR   EMAKEHR(0x1046)

Definition at line 174 of file corerror.h.

◆ FUSION_E_HOST_GAC_ASM_MISMATCH

#define FUSION_E_HOST_GAC_ASM_MISMATCH   EMAKEHR(0x1050)

Definition at line 178 of file corerror.h.

◆ FUSION_E_INVALID_ASSEMBLY_REFERENCE

#define FUSION_E_INVALID_ASSEMBLY_REFERENCE   EMAKEHR(0x1056)

Definition at line 184 of file corerror.h.

◆ FUSION_E_INVALID_NAME

#define FUSION_E_INVALID_NAME   EMAKEHR(0x1047)

Definition at line 175 of file corerror.h.

◆ FUSION_E_INVALID_PRIVATE_ASM_LOCATION

#define FUSION_E_INVALID_PRIVATE_ASM_LOCATION   EMAKEHR(0x1041)

Definition at line 169 of file corerror.h.

◆ FUSION_E_LOADFROM_BLOCKED

#define FUSION_E_LOADFROM_BLOCKED   EMAKEHR(0x1051)

Definition at line 179 of file corerror.h.

◆ FUSION_E_MANIFEST_PARSE_ERROR

#define FUSION_E_MANIFEST_PARSE_ERROR   EMAKEHR(0x1055)

Definition at line 183 of file corerror.h.

◆ FUSION_E_PRIVATE_ASM_DISALLOWED

#define FUSION_E_PRIVATE_ASM_DISALLOWED   EMAKEHR(0x1044)

Definition at line 172 of file corerror.h.

◆ FUSION_E_REF_DEF_MISMATCH

#define FUSION_E_REF_DEF_MISMATCH   EMAKEHR(0x1040)

Definition at line 168 of file corerror.h.

◆ FUSION_E_SIGNATURE_CHECK_FAILED

#define FUSION_E_SIGNATURE_CHECK_FAILED   EMAKEHR(0x1045)

Definition at line 173 of file corerror.h.

◆ FUSION_E_UNEXPECTED_MODULE_FOUND

#define FUSION_E_UNEXPECTED_MODULE_FOUND   EMAKEHR(0x1043)

Definition at line 171 of file corerror.h.

◆ FUSION_E_UNINSTALL_DISALLOWED

#define FUSION_E_UNINSTALL_DISALLOWED   EMAKEHR(0x1049)

Definition at line 177 of file corerror.h.

◆ HOST_E_ABANDONED

#define HOST_E_ABANDONED   EMAKEHR(0x1026)

Definition at line 918 of file corerror.h.

◆ HOST_E_CLRNOTAVAILABLE

#define HOST_E_CLRNOTAVAILABLE   EMAKEHR(0x1023)

Definition at line 915 of file corerror.h.

◆ HOST_E_DEADLOCK

#define HOST_E_DEADLOCK   EMAKEHR(0x1020)

Definition at line 912 of file corerror.h.

◆ HOST_E_EXITPROCESS_ADUNLOAD

#define HOST_E_EXITPROCESS_ADUNLOAD   EMAKEHR(0x1028)

Definition at line 920 of file corerror.h.

◆ HOST_E_EXITPROCESS_OUTOFMEMORY

#define HOST_E_EXITPROCESS_OUTOFMEMORY   EMAKEHR(0x102a)

Definition at line 922 of file corerror.h.

◆ HOST_E_EXITPROCESS_STACKOVERFLOW

#define HOST_E_EXITPROCESS_STACKOVERFLOW   EMAKEHR(0x102b)

Definition at line 923 of file corerror.h.

◆ HOST_E_EXITPROCESS_THREADABORT

#define HOST_E_EXITPROCESS_THREADABORT   EMAKEHR(0x1027)

Definition at line 919 of file corerror.h.

◆ HOST_E_EXITPROCESS_TIMEOUT

#define HOST_E_EXITPROCESS_TIMEOUT   EMAKEHR(0x1029)

Definition at line 921 of file corerror.h.

◆ HOST_E_INTERRUPTED

#define HOST_E_INTERRUPTED   EMAKEHR(0x1021)

Definition at line 913 of file corerror.h.

◆ HOST_E_INVALIDOPERATION

#define HOST_E_INVALIDOPERATION   EMAKEHR(0x1022)

Definition at line 914 of file corerror.h.

◆ HOST_E_NOT_OWNER

#define HOST_E_NOT_OWNER   EMAKEHR(0x1025)

Definition at line 917 of file corerror.h.

◆ HOST_E_TIMEOUT

#define HOST_E_TIMEOUT   EMAKEHR(0x1024)

Definition at line 916 of file corerror.h.

◆ ISS_E_ALLOC_TOO_LARGE

#define ISS_E_ALLOC_TOO_LARGE   EMAKEHR(0x1484)

Definition at line 941 of file corerror.h.

◆ ISS_E_BLOCK_SIZE_TOO_SMALL

#define ISS_E_BLOCK_SIZE_TOO_SMALL   EMAKEHR(0x1483)

Definition at line 940 of file corerror.h.

◆ ISS_E_CALLER

#define ISS_E_CALLER   EMAKEHR(0x14a1)

Definition at line 945 of file corerror.h.

◆ ISS_E_CORRUPTED_STORE_FILE

#define ISS_E_CORRUPTED_STORE_FILE   EMAKEHR(0x1480)

Definition at line 937 of file corerror.h.

◆ ISS_E_CREATE_DIR

#define ISS_E_CREATE_DIR   EMAKEHR(0x1468)

Definition at line 935 of file corerror.h.

◆ ISS_E_CREATE_MUTEX

#define ISS_E_CREATE_MUTEX   EMAKEHR(0x1464)

Definition at line 931 of file corerror.h.

◆ ISS_E_DEPRECATE

#define ISS_E_DEPRECATE   EMAKEHR(0x14a0)

Definition at line 944 of file corerror.h.

◆ ISS_E_FILE_NOT_MAPPED

#define ISS_E_FILE_NOT_MAPPED   EMAKEHR(0x1482)

Definition at line 939 of file corerror.h.

◆ ISS_E_FILE_WRITE

#define ISS_E_FILE_WRITE   EMAKEHR(0x1466)

Definition at line 933 of file corerror.h.

◆ ISS_E_GET_FILE_SIZE

#define ISS_E_GET_FILE_SIZE   EMAKEHR(0x1463)

Definition at line 930 of file corerror.h.

◆ ISS_E_ISOSTORE

#define ISS_E_ISOSTORE   EMAKEHR(0x1450)

Definition at line 926 of file corerror.h.

◆ ISS_E_ISOSTORE_END

#define ISS_E_ISOSTORE_END   EMAKEHR(0x14ff)

Definition at line 949 of file corerror.h.

◆ ISS_E_ISOSTORE_START

#define ISS_E_ISOSTORE_START   EMAKEHR(0x1450)

Definition at line 925 of file corerror.h.

◆ ISS_E_LOCK_FAILED

#define ISS_E_LOCK_FAILED   EMAKEHR(0x1465)

Definition at line 932 of file corerror.h.

◆ ISS_E_MACHINE

#define ISS_E_MACHINE   EMAKEHR(0x14a3)

Definition at line 947 of file corerror.h.

◆ ISS_E_MACHINE_DACL

#define ISS_E_MACHINE_DACL   EMAKEHR(0x14a4)

Definition at line 948 of file corerror.h.

◆ ISS_E_MAP_VIEW_OF_FILE

#define ISS_E_MAP_VIEW_OF_FILE   EMAKEHR(0x1462)

Definition at line 929 of file corerror.h.

◆ ISS_E_OPEN_FILE_MAPPING

#define ISS_E_OPEN_FILE_MAPPING   EMAKEHR(0x1461)

Definition at line 928 of file corerror.h.

◆ ISS_E_OPEN_STORE_FILE

#define ISS_E_OPEN_STORE_FILE   EMAKEHR(0x1460)

Definition at line 927 of file corerror.h.

◆ ISS_E_PATH_LENGTH

#define ISS_E_PATH_LENGTH   EMAKEHR(0x14a2)

Definition at line 946 of file corerror.h.

◆ ISS_E_SET_FILE_POINTER

#define ISS_E_SET_FILE_POINTER   EMAKEHR(0x1467)

Definition at line 934 of file corerror.h.

◆ ISS_E_STORE_NOT_OPEN

#define ISS_E_STORE_NOT_OPEN   EMAKEHR(0x1469)

Definition at line 936 of file corerror.h.

◆ ISS_E_STORE_VERSION

#define ISS_E_STORE_VERSION   EMAKEHR(0x1481)

Definition at line 938 of file corerror.h.

◆ ISS_E_TABLE_ROW_NOT_FOUND

#define ISS_E_TABLE_ROW_NOT_FOUND   EMAKEHR(0x1486)

Definition at line 943 of file corerror.h.

◆ ISS_E_USAGE_WILL_EXCEED_QUOTA

#define ISS_E_USAGE_WILL_EXCEED_QUOTA   EMAKEHR(0x1485)

Definition at line 942 of file corerror.h.

◆ META_E_BAD_INPUT_PARAMETER

#define META_E_BAD_INPUT_PARAMETER   EMAKEHR(0x1193)

Definition at line 966 of file corerror.h.

◆ META_E_BAD_SIGNATURE

#define META_E_BAD_SIGNATURE   EMAKEHR(0x1192)

Definition at line 965 of file corerror.h.

◆ META_E_BADMETADATA

#define META_E_BADMETADATA   EMAKEHR(0x118a)

Definition at line 958 of file corerror.h.

◆ META_E_CA_ARRAY_NYI

#define META_E_CA_ARRAY_NYI   EMAKEHR(0x11c6)

Definition at line 985 of file corerror.h.

◆ META_E_CA_BAD_FRIENDS_ARGS

#define META_E_CA_BAD_FRIENDS_ARGS   EMAKEHR(0x11e5)

Definition at line 1003 of file corerror.h.

◆ META_E_CA_CUSTMARSH_TYPE_REQUIRED

#define META_E_CA_CUSTMARSH_TYPE_REQUIRED   EMAKEHR(0x11d1)

Definition at line 996 of file corerror.h.

◆ META_E_CA_FILENAME_REQUIRED

#define META_E_CA_FILENAME_REQUIRED   EMAKEHR(0x11d2)

Definition at line 997 of file corerror.h.

◆ META_E_CA_FIXEDSTR_SIZE_REQUIRED

#define META_E_CA_FIXEDSTR_SIZE_REQUIRED   EMAKEHR(0x11d0)

Definition at line 995 of file corerror.h.

◆ META_E_CA_FRIENDS_SN_REQUIRED

#define META_E_CA_FRIENDS_SN_REQUIRED   EMAKEHR(0x11e6)

Definition at line 1004 of file corerror.h.

◆ META_E_CA_INVALID_ARG_FOR_TYPE

#define META_E_CA_INVALID_ARG_FOR_TYPE   EMAKEHR(0x11c9)

Definition at line 988 of file corerror.h.

◆ META_E_CA_INVALID_ARGTYPE

#define META_E_CA_INVALID_ARGTYPE   EMAKEHR(0x11c8)

Definition at line 987 of file corerror.h.

◆ META_E_CA_INVALID_BLOB

#define META_E_CA_INVALID_BLOB   EMAKEHR(0x11c2)

Definition at line 981 of file corerror.h.

◆ META_E_CA_INVALID_MARSHALAS_FIELDS

#define META_E_CA_INVALID_MARSHALAS_FIELDS   EMAKEHR(0x11cb)

Definition at line 990 of file corerror.h.

◆ META_E_CA_INVALID_TARGET

#define META_E_CA_INVALID_TARGET   EMAKEHR(0x11c0)

Definition at line 979 of file corerror.h.

◆ META_E_CA_INVALID_UUID

#define META_E_CA_INVALID_UUID   EMAKEHR(0x11ca)

Definition at line 989 of file corerror.h.

◆ META_E_CA_INVALID_VALUE

#define META_E_CA_INVALID_VALUE   EMAKEHR(0x11c1)

Definition at line 980 of file corerror.h.

◆ META_E_CA_NEGATIVE_CONSTSIZE

#define META_E_CA_NEGATIVE_CONSTSIZE   EMAKEHR(0x11cf)

Definition at line 994 of file corerror.h.

◆ META_E_CA_NEGATIVE_MULTIPLIER

#define META_E_CA_NEGATIVE_MULTIPLIER   EMAKEHR(0x11ce)

Definition at line 993 of file corerror.h.

◆ META_E_CA_NEGATIVE_PARAMINDEX

#define META_E_CA_NEGATIVE_PARAMINDEX   EMAKEHR(0x11cd)

Definition at line 992 of file corerror.h.

◆ META_E_CA_NT_FIELDONLY

#define META_E_CA_NT_FIELDONLY   EMAKEHR(0x11cc)

Definition at line 991 of file corerror.h.

◆ META_E_CA_REPEATED_ARG

#define META_E_CA_REPEATED_ARG   EMAKEHR(0x11c3)

Definition at line 982 of file corerror.h.

◆ META_E_CA_UNEXPECTED_TYPE

#define META_E_CA_UNEXPECTED_TYPE   EMAKEHR(0x11c7)

Definition at line 986 of file corerror.h.

◆ META_E_CA_UNKNOWN_ARGUMENT

#define META_E_CA_UNKNOWN_ARGUMENT   EMAKEHR(0x11c4)

Definition at line 983 of file corerror.h.

◆ META_E_CA_VARIANT_NYI

#define META_E_CA_VARIANT_NYI   EMAKEHR(0x11c5)

Definition at line 984 of file corerror.h.

◆ META_E_CANNOTRESOLVETYPEREF

#define META_E_CANNOTRESOLVETYPEREF   EMAKEHR(0x1196)

Definition at line 969 of file corerror.h.

◆ META_E_CLASS_LAYOUT_INCONSISTENT

#define META_E_CLASS_LAYOUT_INCONSISTENT   EMAKEHR(0x118d)

Definition at line 960 of file corerror.h.

◆ META_E_DUPLICATE

#define META_E_DUPLICATE   EMAKEHR(0x1180)

Definition at line 951 of file corerror.h.

◆ META_E_EVENT_COUNTS

#define META_E_EVENT_COUNTS   EMAKEHR(0x119d)

Definition at line 975 of file corerror.h.

◆ META_E_EVENT_NOT_FOUND

#define META_E_EVENT_NOT_FOUND   EMAKEHR(0x1190)

Definition at line 963 of file corerror.h.

◆ META_E_FIELD_COUNTS

#define META_E_FIELD_COUNTS   EMAKEHR(0x11d7)

Definition at line 1000 of file corerror.h.

◆ META_E_FIELD_MARSHAL_NOT_FOUND

#define META_E_FIELD_MARSHAL_NOT_FOUND   EMAKEHR(0x118e)

Definition at line 961 of file corerror.h.

◆ META_E_FIELD_NOT_FOUND

#define META_E_FIELD_NOT_FOUND   EMAKEHR(0x1188)

Definition at line 956 of file corerror.h.

◆ META_E_GENERICPARAM_INCONSISTENT

#define META_E_GENERICPARAM_INCONSISTENT   EMAKEHR(0x119c)

Definition at line 974 of file corerror.h.

◆ META_E_GUID_REQUIRED

#define META_E_GUID_REQUIRED   EMAKEHR(0x1181)

Definition at line 952 of file corerror.h.

◆ META_E_HAS_UNMARKALL

#define META_E_HAS_UNMARKALL   EMAKEHR(0x119a)

Definition at line 972 of file corerror.h.

◆ META_E_INTFCEIMPL_NOT_FOUND

#define META_E_INTFCEIMPL_NOT_FOUND   EMAKEHR(0x118b)

Definition at line 959 of file corerror.h.

◆ META_E_INVALID_TOKEN_TYPE

#define META_E_INVALID_TOKEN_TYPE   EMAKEHR(0x115f)

Definition at line 978 of file corerror.h.

◆ META_E_MD_INCONSISTENCY

#define META_E_MD_INCONSISTENCY   EMAKEHR(0x1195)

Definition at line 968 of file corerror.h.

◆ META_E_MERGE_COLLISION

#define META_E_MERGE_COLLISION   EMAKEHR(0x1183)

Definition at line 954 of file corerror.h.

◆ META_E_METHD_NOT_FOUND

#define META_E_METHD_NOT_FOUND   EMAKEHR(0x1187)

Definition at line 955 of file corerror.h.

◆ META_E_METHDIMPL_INCONSISTENT

#define META_E_METHDIMPL_INCONSISTENT   EMAKEHR(0x1194)

Definition at line 967 of file corerror.h.

◆ META_E_METHOD_COUNTS

#define META_E_METHOD_COUNTS   EMAKEHR(0x11d6)

Definition at line 999 of file corerror.h.

◆ META_E_METHODSEM_NOT_FOUND

#define META_E_METHODSEM_NOT_FOUND   EMAKEHR(0x118f)

Definition at line 962 of file corerror.h.

◆ META_E_MISMATCHED_VISIBLITY

#define META_E_MISMATCHED_VISIBLITY   EMAKEHR(0x11e4)

Definition at line 1002 of file corerror.h.

◆ META_E_MUST_CALL_UNMARKALL

#define META_E_MUST_CALL_UNMARKALL   EMAKEHR(0x119b)

Definition at line 973 of file corerror.h.

◆ META_E_NOT_IN_ENC_MODE

#define META_E_NOT_IN_ENC_MODE   EMAKEHR(0x11d4)

Definition at line 998 of file corerror.h.

◆ META_E_PARAM_COUNTS

#define META_E_PARAM_COUNTS   EMAKEHR(0x11d8)

Definition at line 1001 of file corerror.h.

◆ META_E_PARAM_MISMATCH

#define META_E_PARAM_MISMATCH   EMAKEHR(0x1189)

Definition at line 957 of file corerror.h.

◆ META_E_PROP_NOT_FOUND

#define META_E_PROP_NOT_FOUND   EMAKEHR(0x1191)

Definition at line 964 of file corerror.h.

◆ META_E_PROPERTY_COUNTS

#define META_E_PROPERTY_COUNTS   EMAKEHR(0x119e)

Definition at line 976 of file corerror.h.

◆ META_E_STRINGSPACE_FULL

#define META_E_STRINGSPACE_FULL   EMAKEHR(0x1198)

Definition at line 970 of file corerror.h.

◆ META_E_TYPEDEF_MISMATCH

#define META_E_TYPEDEF_MISMATCH   EMAKEHR(0x1182)

Definition at line 953 of file corerror.h.

◆ META_E_TYPEDEF_MISSING

#define META_E_TYPEDEF_MISSING   EMAKEHR(0x119f)

Definition at line 977 of file corerror.h.

◆ META_E_UNEXPECTED_REMAP

#define META_E_UNEXPECTED_REMAP   EMAKEHR(0x1199)

Definition at line 971 of file corerror.h.

◆ META_S_DUPLICATE

#define META_S_DUPLICATE   SMAKEHR(0x1197)

Definition at line 243 of file corerror.h.

◆ META_S_PARAM_MISMATCH

#define META_S_PARAM_MISMATCH   SMAKEHR(0x1189)

Definition at line 242 of file corerror.h.

◆ MSEE_E_ASSEMBLYLOADINPROGRESS

#define MSEE_E_ASSEMBLYLOADINPROGRESS   EMAKEHR(0x1016)

Definition at line 1009 of file corerror.h.

◆ MSEE_E_CANNOTCREATEAPPDOMAIN

#define MSEE_E_CANNOTCREATEAPPDOMAIN   EMAKEHR(0x1017)

Definition at line 1010 of file corerror.h.

◆ MSEE_E_GETPROCFAILED

#define MSEE_E_GETPROCFAILED   EMAKEHR(0x1011)

Definition at line 1007 of file corerror.h.

◆ MSEE_E_LOADLIBFAILED

#define MSEE_E_LOADLIBFAILED   EMAKEHR(0x1010)

Definition at line 1006 of file corerror.h.

◆ MSEE_E_MULTCOPIESLOADED

#define MSEE_E_MULTCOPIESLOADED   EMAKEHR(0x1012)

Definition at line 1008 of file corerror.h.

◆ NGEN_E_ASSEMBLY_EXCLUSION_FILE_PARSE_ERROR

#define NGEN_E_ASSEMBLY_EXCLUSION_FILE_PARSE_ERROR   EMAKEHR(0x1f08)

Definition at line 1020 of file corerror.h.

◆ NGEN_E_EXE_MACHINE_TYPE_MISMATCH

#define NGEN_E_EXE_MACHINE_TYPE_MISMATCH   EMAKEHR(0x1f07)

Definition at line 1019 of file corerror.h.

◆ NGEN_E_HARDBOUND_DEPENDENCY_MISSING

#define NGEN_E_HARDBOUND_DEPENDENCY_MISSING   EMAKEHR(0x1f09)

Definition at line 1021 of file corerror.h.

◆ NGEN_E_NOT_RUNNING_IN_EXPECTED_PACKAGE

#define NGEN_E_NOT_RUNNING_IN_EXPECTED_PACKAGE   EMAKEHR(0x1f0a)

Definition at line 1022 of file corerror.h.

◆ NGEN_E_OLDER_RUNTIME

#define NGEN_E_OLDER_RUNTIME   EMAKEHR(0x1f03)

Definition at line 1015 of file corerror.h.

◆ NGEN_E_SYS_ASM_NI_MISSING

#define NGEN_E_SYS_ASM_NI_MISSING   EMAKEHR(0x1f06)

Definition at line 1018 of file corerror.h.

◆ NGEN_E_TOO_MANY_INTERFACES

#define NGEN_E_TOO_MANY_INTERFACES   EMAKEHR(0x1f02)

Definition at line 1014 of file corerror.h.

◆ NGEN_E_WORKER_UNEXPECTED_EXIT

#define NGEN_E_WORKER_UNEXPECTED_EXIT   EMAKEHR(0x1f04)

Definition at line 1016 of file corerror.h.

◆ NGEN_E_WORKER_UNEXPECTED_SYNC

#define NGEN_E_WORKER_UNEXPECTED_SYNC   EMAKEHR(0x1f05)

Definition at line 1017 of file corerror.h.

◆ NGEN_FAILED_GET_DEPENDENCIES

#define NGEN_FAILED_GET_DEPENDENCIES   EMAKEHR(0x1f00)

Definition at line 1012 of file corerror.h.

◆ NGEN_FAILED_NATIVE_IMAGE_DELETE

#define NGEN_FAILED_NATIVE_IMAGE_DELETE   EMAKEHR(0x1f01)

Definition at line 1013 of file corerror.h.

◆ PEFMT_E_32BIT

#define PEFMT_E_32BIT   EMAKEHR(0x1d0b)

Definition at line 1035 of file corerror.h.

◆ PEFMT_E_64BIT

#define PEFMT_E_64BIT   EMAKEHR(0x1d02)

Definition at line 1026 of file corerror.h.

◆ PEFMT_E_BAD_CORHEADER

#define PEFMT_E_BAD_CORHEADER   EMAKEHR(0x1d0a)

Definition at line 1034 of file corerror.h.

◆ PEFMT_E_BASE_RELOCS

#define PEFMT_E_BASE_RELOCS   EMAKEHR(0x1d07)

Definition at line 1031 of file corerror.h.

◆ PEFMT_E_ENTRYPOINT

#define PEFMT_E_ENTRYPOINT   EMAKEHR(0x1d08)

Definition at line 1032 of file corerror.h.

◆ PEFMT_E_EXE_NOENTRYPOINT

#define PEFMT_E_EXE_NOENTRYPOINT   EMAKEHR(0x1d06)

Definition at line 1030 of file corerror.h.

◆ PEFMT_E_IMPORT_DLLS

#define PEFMT_E_IMPORT_DLLS   EMAKEHR(0x1d05)

Definition at line 1029 of file corerror.h.

◆ PEFMT_E_NO_CONTENTS

#define PEFMT_E_NO_CONTENTS   EMAKEHR(0x1d00)

Definition at line 1024 of file corerror.h.

◆ PEFMT_E_NO_CORHEADER

#define PEFMT_E_NO_CORHEADER   EMAKEHR(0x1d03)

Definition at line 1027 of file corerror.h.

◆ PEFMT_E_NO_NTHEADERS

#define PEFMT_E_NO_NTHEADERS   EMAKEHR(0x1d01)

Definition at line 1025 of file corerror.h.

◆ PEFMT_E_NOT_ILONLY

#define PEFMT_E_NOT_ILONLY   EMAKEHR(0x1d04)

Definition at line 1028 of file corerror.h.

◆ PEFMT_E_ZERO_SIZEOFCODE

#define PEFMT_E_ZERO_SIZEOFCODE   EMAKEHR(0x1d09)

Definition at line 1033 of file corerror.h.

◆ SECURITY_E_INCOMPATIBLE_EVIDENCE

#define SECURITY_E_INCOMPATIBLE_EVIDENCE   EMAKEHR(0x1403)

Definition at line 1040 of file corerror.h.

◆ SECURITY_E_INCOMPATIBLE_SHARE

#define SECURITY_E_INCOMPATIBLE_SHARE   EMAKEHR(0x1401)

Definition at line 1038 of file corerror.h.

◆ SECURITY_E_UNVERIFIABLE

#define SECURITY_E_UNVERIFIABLE   EMAKEHR(0x1402)

Definition at line 1039 of file corerror.h.

◆ SECURITY_E_XML_TO_ASN_ENCODING

#define SECURITY_E_XML_TO_ASN_ENCODING   EMAKEHR(0x1400)

Definition at line 1037 of file corerror.h.

◆ SMAKEHR

Definition at line 30 of file corerror.h.

◆ SN_CRYPTOAPI_CALL_FAILED

#define SN_CRYPTOAPI_CALL_FAILED   EMAKEHR(0x1413)

Definition at line 1043 of file corerror.h.

◆ SN_E_PUBLICKEY_MISMATCH

#define SN_E_PUBLICKEY_MISMATCH   EMAKEHR(0x1421)

Definition at line 1042 of file corerror.h.

◆ SN_NO_SUITABLE_CSP

#define SN_NO_SUITABLE_CSP   EMAKEHR(0x1414)

Definition at line 1044 of file corerror.h.

◆ TLBX_E_AGNOST_SIGNATURE

#define TLBX_E_AGNOST_SIGNATURE   EMAKEHR(0x11ba)

Definition at line 291 of file corerror.h.

◆ TLBX_E_AMBIGUOUS_RETURN

#define TLBX_E_AMBIGUOUS_RETURN   EMAKEHR(0x116d)

Definition at line 256 of file corerror.h.

◆ TLBX_E_ARRAY_NEEDS_NT_FIXED

#define TLBX_E_ARRAY_NEEDS_NT_FIXED   EMAKEHR(0x11be)

Definition at line 294 of file corerror.h.

◆ TLBX_E_ASANY

#define TLBX_E_ASANY   EMAKEHR(0x1175)

Definition at line 258 of file corerror.h.

◆ TLBX_E_AUTO_CS_NOT_ALLOWED

#define TLBX_E_AUTO_CS_NOT_ALLOWED   EMAKEHR(0x11b2)

Definition at line 285 of file corerror.h.

◆ TLBX_E_BAD_MSCOREE_TLB

#define TLBX_E_BAD_MSCOREE_TLB   EMAKEHR(0x1169)

Definition at line 253 of file corerror.h.

◆ TLBX_E_BAD_NAMES

#define TLBX_E_BAD_NAMES   EMAKEHR(0x117b)

Definition at line 262 of file corerror.h.

◆ TLBX_E_BAD_NATIVETYPE

#define TLBX_E_BAD_NATIVETYPE   EMAKEHR(0x11a6)

Definition at line 273 of file corerror.h.

◆ TLBX_E_BAD_SIGNATURE

#define TLBX_E_BAD_SIGNATURE   EMAKEHR(0x11bd)

Definition at line 293 of file corerror.h.

◆ TLBX_E_BAD_VT_TYPE

#define TLBX_E_BAD_VT_TYPE   EMAKEHR(0x1167)

Definition at line 251 of file corerror.h.

◆ TLBX_E_BAD_VTABLE

#define TLBX_E_BAD_VTABLE   EMAKEHR(0x11a7)

Definition at line 274 of file corerror.h.

◆ TLBX_E_BITNESS_MISMATCH

#define TLBX_E_BITNESS_MISMATCH   EMAKEHR(0x11e1)

Definition at line 297 of file corerror.h.

◆ TLBX_E_CANT_LOAD_CLASS

#define TLBX_E_CANT_LOAD_CLASS   EMAKEHR(0x11a1)

Definition at line 268 of file corerror.h.

◆ TLBX_E_CANT_LOAD_MODULE

#define TLBX_E_CANT_LOAD_MODULE   EMAKEHR(0x11a0)

Definition at line 267 of file corerror.h.

◆ TLBX_E_CANT_SAVE

#define TLBX_E_CANT_SAVE   EMAKEHR(0x1164)

Definition at line 249 of file corerror.h.

◆ TLBX_E_CANTLOADLIBRARY

#define TLBX_E_CANTLOADLIBRARY   EMAKEHR(0x1166)

Definition at line 250 of file corerror.h.

◆ TLBX_E_CIRCULAR_EXPORT

#define TLBX_E_CIRCULAR_EXPORT   EMAKEHR(0x11a4)

Definition at line 271 of file corerror.h.

◆ TLBX_E_CIRCULAR_EXPORT2

#define TLBX_E_CIRCULAR_EXPORT2   EMAKEHR(0x1b52)

Definition at line 300 of file corerror.h.

◆ TLBX_E_CIRCULAR_IMPORT

#define TLBX_E_CIRCULAR_IMPORT   EMAKEHR(0x11a5)

Definition at line 272 of file corerror.h.

◆ TLBX_E_CLASS_LOAD_EXCEPTION

#define TLBX_E_CLASS_LOAD_EXCEPTION   EMAKEHR(0x11aa)

Definition at line 277 of file corerror.h.

◆ TLBX_E_CLASS_NEEDS_NT_INTF

#define TLBX_E_CLASS_NEEDS_NT_INTF   EMAKEHR(0x11bf)

Definition at line 295 of file corerror.h.

◆ TLBX_E_CONVERT_FAIL

#define TLBX_E_CONVERT_FAIL   EMAKEHR(0x11bb)

Definition at line 292 of file corerror.h.

◆ TLBX_E_CRM_INVALID_SIG

#define TLBX_E_CRM_INVALID_SIG   EMAKEHR(0x11a9)

Definition at line 276 of file corerror.h.

◆ TLBX_E_CRM_NON_STATIC

#define TLBX_E_CRM_NON_STATIC   EMAKEHR(0x11a8)

Definition at line 275 of file corerror.h.

◆ TLBX_E_CTX_NESTED

#define TLBX_E_CTX_NESTED   EMAKEHR(0x1162)

Definition at line 247 of file corerror.h.

◆ TLBX_E_DUPLICATE_IID

#define TLBX_E_DUPLICATE_IID   EMAKEHR(0x11b6)

Definition at line 287 of file corerror.h.

◆ TLBX_E_DUPLICATE_TYPE_NAME

#define TLBX_E_DUPLICATE_TYPE_NAME   EMAKEHR(0x116e)

Definition at line 257 of file corerror.h.

◆ TLBX_E_ENUM_VALUE_INVALID

#define TLBX_E_ENUM_VALUE_INVALID   EMAKEHR(0x11b5)

Definition at line 286 of file corerror.h.

◆ TLBX_E_ERROR_MESSAGE

#define TLBX_E_ERROR_MESSAGE   EMAKEHR(0x1163)

Definition at line 248 of file corerror.h.

◆ TLBX_E_EVENT_WITH_NEWENUM

#define TLBX_E_EVENT_WITH_NEWENUM   EMAKEHR(0x11e2)

Definition at line 298 of file corerror.h.

◆ TLBX_E_GENERICINST_SIGNATURE

#define TLBX_E_GENERICINST_SIGNATURE   EMAKEHR(0x117d)

Definition at line 263 of file corerror.h.

◆ TLBX_E_GENERICPAR_SIGNATURE

#define TLBX_E_GENERICPAR_SIGNATURE   EMAKEHR(0x117e)

Definition at line 264 of file corerror.h.

◆ TLBX_E_INVALID_NAMESPACE

#define TLBX_E_INVALID_NAMESPACE   EMAKEHR(0x11ad)

Definition at line 280 of file corerror.h.

◆ TLBX_E_INVALID_TYPEINFO

#define TLBX_E_INVALID_TYPEINFO   EMAKEHR(0x1160)

Definition at line 245 of file corerror.h.

◆ TLBX_E_INVALID_TYPEINFO_UNNAMED

#define TLBX_E_INVALID_TYPEINFO_UNNAMED   EMAKEHR(0x1161)

Definition at line 246 of file corerror.h.

◆ TLBX_E_INVALIDLCIDPARAM

#define TLBX_E_INVALIDLCIDPARAM   EMAKEHR(0x1176)

Definition at line 259 of file corerror.h.

◆ TLBX_E_LAYOUT_ERROR

#define TLBX_E_LAYOUT_ERROR   EMAKEHR(0x11ae)

Definition at line 281 of file corerror.h.

◆ TLBX_E_LCIDONDISPONLYITF

#define TLBX_E_LCIDONDISPONLYITF   EMAKEHR(0x1177)

Definition at line 260 of file corerror.h.

◆ TLBX_E_LPTSTR_NOT_ALLOWED

#define TLBX_E_LPTSTR_NOT_ALLOWED   EMAKEHR(0x11b1)

Definition at line 284 of file corerror.h.

◆ TLBX_E_MULTIPLE_LCIDS

#define TLBX_E_MULTIPLE_LCIDS   EMAKEHR(0x116b)

Definition at line 255 of file corerror.h.

◆ TLBX_E_NO_CLSID_KEY

#define TLBX_E_NO_CLSID_KEY   EMAKEHR(0x11a3)

Definition at line 270 of file corerror.h.

◆ TLBX_E_NO_CRITICALHANDLE_ARRAYS

#define TLBX_E_NO_CRITICALHANDLE_ARRAYS   EMAKEHR(0x118c)

Definition at line 266 of file corerror.h.

◆ TLBX_E_NO_MSCOREE_TLB

#define TLBX_E_NO_MSCOREE_TLB   EMAKEHR(0x1168)

Definition at line 252 of file corerror.h.

◆ TLBX_E_NO_NESTED_ARRAYS

#define TLBX_E_NO_NESTED_ARRAYS   EMAKEHR(0x11b7)

Definition at line 288 of file corerror.h.

◆ TLBX_E_NO_SAFEHANDLE_ARRAYS

#define TLBX_E_NO_SAFEHANDLE_ARRAYS   EMAKEHR(0x1186)

Definition at line 265 of file corerror.h.

◆ TLBX_E_NONPUBLIC_FIELD

#define TLBX_E_NONPUBLIC_FIELD   EMAKEHR(0x1178)

Definition at line 261 of file corerror.h.

◆ TLBX_E_NONVISIBLEVALUECLASS

#define TLBX_E_NONVISIBLEVALUECLASS   EMAKEHR(0x11b0)

Definition at line 283 of file corerror.h.

◆ TLBX_E_NOTIUNKNOWN

#define TLBX_E_NOTIUNKNOWN   EMAKEHR(0x11af)

Definition at line 282 of file corerror.h.

◆ TLBX_E_NULL_MODULE

#define TLBX_E_NULL_MODULE   EMAKEHR(0x11a2)

Definition at line 269 of file corerror.h.

◆ TLBX_E_PARAM_ERROR_NAMED

#define TLBX_E_PARAM_ERROR_NAMED   EMAKEHR(0x11b8)

Definition at line 289 of file corerror.h.

◆ TLBX_E_PARAM_ERROR_UNNAMED

#define TLBX_E_PARAM_ERROR_UNNAMED   EMAKEHR(0x11b9)

Definition at line 290 of file corerror.h.

◆ TLBX_E_PROPGET_WITHOUT_RETURN

#define TLBX_E_PROPGET_WITHOUT_RETURN   EMAKEHR(0x11e3)

Definition at line 299 of file corerror.h.

◆ TLBX_E_REFERENCED_TYPELIB

#define TLBX_E_REFERENCED_TYPELIB   EMAKEHR(0x11ac)

Definition at line 279 of file corerror.h.

◆ TLBX_E_TLB_EXCEPTION

#define TLBX_E_TLB_EXCEPTION   EMAKEHR(0x116a)

Definition at line 254 of file corerror.h.

◆ TLBX_E_TYPED_REF

#define TLBX_E_TYPED_REF   EMAKEHR(0x11da)

Definition at line 296 of file corerror.h.

◆ TLBX_E_UNKNOWN_SIGNATURE

#define TLBX_E_UNKNOWN_SIGNATURE   EMAKEHR(0x11ab)

Definition at line 278 of file corerror.h.

◆ TLBX_I_AGNOSTIC_ASSEMBLY

#define TLBX_I_AGNOSTIC_ASSEMBLY   SMAKEHR(0x116e)

Definition at line 304 of file corerror.h.

◆ TLBX_I_DUPLICATE_DISPID

#define TLBX_I_DUPLICATE_DISPID   SMAKEHR(0x117a)

Definition at line 311 of file corerror.h.

◆ TLBX_I_GENERIC_BASE_TYPE

#define TLBX_I_GENERIC_BASE_TYPE   SMAKEHR(0x11e0)

Definition at line 314 of file corerror.h.

◆ TLBX_I_GENERIC_TYPE

#define TLBX_I_GENERIC_TYPE   SMAKEHR(0x117f)

Definition at line 313 of file corerror.h.

◆ TLBX_I_NONSEQUENTIALSTRUCT

#define TLBX_I_NONSEQUENTIALSTRUCT   EMAKEHR(0x1172)

Definition at line 308 of file corerror.h.

◆ TLBX_I_PIA_REGISTERED_FOR_TLB

#define TLBX_I_PIA_REGISTERED_FOR_TLB   SMAKEHR(0x116d)

Definition at line 303 of file corerror.h.

◆ TLBX_I_REF_TYPE_AS_STRUCT

#define TLBX_I_REF_TYPE_AS_STRUCT   SMAKEHR(0x117c)

Definition at line 312 of file corerror.h.

◆ TLBX_I_RESOLVEREFFAILED

#define TLBX_I_RESOLVEREFFAILED   EMAKEHR(0x1174)

Definition at line 309 of file corerror.h.

◆ TLBX_I_TYPE_EXPORTED

#define TLBX_I_TYPE_EXPORTED   SMAKEHR(0x1179)

Definition at line 310 of file corerror.h.

◆ TLBX_I_TYPEINFO_IMPORTED

#define TLBX_I_TYPEINFO_IMPORTED   SMAKEHR(0x116c)

Definition at line 302 of file corerror.h.

◆ TLBX_I_UNCONVERTABLE_ARGS

#define TLBX_I_UNCONVERTABLE_ARGS   SMAKEHR(0x1170)

Definition at line 306 of file corerror.h.

◆ TLBX_I_UNCONVERTABLE_FIELD

#define TLBX_I_UNCONVERTABLE_FIELD   SMAKEHR(0x1171)

Definition at line 307 of file corerror.h.

◆ TLBX_I_USEIUNKNOWN

#define TLBX_I_USEIUNKNOWN   SMAKEHR(0x116f)

Definition at line 305 of file corerror.h.

◆ TLBX_S_DUPLICATE_DISPID

#define TLBX_S_DUPLICATE_DISPID   SMAKEHR(0x11b4)

Definition at line 318 of file corerror.h.

◆ TLBX_S_NOSTDINTERFACE

#define TLBX_S_NOSTDINTERFACE   SMAKEHR(0x11b3)

Definition at line 317 of file corerror.h.

◆ TLBX_S_REFERENCED_TYPELIB

#define TLBX_S_REFERENCED_TYPELIB   SMAKEHR(0x11ac)

Definition at line 316 of file corerror.h.

◆ TLBX_W_ASSEMBLY_HAS_EMBEDDED_TLB

#define TLBX_W_ASSEMBLY_HAS_EMBEDDED_TLB   SMAKEHR(0x1174)

Definition at line 322 of file corerror.h.

◆ TLBX_W_BAD_SAFEARRAYFIELD_NO_ELEMENTVT

#define TLBX_W_BAD_SAFEARRAYFIELD_NO_ELEMENTVT   SMAKEHR(0x11de)

Definition at line 332 of file corerror.h.

◆ TLBX_W_CROSS_COMPILE_NO_REFS

#define TLBX_W_CROSS_COMPILE_NO_REFS   SMAKEHR(0x1175)

Definition at line 323 of file corerror.h.

◆ TLBX_W_DEFAULT_INTF_NOT_VISIBLE

#define TLBX_W_DEFAULT_INTF_NOT_VISIBLE   SMAKEHR(0x11db)

Definition at line 331 of file corerror.h.

◆ TLBX_W_DUAL_NOT_DISPATCH

#define TLBX_W_DUAL_NOT_DISPATCH   EMAKEHR(0x11bc)

Definition at line 327 of file corerror.h.

◆ TLBX_W_ENUM_VALUE_TOOBIG

#define TLBX_W_ENUM_VALUE_TOOBIG   SMAKEHR(0x11d5)

Definition at line 329 of file corerror.h.

◆ TLBX_W_EXPORTING_AUTO_LAYOUT

#define TLBX_W_EXPORTING_AUTO_LAYOUT   SMAKEHR(0x11d9)

Definition at line 330 of file corerror.h.

◆ TLBX_W_IENUM_CA_ON_IUNK

#define TLBX_W_IENUM_CA_ON_IUNK   SMAKEHR(0x1185)

Definition at line 326 of file corerror.h.

◆ TLBX_W_LAYOUTCLASS_AS_INTERFACE

#define TLBX_W_LAYOUTCLASS_AS_INTERFACE   SMAKEHR(0x11df)

Definition at line 333 of file corerror.h.

◆ TLBX_W_LIBNOTREGISTERED

#define TLBX_W_LIBNOTREGISTERED   EMAKEHR(0x1165)

Definition at line 320 of file corerror.h.

◆ TLBX_W_NO_PROPS_IN_EVENTS

#define TLBX_W_NO_PROPS_IN_EVENTS   EMAKEHR(0x11d3)

Definition at line 328 of file corerror.h.

◆ TLBX_W_NON_INTEGRAL_CA_TYPE

#define TLBX_W_NON_INTEGRAL_CA_TYPE   SMAKEHR(0x1184)

Definition at line 325 of file corerror.h.

◆ TLBX_W_PURE_CROSS_COMPILE

#define TLBX_W_PURE_CROSS_COMPILE   SMAKEHR(0x1176)

Definition at line 324 of file corerror.h.

◆ TLBX_W_WARNING_MESSAGE

#define TLBX_W_WARNING_MESSAGE   SMAKEHR(0x1173)

Definition at line 321 of file corerror.h.

◆ VER_E_ADDR

#define VER_E_ADDR   EMAKEHR(0x1881)

Definition at line 1164 of file corerror.h.

◆ VER_E_ADDR_BYREF

#define VER_E_ADDR_BYREF   EMAKEHR(0x1882)

Definition at line 1165 of file corerror.h.

◆ VER_E_ADDR_LITERAL

#define VER_E_ADDR_LITERAL   EMAKEHR(0x1883)

Definition at line 1166 of file corerror.h.

◆ VER_E_ARG

#define VER_E_ARG   EMAKEHR(0x1809)

Definition at line 1054 of file corerror.h.

◆ VER_E_ARG_NUM

#define VER_E_ARG_NUM   EMAKEHR(0x1868)

Definition at line 1139 of file corerror.h.

◆ VER_E_ARGLIST

#define VER_E_ARGLIST   EMAKEHR(0x187a)

Definition at line 1157 of file corerror.h.

◆ VER_E_ARRAY_ACCESS

#define VER_E_ARRAY_ACCESS   EMAKEHR(0x1875)

Definition at line 1152 of file corerror.h.

◆ VER_E_ARRAY_FIELD

#define VER_E_ARRAY_FIELD   EMAKEHR(0x1879)

Definition at line 1156 of file corerror.h.

◆ VER_E_ARRAY_NAME_LONG

#define VER_E_ARRAY_NAME_LONG   EMAKEHR(0x181a)

Definition at line 1066 of file corerror.h.

◆ VER_E_ARRAY_SD

#define VER_E_ARRAY_SD   EMAKEHR(0x1877)

Definition at line 1154 of file corerror.h.

◆ VER_E_ARRAY_SD_PTR

#define VER_E_ARRAY_SD_PTR   EMAKEHR(0x1878)

Definition at line 1155 of file corerror.h.

◆ VER_E_ARRAY_V_STORE

#define VER_E_ARRAY_V_STORE   EMAKEHR(0x1876)

Definition at line 1153 of file corerror.h.

◆ VER_E_BACKWARD_BRANCH

#define VER_E_BACKWARD_BRANCH   EMAKEHR(0x18db)

Definition at line 1253 of file corerror.h.

◆ VER_E_BAD_APPDOMAIN

#define VER_E_BAD_APPDOMAIN   EMAKEHR(0x18f2)

Definition at line 1263 of file corerror.h.

◆ VER_E_BAD_BRANCH

#define VER_E_BAD_BRANCH   EMAKEHR(0x189f)

Definition at line 1193 of file corerror.h.

◆ VER_E_BAD_CONSTRAINED_PREFIX

#define VER_E_BAD_CONSTRAINED_PREFIX   EMAKEHR(0x18cd)

Definition at line 1239 of file corerror.h.

◆ VER_E_BAD_JMP_TARGET

#define VER_E_BAD_JMP_TARGET   EMAKEHR(0x1847)

Definition at line 1106 of file corerror.h.

◆ VER_E_BAD_MD

#define VER_E_BAD_MD   EMAKEHR(0x18f1)

Definition at line 1262 of file corerror.h.

◆ VER_E_BAD_PE

#define VER_E_BAD_PE   EMAKEHR(0x18f0)

Definition at line 1261 of file corerror.h.

◆ VER_E_BAD_READONLY_PREFIX

#define VER_E_BAD_READONLY_PREFIX   EMAKEHR(0x18cc)

Definition at line 1238 of file corerror.h.

◆ VER_E_BAD_VARARG

#define VER_E_BAD_VARARG   EMAKEHR(0x1897)

Definition at line 1185 of file corerror.h.

◆ VER_E_BOX_PTR_TO_STACK

#define VER_E_BOX_PTR_TO_STACK   EMAKEHR(0x18b1)

Definition at line 1211 of file corerror.h.

◆ VER_E_BR_INTO_FIL

#define VER_E_BR_INTO_FIL   EMAKEHR(0x183f)

Definition at line 1098 of file corerror.h.

◆ VER_E_BR_INTO_HND

#define VER_E_BR_INTO_HND   EMAKEHR(0x183e)

Definition at line 1097 of file corerror.h.

◆ VER_E_BR_INTO_TRY

#define VER_E_BR_INTO_TRY   EMAKEHR(0x183d)

Definition at line 1096 of file corerror.h.

◆ VER_E_BR_OUTOF_FIL

#define VER_E_BR_OUTOF_FIL   EMAKEHR(0x1842)

Definition at line 1101 of file corerror.h.

◆ VER_E_BR_OUTOF_FIN

#define VER_E_BR_OUTOF_FIN   EMAKEHR(0x1843)

Definition at line 1102 of file corerror.h.

◆ VER_E_BR_OUTOF_HND

#define VER_E_BR_OUTOF_HND   EMAKEHR(0x1841)

Definition at line 1100 of file corerror.h.

◆ VER_E_BR_OUTOF_TRY

#define VER_E_BR_OUTOF_TRY   EMAKEHR(0x1840)

Definition at line 1099 of file corerror.h.

◆ VER_E_BR_TO_EXCEPTION

#define VER_E_BR_TO_EXCEPTION   EMAKEHR(0x18be)

Definition at line 1224 of file corerror.h.

◆ VER_E_CALL_ABSTRACT

#define VER_E_CALL_ABSTRACT   EMAKEHR(0x18a6)

Definition at line 1200 of file corerror.h.

◆ VER_E_CALL_CTOR

#define VER_E_CALL_CTOR   EMAKEHR(0x18bf)

Definition at line 1225 of file corerror.h.

◆ VER_E_CALL_SIG

#define VER_E_CALL_SIG   EMAKEHR(0x1887)

Definition at line 1170 of file corerror.h.

◆ VER_E_CALL_STATIC

#define VER_E_CALL_STATIC   EMAKEHR(0x1888)

Definition at line 1171 of file corerror.h.

◆ VER_E_CALL_TO_VTYPE_BASE

#define VER_E_CALL_TO_VTYPE_BASE   EMAKEHR(0x18dc)

Definition at line 1254 of file corerror.h.

◆ VER_E_CALLCONV_NOT_GENERICINST

#define VER_E_CALLCONV_NOT_GENERICINST   EMAKEHR(0x18ca)

Definition at line 1236 of file corerror.h.

◆ VER_E_CALLI_VIRTUAL

#define VER_E_CALLI_VIRTUAL   EMAKEHR(0x18a5)

Definition at line 1199 of file corerror.h.

◆ VER_E_CALLVIRT_STATIC

#define VER_E_CALLVIRT_STATIC   EMAKEHR(0x18bc)

Definition at line 1222 of file corerror.h.

◆ VER_E_CALLVIRT_VALCLASS

#define VER_E_CALLVIRT_VALCLASS   EMAKEHR(0x1886)

Definition at line 1169 of file corerror.h.

◆ VER_E_CATCH_BYREF

#define VER_E_CATCH_BYREF   EMAKEHR(0x18b9)

Definition at line 1219 of file corerror.h.

◆ VER_E_CATCH_VALUE_TYPE

#define VER_E_CATCH_VALUE_TYPE   EMAKEHR(0x18b8)

Definition at line 1218 of file corerror.h.

◆ VER_E_CIRCULAR_MVAR_CONSTRAINTS

#define VER_E_CIRCULAR_MVAR_CONSTRAINTS   EMAKEHR(0x18cf)

Definition at line 1241 of file corerror.h.

◆ VER_E_CIRCULAR_VAR_CONSTRAINTS

#define VER_E_CIRCULAR_VAR_CONSTRAINTS   EMAKEHR(0x18ce)

Definition at line 1240 of file corerror.h.

◆ VER_E_CODE_SIZE_ZERO

#define VER_E_CODE_SIZE_ZERO   EMAKEHR(0x1896)

Definition at line 1184 of file corerror.h.

◆ VER_E_CONSTRAINED_CALL_WITH_NON_BYREF_THIS

#define VER_E_CONSTRAINED_CALL_WITH_NON_BYREF_THIS   EMAKEHR(0x18d4)

Definition at line 1246 of file corerror.h.

◆ VER_E_CONSTRAINED_OF_NON_VARIABLE_TYPE

#define VER_E_CONSTRAINED_OF_NON_VARIABLE_TYPE   EMAKEHR(0x18d5)

Definition at line 1247 of file corerror.h.

◆ VER_E_CTOR

#define VER_E_CTOR   EMAKEHR(0x1889)

Definition at line 1172 of file corerror.h.

◆ VER_E_CTOR_MUL_INIT

#define VER_E_CTOR_MUL_INIT   EMAKEHR(0x188c)

Definition at line 1175 of file corerror.h.

◆ VER_E_CTOR_OR_SUPER

#define VER_E_CTOR_OR_SUPER   EMAKEHR(0x188b)

Definition at line 1174 of file corerror.h.

◆ VER_E_CTOR_VIRT

#define VER_E_CTOR_VIRT   EMAKEHR(0x188a)

Definition at line 1173 of file corerror.h.

◆ VER_E_DEAD

#define VER_E_DEAD   EMAKEHR(0x187e)

Definition at line 1161 of file corerror.h.

◆ VER_E_DLGT_BB

#define VER_E_DLGT_BB   EMAKEHR(0x18ab)

Definition at line 1205 of file corerror.h.

◆ VER_E_DLGT_CTOR

#define VER_E_DLGT_CTOR   EMAKEHR(0x18aa)

Definition at line 1204 of file corerror.h.

◆ VER_E_DLGT_LDFTN

#define VER_E_DLGT_LDFTN   EMAKEHR(0x18ad)

Definition at line 1207 of file corerror.h.

◆ VER_E_DLGT_PATTERN

#define VER_E_DLGT_PATTERN   EMAKEHR(0x18ac)

Definition at line 1206 of file corerror.h.

◆ VER_E_DLGT_SIG_I

#define VER_E_DLGT_SIG_I   EMAKEHR(0x18b5)

Definition at line 1215 of file corerror.h.

◆ VER_E_DLGT_SIG_O

#define VER_E_DLGT_SIG_O   EMAKEHR(0x18b6)

Definition at line 1216 of file corerror.h.

◆ VER_E_ENDFILTER

#define VER_E_ENDFILTER   EMAKEHR(0x183b)

Definition at line 1094 of file corerror.h.

◆ VER_E_ENDFILTER_MISSING

#define VER_E_ENDFILTER_MISSING   EMAKEHR(0x183c)

Definition at line 1095 of file corerror.h.

◆ VER_E_ENDFILTER_STACK

#define VER_E_ENDFILTER_STACK   EMAKEHR(0x18b4)

Definition at line 1214 of file corerror.h.

◆ VER_E_ENDFINALLY

#define VER_E_ENDFINALLY   EMAKEHR(0x183a)

Definition at line 1093 of file corerror.h.

◆ VER_E_EXCEPT

#define VER_E_EXCEPT   EMAKEHR(0x1806)

Definition at line 1051 of file corerror.h.

◆ VER_E_EXPECTED

#define VER_E_EXPECTED   EMAKEHR(0x180b)

Definition at line 1056 of file corerror.h.

◆ VER_E_FALLTHRU

#define VER_E_FALLTHRU   EMAKEHR(0x1820)

Definition at line 1067 of file corerror.h.

◆ VER_E_FALLTHRU_EXCEP

#define VER_E_FALLTHRU_EXCEP   EMAKEHR(0x1835)

Definition at line 1088 of file corerror.h.

◆ VER_E_FALLTHRU_INTO_FIL

#define VER_E_FALLTHRU_INTO_FIL   EMAKEHR(0x1837)

Definition at line 1090 of file corerror.h.

◆ VER_E_FALLTHRU_INTO_HND

#define VER_E_FALLTHRU_INTO_HND   EMAKEHR(0x1836)

Definition at line 1089 of file corerror.h.

◆ VER_E_FIELD_ACCESS

#define VER_E_FIELD_ACCESS   EMAKEHR(0x187d)

Definition at line 1160 of file corerror.h.

◆ VER_E_FIELD_NO_STATIC

#define VER_E_FIELD_NO_STATIC   EMAKEHR(0x1880)

Definition at line 1163 of file corerror.h.

◆ VER_E_FIELD_OVERLAP

#define VER_E_FIELD_OVERLAP   EMAKEHR(0x18e0)

Definition at line 1258 of file corerror.h.

◆ VER_E_FIELD_SIG

#define VER_E_FIELD_SIG   EMAKEHR(0x1815)

Definition at line 1062 of file corerror.h.

◆ VER_E_FIELD_STATIC

#define VER_E_FIELD_STATIC   EMAKEHR(0x187f)

Definition at line 1162 of file corerror.h.

◆ VER_E_FIL_CONT_FIL

#define VER_E_FIL_CONT_FIL   EMAKEHR(0x1832)

Definition at line 1085 of file corerror.h.

◆ VER_E_FIL_CONT_HND

#define VER_E_FIL_CONT_HND   EMAKEHR(0x1831)

Definition at line 1084 of file corerror.h.

◆ VER_E_FIL_CONT_TRY

#define VER_E_FIL_CONT_TRY   EMAKEHR(0x1830)

Definition at line 1083 of file corerror.h.

◆ VER_E_FIL_EQ

#define VER_E_FIL_EQ   EMAKEHR(0x182f)

Definition at line 1082 of file corerror.h.

◆ VER_E_FIL_GTEQ_CS

#define VER_E_FIL_GTEQ_CS   EMAKEHR(0x1833)

Definition at line 1086 of file corerror.h.

◆ VER_E_FIL_OVERLAP

#define VER_E_FIL_OVERLAP   EMAKEHR(0x182e)

Definition at line 1081 of file corerror.h.

◆ VER_E_FIL_PRECEED_HND

#define VER_E_FIL_PRECEED_HND   EMAKEHR(0x18ba)

Definition at line 1220 of file corerror.h.

◆ VER_E_FIL_START

#define VER_E_FIL_START   EMAKEHR(0x1834)

Definition at line 1087 of file corerror.h.

◆ VER_E_FIN_OVERLAP

#define VER_E_FIN_OVERLAP   EMAKEHR(0x18a0)

Definition at line 1194 of file corerror.h.

◆ VER_E_FLT_GTEQ_CS

#define VER_E_FLT_GTEQ_CS   EMAKEHR(0x1825)

Definition at line 1072 of file corerror.h.

◆ VER_E_FLT_START

#define VER_E_FLT_START   EMAKEHR(0x1828)

Definition at line 1075 of file corerror.h.

◆ VER_E_FOUND

#define VER_E_FOUND   EMAKEHR(0x180a)

Definition at line 1055 of file corerror.h.

◆ VER_E_FTN_ABSTRACT

#define VER_E_FTN_ABSTRACT   EMAKEHR(0x18ae)

Definition at line 1208 of file corerror.h.

◆ VER_E_HND_EQ

#define VER_E_HND_EQ   EMAKEHR(0x182d)

Definition at line 1080 of file corerror.h.

◆ VER_E_HND_GTEQ_END

#define VER_E_HND_GTEQ_END   EMAKEHR(0x1823)

Definition at line 1070 of file corerror.h.

◆ VER_E_HND_OVERLAP

#define VER_E_HND_OVERLAP   EMAKEHR(0x182c)

Definition at line 1079 of file corerror.h.

◆ VER_E_HND_START

#define VER_E_HND_START   EMAKEHR(0x1827)

Definition at line 1074 of file corerror.h.

◆ VER_E_HNDEND_GT_CS

#define VER_E_HNDEND_GT_CS   EMAKEHR(0x1824)

Definition at line 1071 of file corerror.h.

◆ VER_E_HRESULT

#define VER_E_HRESULT   EMAKEHR(0x1801)

Definition at line 1046 of file corerror.h.

◆ VER_E_INITIALIZE_ARRAY_MISSING_TOKEN

#define VER_E_INITIALIZE_ARRAY_MISSING_TOKEN   EMAKEHR(0x18f6)

Definition at line 1267 of file corerror.h.

◆ VER_E_INITLOCALS

#define VER_E_INITLOCALS   EMAKEHR(0x18bd)

Definition at line 1223 of file corerror.h.

◆ VER_E_INITONLY

#define VER_E_INITONLY   EMAKEHR(0x1884)

Definition at line 1167 of file corerror.h.

◆ VER_E_INNERMOST_FIRST

#define VER_E_INNERMOST_FIRST   EMAKEHR(0x18a4)

Definition at line 1198 of file corerror.h.

◆ VER_E_INTERNAL

#define VER_E_INTERNAL   EMAKEHR(0x1818)

Definition at line 1064 of file corerror.h.

◆ VER_E_LDFTN_CTOR

#define VER_E_LDFTN_CTOR   EMAKEHR(0x1852)

Definition at line 1117 of file corerror.h.

◆ VER_E_LDFTN_NON_FINAL_VIRTUAL

#define VER_E_LDFTN_NON_FINAL_VIRTUAL   EMAKEHR(0x18df)

Definition at line 1257 of file corerror.h.

◆ VER_E_LDSTR_OPERAND

#define VER_E_LDSTR_OPERAND   EMAKEHR(0x186f)

Definition at line 1146 of file corerror.h.

◆ VER_E_LDVIRTFTN_STATIC

#define VER_E_LDVIRTFTN_STATIC   EMAKEHR(0x18bb)

Definition at line 1221 of file corerror.h.

◆ VER_E_LEAVE

#define VER_E_LEAVE   EMAKEHR(0x1838)

Definition at line 1091 of file corerror.h.

◆ VER_E_LEXICAL_NESTING

#define VER_E_LEXICAL_NESTING   EMAKEHR(0x18a1)

Definition at line 1195 of file corerror.h.

◆ VER_E_LOC

#define VER_E_LOC   EMAKEHR(0x1808)

Definition at line 1053 of file corerror.h.

◆ VER_E_LOC_BYNAME

#define VER_E_LOC_BYNAME   EMAKEHR(0x180c)

Definition at line 1057 of file corerror.h.

◆ VER_E_LOC_DEAD

#define VER_E_LOC_DEAD   EMAKEHR(0x1866)

Definition at line 1137 of file corerror.h.

◆ VER_E_LOC_NUM

#define VER_E_LOC_NUM   EMAKEHR(0x1867)

Definition at line 1138 of file corerror.h.

◆ VER_E_METHOD_ACCESS

#define VER_E_METHOD_ACCESS   EMAKEHR(0x187c)

Definition at line 1159 of file corerror.h.

◆ VER_E_METHOD_END

#define VER_E_METHOD_END   EMAKEHR(0x189e)

Definition at line 1192 of file corerror.h.

◆ VER_E_NEWOBJ_OF_ABSTRACT_CLASS

#define VER_E_NEWOBJ_OF_ABSTRACT_CLASS   EMAKEHR(0x18dd)

Definition at line 1255 of file corerror.h.

◆ VER_E_NOT_IN_GC_HEAP

#define VER_E_NOT_IN_GC_HEAP   EMAKEHR(0x18a8)

Definition at line 1202 of file corerror.h.

◆ VER_E_OFFSET

#define VER_E_OFFSET   EMAKEHR(0x1802)

Definition at line 1047 of file corerror.h.

◆ VER_E_OPCODE

#define VER_E_OPCODE   EMAKEHR(0x1803)

Definition at line 1048 of file corerror.h.

◆ VER_E_OPEN_DLGT_PROT_ACC

#define VER_E_OPEN_DLGT_PROT_ACC   EMAKEHR(0x1816)

Definition at line 1063 of file corerror.h.

◆ VER_E_OPERAND

#define VER_E_OPERAND   EMAKEHR(0x1804)

Definition at line 1049 of file corerror.h.

◆ VER_E_PATH_LOC

#define VER_E_PATH_LOC   EMAKEHR(0x1848)

Definition at line 1107 of file corerror.h.

◆ VER_E_PATH_STACK

#define VER_E_PATH_STACK   EMAKEHR(0x184a)

Definition at line 1109 of file corerror.h.

◆ VER_E_PATH_STACK_DEPTH

#define VER_E_PATH_STACK_DEPTH   EMAKEHR(0x184b)

Definition at line 1110 of file corerror.h.

◆ VER_E_PATH_THIS

#define VER_E_PATH_THIS   EMAKEHR(0x1849)

Definition at line 1108 of file corerror.h.

◆ VER_E_PE_LOAD

#define VER_E_PE_LOAD   EMAKEHR(0x18f4)

Definition at line 1265 of file corerror.h.

◆ VER_E_RA_PTR_TO_STACK

#define VER_E_RA_PTR_TO_STACK   EMAKEHR(0x18b7)

Definition at line 1217 of file corerror.h.

◆ VER_E_READONLY_ILLEGAL_WRITE

#define VER_E_READONLY_ILLEGAL_WRITE   EMAKEHR(0x18d7)

Definition at line 1249 of file corerror.h.

◆ VER_E_READONLY_IN_MKREFANY

#define VER_E_READONLY_IN_MKREFANY   EMAKEHR(0x18d8)

Definition at line 1250 of file corerror.h.

◆ VER_E_READONLY_UNEXPECTED_CALLEE

#define VER_E_READONLY_UNEXPECTED_CALLEE   EMAKEHR(0x18d6)

Definition at line 1248 of file corerror.h.

◆ VER_E_RET_EMPTY

#define VER_E_RET_EMPTY   EMAKEHR(0x1873)

Definition at line 1150 of file corerror.h.

◆ VER_E_RET_FROM_FIL

#define VER_E_RET_FROM_FIL   EMAKEHR(0x1846)

Definition at line 1105 of file corerror.h.

◆ VER_E_RET_FROM_HND

#define VER_E_RET_FROM_HND   EMAKEHR(0x1845)

Definition at line 1104 of file corerror.h.

◆ VER_E_RET_FROM_TRY

#define VER_E_RET_FROM_TRY   EMAKEHR(0x1844)

Definition at line 1103 of file corerror.h.

◆ VER_E_RET_MISSING

#define VER_E_RET_MISSING   EMAKEHR(0x1872)

Definition at line 1149 of file corerror.h.

◆ VER_E_RET_PTR_TO_STACK

#define VER_E_RET_PTR_TO_STACK   EMAKEHR(0x1870)

Definition at line 1147 of file corerror.h.

◆ VER_E_RET_SIG

#define VER_E_RET_SIG   EMAKEHR(0x1814)

Definition at line 1061 of file corerror.h.

◆ VER_E_RET_UNINIT

#define VER_E_RET_UNINIT   EMAKEHR(0x1874)

Definition at line 1151 of file corerror.h.

◆ VER_E_RET_VOID

#define VER_E_RET_VOID   EMAKEHR(0x1871)

Definition at line 1148 of file corerror.h.

◆ VER_E_RETHROW

#define VER_E_RETHROW   EMAKEHR(0x1839)

Definition at line 1092 of file corerror.h.

◆ VER_E_SIG

#define VER_E_SIG   EMAKEHR(0x188d)

Definition at line 1176 of file corerror.h.

◆ VER_E_SIG_ARRAY

#define VER_E_SIG_ARRAY   EMAKEHR(0x188e)

Definition at line 1177 of file corerror.h.

◆ VER_E_SIG_ARRAY_BYREF

#define VER_E_SIG_ARRAY_BYREF   EMAKEHR(0x1890)

Definition at line 1179 of file corerror.h.

◆ VER_E_SIG_ARRAY_PTR

#define VER_E_SIG_ARRAY_PTR   EMAKEHR(0x188f)

Definition at line 1178 of file corerror.h.

◆ VER_E_SIG_ARRAY_TB_AH

#define VER_E_SIG_ARRAY_TB_AH   EMAKEHR(0x18b3)

Definition at line 1213 of file corerror.h.

◆ VER_E_SIG_BYREF_BYREF

#define VER_E_SIG_BYREF_BYREF   EMAKEHR(0x1894)

Definition at line 1183 of file corerror.h.

◆ VER_E_SIG_BYREF_TB_AH

#define VER_E_SIG_BYREF_TB_AH   EMAKEHR(0x18b2)

Definition at line 1212 of file corerror.h.

◆ VER_E_SIG_C_VC

#define VER_E_SIG_C_VC   EMAKEHR(0x18af)

Definition at line 1209 of file corerror.h.

◆ VER_E_SIG_CALLCONV

#define VER_E_SIG_CALLCONV   EMAKEHR(0x1811)

Definition at line 1059 of file corerror.h.

◆ VER_E_SIG_ELEM_PTR

#define VER_E_SIG_ELEM_PTR   EMAKEHR(0x1891)

Definition at line 1180 of file corerror.h.

◆ VER_E_SIG_ELEMTYPE

#define VER_E_SIG_ELEMTYPE   EMAKEHR(0x1812)

Definition at line 1060 of file corerror.h.

◆ VER_E_SIG_FIELD_PARENT_INST

#define VER_E_SIG_FIELD_PARENT_INST   EMAKEHR(0x18c9)

Definition at line 1235 of file corerror.h.

◆ VER_E_SIG_GENERICINST

#define VER_E_SIG_GENERICINST   EMAKEHR(0x18c6)

Definition at line 1232 of file corerror.h.

◆ VER_E_SIG_METHOD_INST

#define VER_E_SIG_METHOD_INST   EMAKEHR(0x18c7)

Definition at line 1233 of file corerror.h.

◆ VER_E_SIG_METHOD_PARENT_INST

#define VER_E_SIG_METHOD_PARENT_INST   EMAKEHR(0x18c8)

Definition at line 1234 of file corerror.h.

◆ VER_E_SIG_MVAR_ARG

#define VER_E_SIG_MVAR_ARG   EMAKEHR(0x18c5)

Definition at line 1231 of file corerror.h.

◆ VER_E_SIG_MVAR_PARAM

#define VER_E_SIG_MVAR_PARAM   EMAKEHR(0x18c3)

Definition at line 1229 of file corerror.h.

◆ VER_E_SIG_VAR_ARG

#define VER_E_SIG_VAR_ARG   EMAKEHR(0x18c4)

Definition at line 1230 of file corerror.h.

◆ VER_E_SIG_VAR_PARAM

#define VER_E_SIG_VAR_PARAM   EMAKEHR(0x18c2)

Definition at line 1228 of file corerror.h.

◆ VER_E_SIG_VARARG

#define VER_E_SIG_VARARG   EMAKEHR(0x1892)

Definition at line 1181 of file corerror.h.

◆ VER_E_SIG_VC_C

#define VER_E_SIG_VC_C   EMAKEHR(0x18b0)

Definition at line 1210 of file corerror.h.

◆ VER_E_SIG_VOID

#define VER_E_SIG_VOID   EMAKEHR(0x1893)

Definition at line 1182 of file corerror.h.

◆ VER_E_STACK_ARRAY_SD

#define VER_E_STACK_ARRAY_SD   EMAKEHR(0x1862)

Definition at line 1133 of file corerror.h.

◆ VER_E_STACK_BYREF

#define VER_E_STACK_BYREF   EMAKEHR(0x1860)

Definition at line 1131 of file corerror.h.

◆ VER_E_STACK_EMPTY

#define VER_E_STACK_EMPTY   EMAKEHR(0x1858)

Definition at line 1123 of file corerror.h.

◆ VER_E_STACK_EXCEPTION

#define VER_E_STACK_EXCEPTION   EMAKEHR(0x1855)

Definition at line 1120 of file corerror.h.

◆ VER_E_STACK_I_I4

#define VER_E_STACK_I_I4   EMAKEHR(0x18e2)

Definition at line 1260 of file corerror.h.

◆ VER_E_STACK_I_I4_I8

#define VER_E_STACK_I_I4_I8   EMAKEHR(0x185a)

Definition at line 1125 of file corerror.h.

◆ VER_E_STACK_METHOD

#define VER_E_STACK_METHOD   EMAKEHR(0x1861)

Definition at line 1132 of file corerror.h.

◆ VER_E_STACK_NO_R_I8

#define VER_E_STACK_NO_R_I8   EMAKEHR(0x185c)

Definition at line 1127 of file corerror.h.

◆ VER_E_STACK_NO_VALCLASS

#define VER_E_STACK_NO_VALCLASS   EMAKEHR(0x1865)

Definition at line 1136 of file corerror.h.

◆ VER_E_STACK_NOT_EQ

#define VER_E_STACK_NOT_EQ   EMAKEHR(0x1853)

Definition at line 1118 of file corerror.h.

◆ VER_E_STACK_NUMERIC

#define VER_E_STACK_NUMERIC   EMAKEHR(0x185d)

Definition at line 1128 of file corerror.h.

◆ VER_E_STACK_OBJREF

#define VER_E_STACK_OBJREF   EMAKEHR(0x185e)

Definition at line 1129 of file corerror.h.

◆ VER_E_STACK_OVERFLOW

#define VER_E_STACK_OVERFLOW   EMAKEHR(0x1856)

Definition at line 1121 of file corerror.h.

◆ VER_E_STACK_P_OBJREF

#define VER_E_STACK_P_OBJREF   EMAKEHR(0x185f)

Definition at line 1130 of file corerror.h.

◆ VER_E_STACK_P_VALCLASS

#define VER_E_STACK_P_VALCLASS   EMAKEHR(0x1864)

Definition at line 1135 of file corerror.h.

◆ VER_E_STACK_P_VALCLASS_OBJREF_VAR

#define VER_E_STACK_P_VALCLASS_OBJREF_VAR   EMAKEHR(0x18c1)

Definition at line 1227 of file corerror.h.

◆ VER_E_STACK_R_R4_R8

#define VER_E_STACK_R_R4_R8   EMAKEHR(0x185b)

Definition at line 1126 of file corerror.h.

◆ VER_E_STACK_SLOT

#define VER_E_STACK_SLOT   EMAKEHR(0x1807)

Definition at line 1052 of file corerror.h.

◆ VER_E_STACK_TOO_LARGE

#define VER_E_STACK_TOO_LARGE   EMAKEHR(0x1819)

Definition at line 1065 of file corerror.h.

◆ VER_E_STACK_UNDERFLOW

#define VER_E_STACK_UNDERFLOW   EMAKEHR(0x1857)

Definition at line 1122 of file corerror.h.

◆ VER_E_STACK_UNEXP_ARRAY

#define VER_E_STACK_UNEXP_ARRAY   EMAKEHR(0x18a7)

Definition at line 1201 of file corerror.h.

◆ VER_E_STACK_UNEXPECTED

#define VER_E_STACK_UNEXPECTED   EMAKEHR(0x1854)

Definition at line 1119 of file corerror.h.

◆ VER_E_STACK_UNINIT

#define VER_E_STACK_UNINIT   EMAKEHR(0x1859)

Definition at line 1124 of file corerror.h.

◆ VER_E_STACK_VALCLASS

#define VER_E_STACK_VALCLASS   EMAKEHR(0x1863)

Definition at line 1134 of file corerror.h.

◆ VER_E_TAIL_BYREF

#define VER_E_TAIL_BYREF   EMAKEHR(0x1899)

Definition at line 1187 of file corerror.h.

◆ VER_E_TAIL_CALL

#define VER_E_TAIL_CALL   EMAKEHR(0x1898)

Definition at line 1186 of file corerror.h.

◆ VER_E_TAIL_RET

#define VER_E_TAIL_RET   EMAKEHR(0x189a)

Definition at line 1188 of file corerror.h.

◆ VER_E_TAIL_RET_TYPE

#define VER_E_TAIL_RET_TYPE   EMAKEHR(0x189c)

Definition at line 1190 of file corerror.h.

◆ VER_E_TAIL_RET_VOID

#define VER_E_TAIL_RET_VOID   EMAKEHR(0x189b)

Definition at line 1189 of file corerror.h.

◆ VER_E_TAIL_STACK_EMPTY

#define VER_E_TAIL_STACK_EMPTY   EMAKEHR(0x189d)

Definition at line 1191 of file corerror.h.

◆ VER_E_TAILCALL_INSIDE_EH

#define VER_E_TAILCALL_INSIDE_EH   EMAKEHR(0x18da)

Definition at line 1252 of file corerror.h.

◆ VER_E_THIS

#define VER_E_THIS   EMAKEHR(0x184c)

Definition at line 1111 of file corerror.h.

◆ VER_E_THIS_MISMATCH

#define VER_E_THIS_MISMATCH   EMAKEHR(0x18e1)

Definition at line 1259 of file corerror.h.

◆ VER_E_THIS_UNINIT_BR

#define VER_E_THIS_UNINIT_BR   EMAKEHR(0x1851)

Definition at line 1116 of file corerror.h.

◆ VER_E_THIS_UNINIT_EXCEP

#define VER_E_THIS_UNINIT_EXCEP   EMAKEHR(0x184d)

Definition at line 1112 of file corerror.h.

◆ VER_E_THIS_UNINIT_RET

#define VER_E_THIS_UNINIT_RET   EMAKEHR(0x184f)

Definition at line 1114 of file corerror.h.

◆ VER_E_THIS_UNINIT_STORE

#define VER_E_THIS_UNINIT_STORE   EMAKEHR(0x184e)

Definition at line 1113 of file corerror.h.

◆ VER_E_THIS_UNINIT_V_RET

#define VER_E_THIS_UNINIT_V_RET   EMAKEHR(0x1850)

Definition at line 1115 of file corerror.h.

◆ VER_E_THROW

#define VER_E_THROW   EMAKEHR(0x1885)

Definition at line 1168 of file corerror.h.

◆ VER_E_TOKEN

#define VER_E_TOKEN   EMAKEHR(0x1805)

Definition at line 1050 of file corerror.h.

◆ VER_E_TOKEN_BAD_METHOD_SPEC

#define VER_E_TOKEN_BAD_METHOD_SPEC   EMAKEHR(0x18cb)

Definition at line 1237 of file corerror.h.

◆ VER_E_TOKEN_RESOLVE

#define VER_E_TOKEN_RESOLVE   EMAKEHR(0x1869)

Definition at line 1140 of file corerror.h.

◆ VER_E_TOKEN_TYPE

#define VER_E_TOKEN_TYPE   EMAKEHR(0x186a)

Definition at line 1141 of file corerror.h.

◆ VER_E_TOKEN_TYPE_FIELD

#define VER_E_TOKEN_TYPE_FIELD   EMAKEHR(0x186c)

Definition at line 1143 of file corerror.h.

◆ VER_E_TOKEN_TYPE_MEMBER

#define VER_E_TOKEN_TYPE_MEMBER   EMAKEHR(0x186b)

Definition at line 1142 of file corerror.h.

◆ VER_E_TOKEN_TYPE_SIG

#define VER_E_TOKEN_TYPE_SIG   EMAKEHR(0x186d)

Definition at line 1144 of file corerror.h.

◆ VER_E_TRY_EQ_HND_FIL

#define VER_E_TRY_EQ_HND_FIL   EMAKEHR(0x182a)

Definition at line 1077 of file corerror.h.

◆ VER_E_TRY_GTEQ_END

#define VER_E_TRY_GTEQ_END   EMAKEHR(0x1821)

Definition at line 1068 of file corerror.h.

◆ VER_E_TRY_N_EMPTY_STACK

#define VER_E_TRY_N_EMPTY_STACK   EMAKEHR(0x18a9)

Definition at line 1203 of file corerror.h.

◆ VER_E_TRY_OVERLAP

#define VER_E_TRY_OVERLAP   EMAKEHR(0x1829)

Definition at line 1076 of file corerror.h.

◆ VER_E_TRY_SHARE_FIN_FAL

#define VER_E_TRY_SHARE_FIN_FAL   EMAKEHR(0x182b)

Definition at line 1078 of file corerror.h.

◆ VER_E_TRY_START

#define VER_E_TRY_START   EMAKEHR(0x1826)

Definition at line 1073 of file corerror.h.

◆ VER_E_TRYEND_GT_CS

#define VER_E_TRYEND_GT_CS   EMAKEHR(0x1822)

Definition at line 1069 of file corerror.h.

◆ VER_E_TYPELOAD

#define VER_E_TYPELOAD   EMAKEHR(0x18f3)

Definition at line 1264 of file corerror.h.

◆ VER_E_UNALIGNED

#define VER_E_UNALIGNED   EMAKEHR(0x18a3)

Definition at line 1197 of file corerror.h.

◆ VER_E_UNALIGNED_ALIGNMENT

#define VER_E_UNALIGNED_ALIGNMENT   EMAKEHR(0x18d9)

Definition at line 1251 of file corerror.h.

◆ VER_E_UNKNOWN_OPCODE

#define VER_E_UNKNOWN_OPCODE   EMAKEHR(0x1810)

Definition at line 1058 of file corerror.h.

◆ VER_E_UNMANAGED_POINTER

#define VER_E_UNMANAGED_POINTER   EMAKEHR(0x18de)

Definition at line 1256 of file corerror.h.

◆ VER_E_UNSATISFIED_BOX_OPERAND

#define VER_E_UNSATISFIED_BOX_OPERAND   EMAKEHR(0x18d3)

Definition at line 1245 of file corerror.h.

◆ VER_E_UNSATISFIED_FIELD_PARENT_INST

#define VER_E_UNSATISFIED_FIELD_PARENT_INST   EMAKEHR(0x18d2)

Definition at line 1244 of file corerror.h.

◆ VER_E_UNSATISFIED_METHOD_INST

#define VER_E_UNSATISFIED_METHOD_INST   EMAKEHR(0x18d0)

Definition at line 1242 of file corerror.h.

◆ VER_E_UNSATISFIED_METHOD_PARENT_INST

#define VER_E_UNSATISFIED_METHOD_PARENT_INST   EMAKEHR(0x18d1)

Definition at line 1243 of file corerror.h.

◆ VER_E_UNVERIFIABLE

#define VER_E_UNVERIFIABLE   EMAKEHR(0x186e)

Definition at line 1145 of file corerror.h.

◆ VER_E_VALCLASS

#define VER_E_VALCLASS   EMAKEHR(0x187b)

Definition at line 1158 of file corerror.h.

◆ VER_E_VALCLASS_OBJREF_VAR

#define VER_E_VALCLASS_OBJREF_VAR   EMAKEHR(0x18c0)

Definition at line 1226 of file corerror.h.

◆ VER_E_VOLATILE

#define VER_E_VOLATILE   EMAKEHR(0x18a2)

Definition at line 1196 of file corerror.h.

◆ VER_E_WRITE_RVA_STATIC

#define VER_E_WRITE_RVA_STATIC   EMAKEHR(0x18f5)

Definition at line 1266 of file corerror.h.

◆ VLDTR_E_AR_NAMENULL

#define VLDTR_E_AR_NAMENULL   EMAKEHR(0x1255)

Definition at line 417 of file corerror.h.

◆ VLDTR_E_AR_PROCID

#define VLDTR_E_AR_PROCID   EMAKEHR(0x12a3)

Definition at line 495 of file corerror.h.

◆ VLDTR_E_AROS_OSPLTFRMIDINVAL

#define VLDTR_E_AROS_OSPLTFRMIDINVAL   EMAKEHR(0x1257)

Definition at line 419 of file corerror.h.

◆ VLDTR_E_AS_BADFLAGS

#define VLDTR_E_AS_BADFLAGS   EMAKEHR(0x12a5)

Definition at line 497 of file corerror.h.

◆ VLDTR_E_AS_BADLOCALE

#define VLDTR_E_AS_BADLOCALE   EMAKEHR(0x12dd)

Definition at line 550 of file corerror.h.

◆ VLDTR_E_AS_BADNAME

#define VLDTR_E_AS_BADNAME   EMAKEHR(0x1216)

Definition at line 354 of file corerror.h.

◆ VLDTR_E_AS_HASHALGID

#define VLDTR_E_AS_HASHALGID   EMAKEHR(0x12a1)

Definition at line 493 of file corerror.h.

◆ VLDTR_E_AS_MULTI

#define VLDTR_E_AS_MULTI   EMAKEHR(0x1250)

Definition at line 412 of file corerror.h.

◆ VLDTR_E_AS_NAMENULL

#define VLDTR_E_AS_NAMENULL   EMAKEHR(0x1251)

Definition at line 413 of file corerror.h.

◆ VLDTR_E_AS_PROCDUP

#define VLDTR_E_AS_PROCDUP   EMAKEHR(0x12e7)

Definition at line 560 of file corerror.h.

◆ VLDTR_E_AS_PROCID

#define VLDTR_E_AS_PROCID   EMAKEHR(0x12a2)

Definition at line 494 of file corerror.h.

◆ VLDTR_E_ASOS_DUP

#define VLDTR_E_ASOS_DUP   EMAKEHR(0x12e8)

Definition at line 561 of file corerror.h.

◆ VLDTR_E_ASOS_OSPLTFRMIDINVAL

#define VLDTR_E_ASOS_OSPLTFRMIDINVAL   EMAKEHR(0x1254)

Definition at line 416 of file corerror.h.

◆ VLDTR_E_BLOB_INVALID

#define VLDTR_E_BLOB_INVALID   EMAKEHR(0x1208)

Definition at line 340 of file corerror.h.

◆ VLDTR_E_CA_BADPARENT

#define VLDTR_E_CA_BADPARENT   EMAKEHR(0x1b19)

Definition at line 609 of file corerror.h.

◆ VLDTR_E_CA_BADPROLOG

#define VLDTR_E_CA_BADPROLOG   EMAKEHR(0x1b1e)

Definition at line 614 of file corerror.h.

◆ VLDTR_E_CA_BADSIG

#define VLDTR_E_CA_BADSIG   EMAKEHR(0x1b1c)

Definition at line 612 of file corerror.h.

◆ VLDTR_E_CA_BADTYPE

#define VLDTR_E_CA_BADTYPE   EMAKEHR(0x1b1a)

Definition at line 610 of file corerror.h.

◆ VLDTR_E_CA_NOSIG

#define VLDTR_E_CA_NOSIG   EMAKEHR(0x1b1d)

Definition at line 613 of file corerror.h.

◆ VLDTR_E_CA_NOTCTOR

#define VLDTR_E_CA_NOTCTOR   EMAKEHR(0x1b1b)

Definition at line 611 of file corerror.h.

◆ VLDTR_E_CDRID_OUTOFRANGE

#define VLDTR_E_CDRID_OUTOFRANGE   EMAKEHR(0x1205)

Definition at line 337 of file corerror.h.

◆ VLDTR_E_CDTKN_OUTOFRANGE

#define VLDTR_E_CDTKN_OUTOFRANGE   EMAKEHR(0x1204)

Definition at line 336 of file corerror.h.

◆ VLDTR_E_CL_BADPCKSZ

#define VLDTR_E_CL_BADPCKSZ   EMAKEHR(0x122a)

Definition at line 374 of file corerror.h.

◆ VLDTR_E_CL_DUP

#define VLDTR_E_CL_DUP   EMAKEHR(0x122b)

Definition at line 375 of file corerror.h.

◆ VLDTR_E_CL_TDAUTO

#define VLDTR_E_CL_TDAUTO   EMAKEHR(0x1229)

Definition at line 373 of file corerror.h.

◆ VLDTR_E_CL_TDINTF

#define VLDTR_E_CL_TDINTF   EMAKEHR(0x1253)

Definition at line 415 of file corerror.h.

◆ VLDTR_E_CN_BADTYPE

#define VLDTR_E_CN_BADTYPE   EMAKEHR(0x12fb)

Definition at line 580 of file corerror.h.

◆ VLDTR_E_CN_BLOBNOTNULL

#define VLDTR_E_CN_BLOBNOTNULL   EMAKEHR(0x12c6)

Definition at line 529 of file corerror.h.

◆ VLDTR_E_CN_BLOBNULL

#define VLDTR_E_CN_BLOBNULL   EMAKEHR(0x12c7)

Definition at line 530 of file corerror.h.

◆ VLDTR_E_CN_PARENTRANGE

#define VLDTR_E_CN_PARENTRANGE   EMAKEHR(0x12a4)

Definition at line 496 of file corerror.h.

◆ VLDTR_E_CN_PARENTTYPE

#define VLDTR_E_CN_PARENTTYPE   EMAKEHR(0x12de)

Definition at line 551 of file corerror.h.

◆ VLDTR_E_CT_BADIMPL

#define VLDTR_E_CT_BADIMPL   EMAKEHR(0x12ac)

Definition at line 504 of file corerror.h.

◆ VLDTR_E_CT_DUP

#define VLDTR_E_CT_DUP   EMAKEHR(0x125e)

Definition at line 426 of file corerror.h.

◆ VLDTR_E_CT_DUPTDNAME

#define VLDTR_E_CT_DUPTDNAME   EMAKEHR(0x12d3)

Definition at line 541 of file corerror.h.

◆ VLDTR_E_CT_NAMENULL

#define VLDTR_E_CT_NAMENULL   EMAKEHR(0x1259)

Definition at line 421 of file corerror.h.

◆ VLDTR_E_CT_NOTYPEDEFID

#define VLDTR_E_CT_NOTYPEDEFID   EMAKEHR(0x12ea)

Definition at line 563 of file corerror.h.

◆ VLDTR_E_DS_BADFLAGS

#define VLDTR_E_DS_BADFLAGS   EMAKEHR(0x12d6)

Definition at line 544 of file corerror.h.

◆ VLDTR_E_DS_BADOWNER

#define VLDTR_E_DS_BADOWNER   EMAKEHR(0x12d5)

Definition at line 543 of file corerror.h.

◆ VLDTR_E_DS_NOBLOB

#define VLDTR_E_DS_NOBLOB   EMAKEHR(0x12d7)

Definition at line 545 of file corerror.h.

◆ VLDTR_E_EP_BADARG

#define VLDTR_E_EP_BADARG   EMAKEHR(0x1b23)

Definition at line 619 of file corerror.h.

◆ VLDTR_E_EP_BADRET

#define VLDTR_E_EP_BADRET   EMAKEHR(0x1b22)

Definition at line 618 of file corerror.h.

◆ VLDTR_E_EP_BADTOKEN

#define VLDTR_E_EP_BADTOKEN   EMAKEHR(0x1b13)

Definition at line 603 of file corerror.h.

◆ VLDTR_E_EP_GENERIC_METHOD

#define VLDTR_E_EP_GENERIC_METHOD   EMAKEHR(0x1b40)

Definition at line 648 of file corerror.h.

◆ VLDTR_E_EP_GENERIC_TYPE

#define VLDTR_E_EP_GENERIC_TYPE   EMAKEHR(0x1b46)

Definition at line 654 of file corerror.h.

◆ VLDTR_E_EP_INSTANCE

#define VLDTR_E_EP_INSTANCE   EMAKEHR(0x1b14)

Definition at line 604 of file corerror.h.

◆ VLDTR_E_EP_TOOMANYARGS

#define VLDTR_E_EP_TOOMANYARGS   EMAKEHR(0x1b21)

Definition at line 617 of file corerror.h.

◆ VLDTR_E_EV_ALIENMETHOD

#define VLDTR_E_EV_ALIENMETHOD   EMAKEHR(0x12d0)

Definition at line 538 of file corerror.h.

◆ VLDTR_E_EV_BADEVTYPE

#define VLDTR_E_EV_BADEVTYPE   EMAKEHR(0x12cc)

Definition at line 534 of file corerror.h.

◆ VLDTR_E_EV_BADMETHOD

#define VLDTR_E_EV_BADMETHOD   EMAKEHR(0x12cf)

Definition at line 537 of file corerror.h.

◆ VLDTR_E_EV_BADSCOPE

#define VLDTR_E_EV_BADSCOPE   EMAKEHR(0x12c8)

Definition at line 531 of file corerror.h.

◆ VLDTR_E_EV_BADSEMANTICS

#define VLDTR_E_EV_BADSEMANTICS   EMAKEHR(0x12ce)

Definition at line 536 of file corerror.h.

◆ VLDTR_E_EV_DUP

#define VLDTR_E_EV_DUP   EMAKEHR(0x12cb)

Definition at line 533 of file corerror.h.

◆ VLDTR_E_EV_EVTYPENOTCLASS

#define VLDTR_E_EV_EVTYPENOTCLASS   EMAKEHR(0x12cd)

Definition at line 535 of file corerror.h.

◆ VLDTR_E_EV_FIRENOTVOID

#define VLDTR_E_EV_FIRENOTVOID   EMAKEHR(0x12dc)

Definition at line 549 of file corerror.h.

◆ VLDTR_E_EV_NOADDON

#define VLDTR_E_EV_NOADDON   EMAKEHR(0x12d1)

Definition at line 539 of file corerror.h.

◆ VLDTR_E_EV_NONAME

#define VLDTR_E_EV_NONAME   EMAKEHR(0x12ca)

Definition at line 532 of file corerror.h.

◆ VLDTR_E_EV_NOREMOVEON

#define VLDTR_E_EV_NOREMOVEON   EMAKEHR(0x12d2)

Definition at line 540 of file corerror.h.

◆ VLDTR_E_FD_BADCALLINGCONV

#define VLDTR_E_FD_BADCALLINGCONV   EMAKEHR(0x1249)

Definition at line 405 of file corerror.h.

◆ VLDTR_E_FD_BADPARENT

#define VLDTR_E_FD_BADPARENT   EMAKEHR(0x12b4)

Definition at line 512 of file corerror.h.

◆ VLDTR_E_FD_DEFLTNOTMARKED

#define VLDTR_E_FD_DEFLTNOTMARKED   EMAKEHR(0x1274)

Definition at line 448 of file corerror.h.

◆ VLDTR_E_FD_DUP

#define VLDTR_E_FD_DUP   EMAKEHR(0x124f)

Definition at line 411 of file corerror.h.

◆ VLDTR_E_FD_FLDINIFACE

#define VLDTR_E_FD_FLDINIFACE   EMAKEHR(0x12a0)

Definition at line 492 of file corerror.h.

◆ VLDTR_E_FD_GLOBALNORVA

#define VLDTR_E_FD_GLOBALNORVA   EMAKEHR(0x126f)

Definition at line 443 of file corerror.h.

◆ VLDTR_E_FD_INITONLYANDLITERAL

#define VLDTR_E_FD_INITONLYANDLITERAL   EMAKEHR(0x1280)

Definition at line 460 of file corerror.h.

◆ VLDTR_E_FD_INSTINIFACE

#define VLDTR_E_FD_INSTINIFACE   EMAKEHR(0x126b)

Definition at line 439 of file corerror.h.

◆ VLDTR_E_FD_LITERALNODEFAULT

#define VLDTR_E_FD_LITERALNODEFAULT   EMAKEHR(0x1b17)

Definition at line 607 of file corerror.h.

◆ VLDTR_E_FD_LITERALNOTSTATIC

#define VLDTR_E_FD_LITERALNOTSTATIC   EMAKEHR(0x1281)

Definition at line 461 of file corerror.h.

◆ VLDTR_E_FD_MARKEDNODEFLT

#define VLDTR_E_FD_MARKEDNODEFLT   EMAKEHR(0x1273)

Definition at line 447 of file corerror.h.

◆ VLDTR_E_FD_MARKEDNOMARSHAL

#define VLDTR_E_FD_MARKEDNOMARSHAL   EMAKEHR(0x1271)

Definition at line 445 of file corerror.h.

◆ VLDTR_E_FD_MARSHALNOTMARKED

#define VLDTR_E_FD_MARSHALNOTMARKED   EMAKEHR(0x1272)

Definition at line 446 of file corerror.h.

◆ VLDTR_E_FD_NAMENULL

#define VLDTR_E_FD_NAMENULL   EMAKEHR(0x124d)

Definition at line 409 of file corerror.h.

◆ VLDTR_E_FD_NOTPUBINIFACE

#define VLDTR_E_FD_NOTPUBINIFACE   EMAKEHR(0x126c)

Definition at line 440 of file corerror.h.

◆ VLDTR_E_FD_NOTVALUERTSN

#define VLDTR_E_FD_NOTVALUERTSN   EMAKEHR(0x1269)

Definition at line 437 of file corerror.h.

◆ VLDTR_E_FD_PARNIL

#define VLDTR_E_FD_PARNIL   EMAKEHR(0x124e)

Definition at line 410 of file corerror.h.

◆ VLDTR_E_FD_RVAHASNORVA

#define VLDTR_E_FD_RVAHASNORVA   EMAKEHR(0x1b01)

Definition at line 586 of file corerror.h.

◆ VLDTR_E_FD_RVAHASZERORVA

#define VLDTR_E_FD_RVAHASZERORVA   EMAKEHR(0x1b02)

Definition at line 587 of file corerror.h.

◆ VLDTR_E_FD_VALUEPARNOTENUM

#define VLDTR_E_FD_VALUEPARNOTENUM   EMAKEHR(0x126a)

Definition at line 438 of file corerror.h.

◆ VLDTR_E_FILE_BADFLAGS

#define VLDTR_E_FILE_BADFLAGS   EMAKEHR(0x12eb)

Definition at line 564 of file corerror.h.

◆ VLDTR_E_FILE_DUP

#define VLDTR_E_FILE_DUP   EMAKEHR(0x125c)

Definition at line 424 of file corerror.h.

◆ VLDTR_E_FILE_NAMEFULLQLFD

#define VLDTR_E_FILE_NAMEFULLQLFD   EMAKEHR(0x125d)

Definition at line 425 of file corerror.h.

◆ VLDTR_E_FILE_NAMENULL

#define VLDTR_E_FILE_NAMENULL   EMAKEHR(0x1258)

Definition at line 420 of file corerror.h.

◆ VLDTR_E_FILE_NULLHASH

#define VLDTR_E_FILE_NULLHASH   EMAKEHR(0x12ec)

Definition at line 565 of file corerror.h.

◆ VLDTR_E_FILE_SYSNAME

#define VLDTR_E_FILE_SYSNAME   EMAKEHR(0x1217)

Definition at line 355 of file corerror.h.

◆ VLDTR_E_FL_BADOFFSET

#define VLDTR_E_FL_BADOFFSET   EMAKEHR(0x122c)

Definition at line 376 of file corerror.h.

◆ VLDTR_E_FL_DUP

#define VLDTR_E_FL_DUP   EMAKEHR(0x1231)

Definition at line 381 of file corerror.h.

◆ VLDTR_E_FL_FLDSTATIC

#define VLDTR_E_FL_FLDSTATIC   EMAKEHR(0x1230)

Definition at line 380 of file corerror.h.

◆ VLDTR_E_FL_NOCL

#define VLDTR_E_FL_NOCL   EMAKEHR(0x122e)

Definition at line 378 of file corerror.h.

◆ VLDTR_E_FL_TDNIL

#define VLDTR_E_FL_TDNIL   EMAKEHR(0x122d)

Definition at line 377 of file corerror.h.

◆ VLDTR_E_FL_TDNOTEXPLCT

#define VLDTR_E_FL_TDNOTEXPLCT   EMAKEHR(0x122f)

Definition at line 379 of file corerror.h.

◆ VLDTR_E_FMD_BADACCESSFLAG

#define VLDTR_E_FMD_BADACCESSFLAG   EMAKEHR(0x127f)

Definition at line 459 of file corerror.h.

◆ VLDTR_E_FMD_BADIMPLMAP

#define VLDTR_E_FMD_BADIMPLMAP   EMAKEHR(0x127a)

Definition at line 454 of file corerror.h.

◆ VLDTR_E_FMD_GLOBALITEM

#define VLDTR_E_FMD_GLOBALITEM   EMAKEHR(0x129d)

Definition at line 489 of file corerror.h.

◆ VLDTR_E_FMD_GLOBALNOTPUBPRIVSC

#define VLDTR_E_FMD_GLOBALNOTPUBPRIVSC   EMAKEHR(0x126d)

Definition at line 441 of file corerror.h.

◆ VLDTR_E_FMD_GLOBALNOTSTATIC

#define VLDTR_E_FMD_GLOBALNOTSTATIC   EMAKEHR(0x126e)

Definition at line 442 of file corerror.h.

◆ VLDTR_E_FMD_MARKEDNOPINVOKE

#define VLDTR_E_FMD_MARKEDNOPINVOKE   EMAKEHR(0x1278)

Definition at line 452 of file corerror.h.

◆ VLDTR_E_FMD_MARKEDNOSECUR

#define VLDTR_E_FMD_MARKEDNOSECUR   EMAKEHR(0x1275)

Definition at line 449 of file corerror.h.

◆ VLDTR_E_FMD_PINVOKENOTMARKED

#define VLDTR_E_FMD_PINVOKENOTMARKED   EMAKEHR(0x1279)

Definition at line 453 of file corerror.h.

◆ VLDTR_E_FMD_PINVOKENOTSTATIC

#define VLDTR_E_FMD_PINVOKENOTSTATIC   EMAKEHR(0x1277)

Definition at line 451 of file corerror.h.

◆ VLDTR_E_FMD_RTSNNOTSN

#define VLDTR_E_FMD_RTSNNOTSN   EMAKEHR(0x1282)

Definition at line 462 of file corerror.h.

◆ VLDTR_E_FMD_SECURNOTMARKED

#define VLDTR_E_FMD_SECURNOTMARKED   EMAKEHR(0x1276)

Definition at line 450 of file corerror.h.

◆ VLDTR_E_FRVA_BADFIELD

#define VLDTR_E_FRVA_BADFIELD   EMAKEHR(0x1b10)

Definition at line 600 of file corerror.h.

◆ VLDTR_E_FRVA_DUPFIELD

#define VLDTR_E_FRVA_DUPFIELD   EMAKEHR(0x1b12)

Definition at line 602 of file corerror.h.

◆ VLDTR_E_FRVA_DUPRVA

#define VLDTR_E_FRVA_DUPRVA   EMAKEHR(0x1b11)

Definition at line 601 of file corerror.h.

◆ VLDTR_E_FRVA_ZERORVA

#define VLDTR_E_FRVA_ZERORVA   EMAKEHR(0x1b0f)

Definition at line 599 of file corerror.h.

◆ VLDTR_E_GP_DUPNAME

#define VLDTR_E_GP_DUPNAME   EMAKEHR(0x1b28)

Definition at line 624 of file corerror.h.

◆ VLDTR_E_GP_DUPNUMBER

#define VLDTR_E_GP_DUPNUMBER   EMAKEHR(0x1b29)

Definition at line 625 of file corerror.h.

◆ VLDTR_E_GP_ILLEGAL_VARIANCE_FLAGS

#define VLDTR_E_GP_ILLEGAL_VARIANCE_FLAGS   EMAKEHR(0x1b2e)

Definition at line 630 of file corerror.h.

◆ VLDTR_E_GP_ILLEGAL_VARIANT_MVAR

#define VLDTR_E_GP_ILLEGAL_VARIANT_MVAR   EMAKEHR(0x1b2d)

Definition at line 629 of file corerror.h.

◆ VLDTR_E_GP_NAMENULL

#define VLDTR_E_GP_NAMENULL   EMAKEHR(0x1b26)

Definition at line 622 of file corerror.h.

◆ VLDTR_E_GP_NONSEQ_BY_NUMBER

#define VLDTR_E_GP_NONSEQ_BY_NUMBER   EMAKEHR(0x1b2b)

Definition at line 627 of file corerror.h.

◆ VLDTR_E_GP_NONSEQ_BY_OWNER

#define VLDTR_E_GP_NONSEQ_BY_OWNER   EMAKEHR(0x1b2a)

Definition at line 626 of file corerror.h.

◆ VLDTR_E_GP_OWNERNIL

#define VLDTR_E_GP_OWNERNIL   EMAKEHR(0x1b27)

Definition at line 623 of file corerror.h.

◆ VLDTR_E_GP_REFANDVALUETYPE

#define VLDTR_E_GP_REFANDVALUETYPE   EMAKEHR(0x1b2f)

Definition at line 631 of file corerror.h.

◆ VLDTR_E_GP_UNEXPECTED_OWNER_FOR_VARIANT_VAR

#define VLDTR_E_GP_UNEXPECTED_OWNER_FOR_VARIANT_VAR   EMAKEHR(0x1b2c)

Definition at line 628 of file corerror.h.

◆ VLDTR_E_GPC_DUP

#define VLDTR_E_GPC_DUP   EMAKEHR(0x1b31)

Definition at line 633 of file corerror.h.

◆ VLDTR_E_GPC_NONCONTIGUOUS

#define VLDTR_E_GPC_NONCONTIGUOUS   EMAKEHR(0x1b32)

Definition at line 634 of file corerror.h.

◆ VLDTR_E_GPC_OWNERNIL

#define VLDTR_E_GPC_OWNERNIL   EMAKEHR(0x1b30)

Definition at line 632 of file corerror.h.

◆ VLDTR_E_GUID_INVALID

#define VLDTR_E_GUID_INVALID   EMAKEHR(0x1207)

Definition at line 339 of file corerror.h.

◆ VLDTR_E_IFACE_BADIFACE

#define VLDTR_E_IFACE_BADIFACE   EMAKEHR(0x12a8)

Definition at line 500 of file corerror.h.

◆ VLDTR_E_IFACE_BADIMPL

#define VLDTR_E_IFACE_BADIMPL   EMAKEHR(0x12a7)

Definition at line 499 of file corerror.h.

◆ VLDTR_E_IFACE_DUP

#define VLDTR_E_IFACE_DUP   EMAKEHR(0x121f)

Definition at line 363 of file corerror.h.

◆ VLDTR_E_IFACE_METHMULTIMPL

#define VLDTR_E_IFACE_METHMULTIMPL   EMAKEHR(0x1b25)

Definition at line 621 of file corerror.h.

◆ VLDTR_E_IFACE_METHNOTIMPL

#define VLDTR_E_IFACE_METHNOTIMPL   EMAKEHR(0x1b18)

Definition at line 608 of file corerror.h.

◆ VLDTR_E_IFACE_METHNOTIMPLTHISMOD

#define VLDTR_E_IFACE_METHNOTIMPLTHISMOD   EMAKEHR(0x1b51)

Definition at line 665 of file corerror.h.

◆ VLDTR_E_IFACE_NOTIFACE

#define VLDTR_E_IFACE_NOTIFACE   EMAKEHR(0x1b00)

Definition at line 585 of file corerror.h.

◆ VLDTR_E_IMAP_BADCALLCONV

#define VLDTR_E_IMAP_BADCALLCONV   EMAKEHR(0x127e)

Definition at line 458 of file corerror.h.

◆ VLDTR_E_IMAP_BADIMPORTNAME

#define VLDTR_E_IMAP_BADIMPORTNAME   EMAKEHR(0x127d)

Definition at line 457 of file corerror.h.

◆ VLDTR_E_IMAP_BADMEMBER

#define VLDTR_E_IMAP_BADMEMBER   EMAKEHR(0x127c)

Definition at line 456 of file corerror.h.

◆ VLDTR_E_IMAP_BADMODREF

#define VLDTR_E_IMAP_BADMODREF   EMAKEHR(0x127b)

Definition at line 455 of file corerror.h.

◆ VLDTR_E_INTERRUPTED

#define VLDTR_E_INTERRUPTED   EMAKEHR(0x12fe)

Definition at line 583 of file corerror.h.

◆ VLDTR_E_MAR_BADFLAGS

#define VLDTR_E_MAR_BADFLAGS   EMAKEHR(0x12e9)

Definition at line 562 of file corerror.h.

◆ VLDTR_E_MAR_BADIMPL

#define VLDTR_E_MAR_BADIMPL   EMAKEHR(0x12d8)

Definition at line 546 of file corerror.h.

◆ VLDTR_E_MAR_BADOFFSET

#define VLDTR_E_MAR_BADOFFSET   EMAKEHR(0x12d4)

Definition at line 542 of file corerror.h.

◆ VLDTR_E_MAR_DUP

#define VLDTR_E_MAR_DUP   EMAKEHR(0x125f)

Definition at line 427 of file corerror.h.

◆ VLDTR_E_MAR_NAMENULL

#define VLDTR_E_MAR_NAMENULL   EMAKEHR(0x125b)

Definition at line 423 of file corerror.h.

◆ VLDTR_E_MAR_NOTPUBPRIV

#define VLDTR_E_MAR_NOTPUBPRIV   EMAKEHR(0x1260)

Definition at line 428 of file corerror.h.

◆ VLDTR_E_MD_ABSTANDFINAL

#define VLDTR_E_MD_ABSTANDFINAL   EMAKEHR(0x1290)

Definition at line 476 of file corerror.h.

◆ VLDTR_E_MD_ABSTANDIMPL

#define VLDTR_E_MD_ABSTANDIMPL   EMAKEHR(0x1291)

Definition at line 477 of file corerror.h.

◆ VLDTR_E_MD_ABSTANDPINVOKE

#define VLDTR_E_MD_ABSTANDPINVOKE   EMAKEHR(0x1292)

Definition at line 478 of file corerror.h.

◆ VLDTR_E_MD_ABSTNOTVIRT

#define VLDTR_E_MD_ABSTNOTVIRT   EMAKEHR(0x1293)

Definition at line 479 of file corerror.h.

◆ VLDTR_E_MD_ABSTPARNOTABST

#define VLDTR_E_MD_ABSTPARNOTABST   EMAKEHR(0x1283)

Definition at line 463 of file corerror.h.

◆ VLDTR_E_MD_ARITYZERO

#define VLDTR_E_MD_ARITYZERO   EMAKEHR(0x1b42)

Definition at line 650 of file corerror.h.

◆ VLDTR_E_MD_BADCALLINGCONV

#define VLDTR_E_MD_BADCALLINGCONV   EMAKEHR(0x1239)

Definition at line 389 of file corerror.h.

◆ VLDTR_E_MD_BADHEADER

#define VLDTR_E_MD_BADHEADER   EMAKEHR(0x1b20)

Definition at line 616 of file corerror.h.

◆ VLDTR_E_MD_BADLOCALSIGTOK

#define VLDTR_E_MD_BADLOCALSIGTOK   EMAKEHR(0x1b1f)

Definition at line 615 of file corerror.h.

◆ VLDTR_E_MD_BADRVA

#define VLDTR_E_MD_BADRVA   EMAKEHR(0x1b16)

Definition at line 606 of file corerror.h.

◆ VLDTR_E_MD_CCTORCALLCONV

#define VLDTR_E_MD_CCTORCALLCONV   EMAKEHR(0x12ae)

Definition at line 506 of file corerror.h.

◆ VLDTR_E_MD_CCTORHASARGS

#define VLDTR_E_MD_CCTORHASARGS   EMAKEHR(0x12ab)

Definition at line 503 of file corerror.h.

◆ VLDTR_E_MD_CCTORNOTSTATIC

#define VLDTR_E_MD_CCTORNOTSTATIC   EMAKEHR(0x128c)

Definition at line 472 of file corerror.h.

◆ VLDTR_E_MD_CTORABST

#define VLDTR_E_MD_CTORABST   EMAKEHR(0x128b)

Definition at line 471 of file corerror.h.

◆ VLDTR_E_MD_CTORININTF

#define VLDTR_E_MD_CTORININTF   EMAKEHR(0x1286)

Definition at line 466 of file corerror.h.

◆ VLDTR_E_MD_CTORNOTSNRTSN

#define VLDTR_E_MD_CTORNOTSNRTSN   EMAKEHR(0x1289)

Definition at line 469 of file corerror.h.

◆ VLDTR_E_MD_CTORNOTVOID

#define VLDTR_E_MD_CTORNOTVOID   EMAKEHR(0x12db)

Definition at line 548 of file corerror.h.

◆ VLDTR_E_MD_CTORPINVOKE

#define VLDTR_E_MD_CTORPINVOKE   EMAKEHR(0x12f1)

Definition at line 570 of file corerror.h.

◆ VLDTR_E_MD_CTORSTATIC

#define VLDTR_E_MD_CTORSTATIC   EMAKEHR(0x1288)

Definition at line 468 of file corerror.h.

◆ VLDTR_E_MD_CTORVIRT

#define VLDTR_E_MD_CTORVIRT   EMAKEHR(0x128a)

Definition at line 470 of file corerror.h.

◆ VLDTR_E_MD_CTORZERORVA

#define VLDTR_E_MD_CTORZERORVA   EMAKEHR(0x1270)

Definition at line 444 of file corerror.h.

◆ VLDTR_E_MD_DUP

#define VLDTR_E_MD_DUP   EMAKEHR(0x124c)

Definition at line 408 of file corerror.h.

◆ VLDTR_E_MD_FINNOTVIRT

#define VLDTR_E_MD_FINNOTVIRT   EMAKEHR(0x128e)

Definition at line 474 of file corerror.h.

◆ VLDTR_E_MD_GENERIC_BADCALLCONV

#define VLDTR_E_MD_GENERIC_BADCALLCONV   EMAKEHR(0x1b3f)

Definition at line 647 of file corerror.h.

◆ VLDTR_E_MD_GENERIC_CCTOR

#define VLDTR_E_MD_GENERIC_CCTOR   EMAKEHR(0x1b3c)

Definition at line 644 of file corerror.h.

◆ VLDTR_E_MD_GENERIC_CTOR

#define VLDTR_E_MD_GENERIC_CTOR   EMAKEHR(0x1b3d)

Definition at line 645 of file corerror.h.

◆ VLDTR_E_MD_GENERIC_IMPORT

#define VLDTR_E_MD_GENERIC_IMPORT   EMAKEHR(0x1b3e)

Definition at line 646 of file corerror.h.

◆ VLDTR_E_MD_GLOBALABSTORVIRT

#define VLDTR_E_MD_GLOBALABSTORVIRT   EMAKEHR(0x1297)

Definition at line 483 of file corerror.h.

◆ VLDTR_E_MD_GLOBALCTORCCTOR

#define VLDTR_E_MD_GLOBALCTORCCTOR   EMAKEHR(0x1287)

Definition at line 467 of file corerror.h.

◆ VLDTR_E_MD_GPMISMATCH

#define VLDTR_E_MD_GPMISMATCH   EMAKEHR(0x1b45)

Definition at line 653 of file corerror.h.

◆ VLDTR_E_MD_INVALIDSEMANTICS

#define VLDTR_E_MD_INVALIDSEMANTICS   EMAKEHR(0x129a)

Definition at line 486 of file corerror.h.

◆ VLDTR_E_MD_MISSARITY

#define VLDTR_E_MD_MISSARITY   EMAKEHR(0x1b41)

Definition at line 649 of file corerror.h.

◆ VLDTR_E_MD_MULTIPLESEMANTICS

#define VLDTR_E_MD_MULTIPLESEMANTICS   EMAKEHR(0x1299)

Definition at line 485 of file corerror.h.

◆ VLDTR_E_MD_MULTSEMANTICFLAGS

#define VLDTR_E_MD_MULTSEMANTICFLAGS   EMAKEHR(0x129e)

Definition at line 490 of file corerror.h.

◆ VLDTR_E_MD_NAMENULL

#define VLDTR_E_MD_NAMENULL   EMAKEHR(0x124a)

Definition at line 406 of file corerror.h.

◆ VLDTR_E_MD_NOARGCNT

#define VLDTR_E_MD_NOARGCNT   EMAKEHR(0x123c)

Definition at line 392 of file corerror.h.

◆ VLDTR_E_MD_NOSEMANTICFLAGS

#define VLDTR_E_MD_NOSEMANTICFLAGS   EMAKEHR(0x129f)

Definition at line 491 of file corerror.h.

◆ VLDTR_E_MD_NOTABSTBADFLAGSRVA

#define VLDTR_E_MD_NOTABSTBADFLAGSRVA   EMAKEHR(0x1295)

Definition at line 481 of file corerror.h.

◆ VLDTR_E_MD_NOTABSTNOTIMPL

#define VLDTR_E_MD_NOTABSTNOTIMPL   EMAKEHR(0x1294)

Definition at line 480 of file corerror.h.

◆ VLDTR_E_MD_NOTPUBININTF

#define VLDTR_E_MD_NOTPUBININTF   EMAKEHR(0x1285)

Definition at line 465 of file corerror.h.

◆ VLDTR_E_MD_NOTSTATABSTININTF

#define VLDTR_E_MD_NOTSTATABSTININTF   EMAKEHR(0x1284)

Definition at line 464 of file corerror.h.

◆ VLDTR_E_MD_NOTTHISNOTSTATIC

#define VLDTR_E_MD_NOTTHISNOTSTATIC   EMAKEHR(0x123b)

Definition at line 391 of file corerror.h.

◆ VLDTR_E_MD_PARAMOUTOFSEQ

#define VLDTR_E_MD_PARAMOUTOFSEQ   EMAKEHR(0x12b5)

Definition at line 513 of file corerror.h.

◆ VLDTR_E_MD_PARASEQTOOBIG

#define VLDTR_E_MD_PARASEQTOOBIG   EMAKEHR(0x12b6)

Definition at line 514 of file corerror.h.

◆ VLDTR_E_MD_PARMDEFLTNOTMARKED

#define VLDTR_E_MD_PARMDEFLTNOTMARKED   EMAKEHR(0x12bb)

Definition at line 518 of file corerror.h.

◆ VLDTR_E_MD_PARMMARKEDNODEFLT

#define VLDTR_E_MD_PARMMARKEDNODEFLT   EMAKEHR(0x12ba)

Definition at line 517 of file corerror.h.

◆ VLDTR_E_MD_PARMMARKEDNOMARSHAL

#define VLDTR_E_MD_PARMMARKEDNOMARSHAL   EMAKEHR(0x12b7)

Definition at line 515 of file corerror.h.

◆ VLDTR_E_MD_PARMMARSHALNOTMARKED

#define VLDTR_E_MD_PARMMARSHALNOTMARKED   EMAKEHR(0x12b8)

Definition at line 516 of file corerror.h.

◆ VLDTR_E_MD_PARNIL

#define VLDTR_E_MD_PARNIL   EMAKEHR(0x124b)

Definition at line 407 of file corerror.h.

◆ VLDTR_E_MD_PRIVSCOPENORVA

#define VLDTR_E_MD_PRIVSCOPENORVA   EMAKEHR(0x1296)

Definition at line 482 of file corerror.h.

◆ VLDTR_E_MD_RVAANDIMPLMAP

#define VLDTR_E_MD_RVAANDIMPLMAP   EMAKEHR(0x1b03)

Definition at line 588 of file corerror.h.

◆ VLDTR_E_MD_SEMANTICSNOTEXIST

#define VLDTR_E_MD_SEMANTICSNOTEXIST   EMAKEHR(0x129b)

Definition at line 487 of file corerror.h.

◆ VLDTR_E_MD_STATANDFINORVIRT

#define VLDTR_E_MD_STATANDFINORVIRT   EMAKEHR(0x128f)

Definition at line 475 of file corerror.h.

◆ VLDTR_E_MD_SYNCMETHODINVTYPE

#define VLDTR_E_MD_SYNCMETHODINVTYPE   EMAKEHR(0x12e5)

Definition at line 558 of file corerror.h.

◆ VLDTR_E_MD_THISSTATIC

#define VLDTR_E_MD_THISSTATIC   EMAKEHR(0x123a)

Definition at line 390 of file corerror.h.

◆ VLDTR_E_MD_ZERORVA

#define VLDTR_E_MD_ZERORVA   EMAKEHR(0x128d)

Definition at line 473 of file corerror.h.

◆ VLDTR_E_MI_ALIENBODY

#define VLDTR_E_MI_ALIENBODY   EMAKEHR(0x12ad)

Definition at line 505 of file corerror.h.

◆ VLDTR_E_MI_ARITYMISMATCH

#define VLDTR_E_MI_ARITYMISMATCH   EMAKEHR(0x1b49)

Definition at line 657 of file corerror.h.

◆ VLDTR_E_MI_BADBODY

#define VLDTR_E_MI_BADBODY   EMAKEHR(0x12b2)

Definition at line 510 of file corerror.h.

◆ VLDTR_E_MI_BADCLASS

#define VLDTR_E_MI_BADCLASS   EMAKEHR(0x12af)

Definition at line 507 of file corerror.h.

◆ VLDTR_E_MI_BADDECL

#define VLDTR_E_MI_BADDECL   EMAKEHR(0x12b1)

Definition at line 509 of file corerror.h.

◆ VLDTR_E_MI_BODYSTATIC

#define VLDTR_E_MI_BODYSTATIC   EMAKEHR(0x1218)

Definition at line 356 of file corerror.h.

◆ VLDTR_E_MI_CLASSISINTF

#define VLDTR_E_MI_CLASSISINTF   EMAKEHR(0x12b0)

Definition at line 508 of file corerror.h.

◆ VLDTR_E_MI_DECLFINAL

#define VLDTR_E_MI_DECLFINAL   EMAKEHR(0x121c)

Definition at line 360 of file corerror.h.

◆ VLDTR_E_MI_DECLNOTGENERIC

#define VLDTR_E_MI_DECLNOTGENERIC   EMAKEHR(0x1b47)

Definition at line 655 of file corerror.h.

◆ VLDTR_E_MI_DECLNOTVIRT

#define VLDTR_E_MI_DECLNOTVIRT   EMAKEHR(0x129c)

Definition at line 488 of file corerror.h.

◆ VLDTR_E_MI_DECLPRIV

#define VLDTR_E_MI_DECLPRIV   EMAKEHR(0x1215)

Definition at line 353 of file corerror.h.

◆ VLDTR_E_MI_DUP

#define VLDTR_E_MI_DUP   EMAKEHR(0x12b3)

Definition at line 511 of file corerror.h.

◆ VLDTR_E_MI_IMPLNOTGENERIC

#define VLDTR_E_MI_IMPLNOTGENERIC   EMAKEHR(0x1b48)

Definition at line 656 of file corerror.h.

◆ VLDTR_E_MI_SIGMISMATCH

#define VLDTR_E_MI_SIGMISMATCH   EMAKEHR(0x12f4)

Definition at line 573 of file corerror.h.

◆ VLDTR_E_MOD_MULTI

#define VLDTR_E_MOD_MULTI   EMAKEHR(0x1209)

Definition at line 341 of file corerror.h.

◆ VLDTR_E_MOD_NAMEFULLQLFD

#define VLDTR_E_MOD_NAMEFULLQLFD   EMAKEHR(0x12ee)

Definition at line 567 of file corerror.h.

◆ VLDTR_E_MOD_NONAME

#define VLDTR_E_MOD_NONAME   EMAKEHR(0x12ed)

Definition at line 566 of file corerror.h.

◆ VLDTR_E_MOD_NULLMVID

#define VLDTR_E_MOD_NULLMVID   EMAKEHR(0x120a)

Definition at line 342 of file corerror.h.

◆ VLDTR_E_MODREF_DUP

#define VLDTR_E_MODREF_DUP   EMAKEHR(0x1233)

Definition at line 383 of file corerror.h.

◆ VLDTR_E_MODREF_NAMENULL

#define VLDTR_E_MODREF_NAMENULL   EMAKEHR(0x1232)

Definition at line 382 of file corerror.h.

◆ VLDTR_E_MR_BADCALLINGCONV

#define VLDTR_E_MR_BADCALLINGCONV   EMAKEHR(0x1224)

Definition at line 368 of file corerror.h.

◆ VLDTR_E_MR_DELNAME

#define VLDTR_E_MR_DELNAME   EMAKEHR(0x1222)

Definition at line 366 of file corerror.h.

◆ VLDTR_E_MR_DUP

#define VLDTR_E_MR_DUP   EMAKEHR(0x1228)

Definition at line 372 of file corerror.h.

◆ VLDTR_E_MR_NAMEDIFF

#define VLDTR_E_MR_NAMEDIFF   EMAKEHR(0x1226)

Definition at line 370 of file corerror.h.

◆ VLDTR_E_MR_NAMENULL

#define VLDTR_E_MR_NAMENULL   EMAKEHR(0x1220)

Definition at line 364 of file corerror.h.

◆ VLDTR_E_MR_NOTVARARG

#define VLDTR_E_MR_NOTVARARG   EMAKEHR(0x1225)

Definition at line 369 of file corerror.h.

◆ VLDTR_E_MR_PARNIL

#define VLDTR_E_MR_PARNIL   EMAKEHR(0x1223)

Definition at line 367 of file corerror.h.

◆ VLDTR_E_MR_SIGDIFF

#define VLDTR_E_MR_SIGDIFF   EMAKEHR(0x1227)

Definition at line 371 of file corerror.h.

◆ VLDTR_E_MR_VARARGCALLINGCONV

#define VLDTR_E_MR_VARARGCALLINGCONV   EMAKEHR(0x12da)

Definition at line 547 of file corerror.h.

◆ VLDTR_E_MR_VTBLNAME

#define VLDTR_E_MR_VTBLNAME   EMAKEHR(0x1221)

Definition at line 365 of file corerror.h.

◆ VLDTR_E_MS_ARITYMISMATCH

#define VLDTR_E_MS_ARITYMISMATCH   EMAKEHR(0x1b38)

Definition at line 640 of file corerror.h.

◆ VLDTR_E_MS_ARITYZERO

#define VLDTR_E_MS_ARITYZERO   EMAKEHR(0x1b44)

Definition at line 652 of file corerror.h.

◆ VLDTR_E_MS_BADCALLINGCONV

#define VLDTR_E_MS_BADCALLINGCONV   EMAKEHR(0x1b35)

Definition at line 637 of file corerror.h.

◆ VLDTR_E_MS_BYREFINST

#define VLDTR_E_MS_BYREFINST   EMAKEHR(0x1b4c)

Definition at line 660 of file corerror.h.

◆ VLDTR_E_MS_DUP

#define VLDTR_E_MS_DUP   EMAKEHR(0x1b34)

Definition at line 636 of file corerror.h.

◆ VLDTR_E_MS_METHODNIL

#define VLDTR_E_MS_METHODNIL   EMAKEHR(0x1b33)

Definition at line 635 of file corerror.h.

◆ VLDTR_E_MS_METHODNOTGENERIC

#define VLDTR_E_MS_METHODNOTGENERIC   EMAKEHR(0x1b39)

Definition at line 641 of file corerror.h.

◆ VLDTR_E_MS_MISSARG

#define VLDTR_E_MS_MISSARG   EMAKEHR(0x1b37)

Definition at line 639 of file corerror.h.

◆ VLDTR_E_MS_MISSARITY

#define VLDTR_E_MS_MISSARITY   EMAKEHR(0x1b36)

Definition at line 638 of file corerror.h.

◆ VLDTR_E_NC_BADENCLOSER

#define VLDTR_E_NC_BADENCLOSER   EMAKEHR(0x1b0c)

Definition at line 596 of file corerror.h.

◆ VLDTR_E_NC_BADNESTED

#define VLDTR_E_NC_BADNESTED   EMAKEHR(0x1b0b)

Definition at line 595 of file corerror.h.

◆ VLDTR_E_NC_DUP

#define VLDTR_E_NC_DUP   EMAKEHR(0x1b0d)

Definition at line 597 of file corerror.h.

◆ VLDTR_E_NC_DUPENCLOSER

#define VLDTR_E_NC_DUPENCLOSER   EMAKEHR(0x1b0e)

Definition at line 598 of file corerror.h.

◆ VLDTR_E_NOTINIT

#define VLDTR_E_NOTINIT   EMAKEHR(0x12ff)

Definition at line 584 of file corerror.h.

◆ VLDTR_E_PD_BADFLAGS

#define VLDTR_E_PD_BADFLAGS   EMAKEHR(0x121e)

Definition at line 362 of file corerror.h.

◆ VLDTR_E_PR_ALIENMETHOD

#define VLDTR_E_PR_ALIENMETHOD   EMAKEHR(0x12c5)

Definition at line 528 of file corerror.h.

◆ VLDTR_E_PR_BADCALLINGCONV

#define VLDTR_E_PR_BADCALLINGCONV   EMAKEHR(0x12c0)

Definition at line 523 of file corerror.h.

◆ VLDTR_E_PR_BADMETHOD

#define VLDTR_E_PR_BADMETHOD   EMAKEHR(0x12c4)

Definition at line 527 of file corerror.h.

◆ VLDTR_E_PR_BADSCOPE

#define VLDTR_E_PR_BADSCOPE   EMAKEHR(0x12bc)

Definition at line 519 of file corerror.h.

◆ VLDTR_E_PR_BADSEMANTICS

#define VLDTR_E_PR_BADSEMANTICS   EMAKEHR(0x12c3)

Definition at line 526 of file corerror.h.

◆ VLDTR_E_PR_DEFLTNOTMARKED

#define VLDTR_E_PR_DEFLTNOTMARKED   EMAKEHR(0x12c2)

Definition at line 525 of file corerror.h.

◆ VLDTR_E_PR_DUP

#define VLDTR_E_PR_DUP   EMAKEHR(0x12bf)

Definition at line 522 of file corerror.h.

◆ VLDTR_E_PR_MARKEDNODEFLT

#define VLDTR_E_PR_MARKEDNODEFLT   EMAKEHR(0x12c1)

Definition at line 524 of file corerror.h.

◆ VLDTR_E_PR_NONAME

#define VLDTR_E_PR_NONAME   EMAKEHR(0x12bd)

Definition at line 520 of file corerror.h.

◆ VLDTR_E_PR_NOSIG

#define VLDTR_E_PR_NOSIG   EMAKEHR(0x12be)

Definition at line 521 of file corerror.h.

◆ VLDTR_E_RID_OUTOFRANGE

#define VLDTR_E_RID_OUTOFRANGE   EMAKEHR(0x1203)

Definition at line 335 of file corerror.h.

◆ VLDTR_E_SIG_ARITYMISMATCH

#define VLDTR_E_SIG_ARITYMISMATCH   EMAKEHR(0x1b3b)

Definition at line 643 of file corerror.h.

◆ VLDTR_E_SIG_ARITYZERO

#define VLDTR_E_SIG_ARITYZERO   EMAKEHR(0x1b43)

Definition at line 651 of file corerror.h.

◆ VLDTR_E_SIG_BADELTYPE

#define VLDTR_E_SIG_BADELTYPE   EMAKEHR(0x1247)

Definition at line 403 of file corerror.h.

◆ VLDTR_E_SIG_BADTOKTYPE

#define VLDTR_E_SIG_BADTOKTYPE   EMAKEHR(0x1b50)

Definition at line 664 of file corerror.h.

◆ VLDTR_E_SIG_BADVOID

#define VLDTR_E_SIG_BADVOID   EMAKEHR(0x1b24)

Definition at line 620 of file corerror.h.

◆ VLDTR_E_SIG_BYREFINFIELD

#define VLDTR_E_SIG_BYREFINFIELD   EMAKEHR(0x12e4)

Definition at line 557 of file corerror.h.

◆ VLDTR_E_SIG_BYREFINST

#define VLDTR_E_SIG_BYREFINST   EMAKEHR(0x1b4b)

Definition at line 659 of file corerror.h.

◆ VLDTR_E_SIG_LASTSENTINEL

#define VLDTR_E_SIG_LASTSENTINEL   EMAKEHR(0x12e2)

Definition at line 555 of file corerror.h.

◆ VLDTR_E_SIG_LONGFORM

#define VLDTR_E_SIG_LONGFORM   EMAKEHR(0x1298)

Definition at line 484 of file corerror.h.

◆ VLDTR_E_SIG_MISSARG

#define VLDTR_E_SIG_MISSARG   EMAKEHR(0x12e3)

Definition at line 556 of file corerror.h.

◆ VLDTR_E_SIG_MISSARITY

#define VLDTR_E_SIG_MISSARITY   EMAKEHR(0x1b3a)

Definition at line 642 of file corerror.h.

◆ VLDTR_E_SIG_MISSELTYPE

#define VLDTR_E_SIG_MISSELTYPE   EMAKEHR(0x123d)

Definition at line 393 of file corerror.h.

◆ VLDTR_E_SIG_MISSFPTR

#define VLDTR_E_SIG_MISSFPTR   EMAKEHR(0x1240)

Definition at line 396 of file corerror.h.

◆ VLDTR_E_SIG_MISSFPTRARGCNT

#define VLDTR_E_SIG_MISSFPTRARGCNT   EMAKEHR(0x1241)

Definition at line 397 of file corerror.h.

◆ VLDTR_E_SIG_MISSLBND

#define VLDTR_E_SIG_MISSLBND   EMAKEHR(0x1246)

Definition at line 402 of file corerror.h.

◆ VLDTR_E_SIG_MISSNLBND

#define VLDTR_E_SIG_MISSNLBND   EMAKEHR(0x1245)

Definition at line 401 of file corerror.h.

◆ VLDTR_E_SIG_MISSNSIZE

#define VLDTR_E_SIG_MISSNSIZE   EMAKEHR(0x1243)

Definition at line 399 of file corerror.h.

◆ VLDTR_E_SIG_MISSRANK

#define VLDTR_E_SIG_MISSRANK   EMAKEHR(0x1242)

Definition at line 398 of file corerror.h.

◆ VLDTR_E_SIG_MISSSIZE

#define VLDTR_E_SIG_MISSSIZE   EMAKEHR(0x1244)

Definition at line 400 of file corerror.h.

◆ VLDTR_E_SIG_MISSTKN

#define VLDTR_E_SIG_MISSTKN   EMAKEHR(0x123e)

Definition at line 394 of file corerror.h.

◆ VLDTR_E_SIG_MISSVASIZE

#define VLDTR_E_SIG_MISSVASIZE   EMAKEHR(0x1248)

Definition at line 404 of file corerror.h.

◆ VLDTR_E_SIG_MULTSENTINELS

#define VLDTR_E_SIG_MULTSENTINELS   EMAKEHR(0x12e1)

Definition at line 554 of file corerror.h.

◆ VLDTR_E_SIG_SENTINMETHODDEF

#define VLDTR_E_SIG_SENTINMETHODDEF   EMAKEHR(0x12df)

Definition at line 552 of file corerror.h.

◆ VLDTR_E_SIG_SENTMUSTVARARG

#define VLDTR_E_SIG_SENTMUSTVARARG   EMAKEHR(0x12e0)

Definition at line 553 of file corerror.h.

◆ VLDTR_E_SIG_TKNBAD

#define VLDTR_E_SIG_TKNBAD   EMAKEHR(0x123f)

Definition at line 395 of file corerror.h.

◆ VLDTR_E_SIG_TOKTYPEMISMATCH

#define VLDTR_E_SIG_TOKTYPEMISMATCH   EMAKEHR(0x1252)

Definition at line 414 of file corerror.h.

◆ VLDTR_E_SIGNODATA

#define VLDTR_E_SIGNODATA   EMAKEHR(0x1238)

Definition at line 388 of file corerror.h.

◆ VLDTR_E_SIGNULL

#define VLDTR_E_SIGNULL   EMAKEHR(0x1237)

Definition at line 387 of file corerror.h.

◆ VLDTR_E_STRING_INVALID

#define VLDTR_E_STRING_INVALID   EMAKEHR(0x1206)

Definition at line 338 of file corerror.h.

◆ VLDTR_E_TD_BADFIELDLST

#define VLDTR_E_TD_BADFIELDLST   EMAKEHR(0x12fa)

Definition at line 579 of file corerror.h.

◆ VLDTR_E_TD_BADMETHODLST

#define VLDTR_E_TD_BADMETHODLST   EMAKEHR(0x12f9)

Definition at line 578 of file corerror.h.

◆ VLDTR_E_TD_DLTNORTSPCL

#define VLDTR_E_TD_DLTNORTSPCL   EMAKEHR(0x1213)

Definition at line 351 of file corerror.h.

◆ VLDTR_E_TD_DUPGUID

#define VLDTR_E_TD_DUPGUID   EMAKEHR(0x120f)

Definition at line 347 of file corerror.h.

◆ VLDTR_E_TD_DUPNAME

#define VLDTR_E_TD_DUPNAME   EMAKEHR(0x120e)

Definition at line 346 of file corerror.h.

◆ VLDTR_E_TD_ENCLNOTNESTED

#define VLDTR_E_TD_ENCLNOTNESTED   EMAKEHR(0x1256)

Definition at line 418 of file corerror.h.

◆ VLDTR_E_TD_ENUMFLDBADTYPE

#define VLDTR_E_TD_ENUMFLDBADTYPE   EMAKEHR(0x1b15)

Definition at line 605 of file corerror.h.

◆ VLDTR_E_TD_ENUMFLDNOTLIT

#define VLDTR_E_TD_ENUMFLDNOTLIT   EMAKEHR(0x1265)

Definition at line 433 of file corerror.h.

◆ VLDTR_E_TD_ENUMFLDNOTST

#define VLDTR_E_TD_ENUMFLDNOTST   EMAKEHR(0x1264)

Definition at line 432 of file corerror.h.

◆ VLDTR_E_TD_ENUMFLDSIGMISMATCH

#define VLDTR_E_TD_ENUMFLDSIGMISMATCH   EMAKEHR(0x1267)

Definition at line 435 of file corerror.h.

◆ VLDTR_E_TD_ENUMHASEVENT

#define VLDTR_E_TD_ENUMHASEVENT   EMAKEHR(0x12f8)

Definition at line 577 of file corerror.h.

◆ VLDTR_E_TD_ENUMHASMETHODS

#define VLDTR_E_TD_ENUMHASMETHODS   EMAKEHR(0x12f5)

Definition at line 574 of file corerror.h.

◆ VLDTR_E_TD_ENUMHASPROP

#define VLDTR_E_TD_ENUMHASPROP   EMAKEHR(0x12f7)

Definition at line 576 of file corerror.h.

◆ VLDTR_E_TD_ENUMIMPLIFACE

#define VLDTR_E_TD_ENUMIMPLIFACE   EMAKEHR(0x12f6)

Definition at line 575 of file corerror.h.

◆ VLDTR_E_TD_ENUMMULINSTFLD

#define VLDTR_E_TD_ENUMMULINSTFLD   EMAKEHR(0x12fd)

Definition at line 582 of file corerror.h.

◆ VLDTR_E_TD_ENUMNOINSTFLD

#define VLDTR_E_TD_ENUMNOINSTFLD   EMAKEHR(0x12fc)

Definition at line 581 of file corerror.h.

◆ VLDTR_E_TD_ENUMNOLITFLDS

#define VLDTR_E_TD_ENUMNOLITFLDS   EMAKEHR(0x1266)

Definition at line 434 of file corerror.h.

◆ VLDTR_E_TD_ENUMNOVALUE

#define VLDTR_E_TD_ENUMNOVALUE   EMAKEHR(0x1261)

Definition at line 429 of file corerror.h.

◆ VLDTR_E_TD_ENUMVALNOT1ST

#define VLDTR_E_TD_ENUMVALNOT1ST   EMAKEHR(0x1268)

Definition at line 436 of file corerror.h.

◆ VLDTR_E_TD_ENUMVALNOTSN

#define VLDTR_E_TD_ENUMVALNOTSN   EMAKEHR(0x1263)

Definition at line 431 of file corerror.h.

◆ VLDTR_E_TD_ENUMVALSTATIC

#define VLDTR_E_TD_ENUMVALSTATIC   EMAKEHR(0x1262)

Definition at line 430 of file corerror.h.

◆ VLDTR_E_TD_EXTBADTYPESPEC

#define VLDTR_E_TD_EXTBADTYPESPEC   EMAKEHR(0x1b4a)

Definition at line 658 of file corerror.h.

◆ VLDTR_E_TD_EXTENDSCHILD

#define VLDTR_E_TD_EXTENDSCHILD   EMAKEHR(0x125a)

Definition at line 422 of file corerror.h.

◆ VLDTR_E_TD_EXTENDSIFACE

#define VLDTR_E_TD_EXTENDSIFACE   EMAKEHR(0x12f0)

Definition at line 569 of file corerror.h.

◆ VLDTR_E_TD_EXTENDSITSELF

#define VLDTR_E_TD_EXTENDSITSELF   EMAKEHR(0x1b05)

Definition at line 590 of file corerror.h.

◆ VLDTR_E_TD_EXTENDSSEALED

#define VLDTR_E_TD_EXTENDSSEALED   EMAKEHR(0x1212)

Definition at line 350 of file corerror.h.

◆ VLDTR_E_TD_EXTRAFLAGS

#define VLDTR_E_TD_EXTRAFLAGS   EMAKEHR(0x1b04)

Definition at line 589 of file corerror.h.

◆ VLDTR_E_TD_EXTTRRES

#define VLDTR_E_TD_EXTTRRES   EMAKEHR(0x1236)

Definition at line 386 of file corerror.h.

◆ VLDTR_E_TD_EXTTYPESPEC

#define VLDTR_E_TD_EXTTYPESPEC   EMAKEHR(0x1b07)

Definition at line 592 of file corerror.h.

◆ VLDTR_E_TD_GENERICHASEXPLAYOUT

#define VLDTR_E_TD_GENERICHASEXPLAYOUT   EMAKEHR(0x1b4f)

Definition at line 663 of file corerror.h.

◆ VLDTR_E_TD_IFACEGUIDNULL

#define VLDTR_E_TD_IFACEGUIDNULL   EMAKEHR(0x121b)

Definition at line 359 of file corerror.h.

◆ VLDTR_E_TD_IFACENOTABS

#define VLDTR_E_TD_IFACENOTABS   EMAKEHR(0x1219)

Definition at line 357 of file corerror.h.

◆ VLDTR_E_TD_IFACEPARNOTNIL

#define VLDTR_E_TD_IFACEPARNOTNIL   EMAKEHR(0x121a)

Definition at line 358 of file corerror.h.

◆ VLDTR_E_TD_IFACESEALED

#define VLDTR_E_TD_IFACESEALED   EMAKEHR(0x1b0a)

Definition at line 594 of file corerror.h.

◆ VLDTR_E_TD_MARKEDNOSECUR

#define VLDTR_E_TD_MARKEDNOSECUR   EMAKEHR(0x12aa)

Definition at line 502 of file corerror.h.

◆ VLDTR_E_TD_NAMENULL

#define VLDTR_E_TD_NAMENULL   EMAKEHR(0x120d)

Definition at line 345 of file corerror.h.

◆ VLDTR_E_TD_NAMETOOLONG

#define VLDTR_E_TD_NAMETOOLONG   EMAKEHR(0x12e6)

Definition at line 559 of file corerror.h.

◆ VLDTR_E_TD_NESTEDNOENCL

#define VLDTR_E_TD_NESTEDNOENCL   EMAKEHR(0x1235)

Definition at line 385 of file corerror.h.

◆ VLDTR_E_TD_NOTIFACEOBJEXTNULL

#define VLDTR_E_TD_NOTIFACEOBJEXTNULL   EMAKEHR(0x1210)

Definition at line 348 of file corerror.h.

◆ VLDTR_E_TD_OBJEXTENDSNONNULL

#define VLDTR_E_TD_OBJEXTENDSNONNULL   EMAKEHR(0x1211)

Definition at line 349 of file corerror.h.

◆ VLDTR_E_TD_RTSPCLNOTDLT

#define VLDTR_E_TD_RTSPCLNOTDLT   EMAKEHR(0x1214)

Definition at line 352 of file corerror.h.

◆ VLDTR_E_TD_RTSPCLNOTSPCL

#define VLDTR_E_TD_RTSPCLNOTSPCL   EMAKEHR(0x12ef)

Definition at line 568 of file corerror.h.

◆ VLDTR_E_TD_SECURNOTMARKED

#define VLDTR_E_TD_SECURNOTMARKED   EMAKEHR(0x12a9)

Definition at line 501 of file corerror.h.

◆ VLDTR_E_TD_SYSENUMNOTCLASS

#define VLDTR_E_TD_SYSENUMNOTCLASS   EMAKEHR(0x12f2)

Definition at line 571 of file corerror.h.

◆ VLDTR_E_TD_SYSENUMNOTEXTVTYPE

#define VLDTR_E_TD_SYSENUMNOTEXTVTYPE   EMAKEHR(0x12f3)

Definition at line 572 of file corerror.h.

◆ VLDTR_E_TD_SYSVTNOTEXTOBJ

#define VLDTR_E_TD_SYSVTNOTEXTOBJ   EMAKEHR(0x1b06)

Definition at line 591 of file corerror.h.

◆ VLDTR_E_TD_VTNOSIZE

#define VLDTR_E_TD_VTNOSIZE   EMAKEHR(0x1b09)

Definition at line 593 of file corerror.h.

◆ VLDTR_E_TD_VTNOTSEAL

#define VLDTR_E_TD_VTNOTSEAL   EMAKEHR(0x121d)

Definition at line 361 of file corerror.h.

◆ VLDTR_E_TR_BADSCOPE

#define VLDTR_E_TR_BADSCOPE   EMAKEHR(0x1234)

Definition at line 384 of file corerror.h.

◆ VLDTR_E_TR_DUP

#define VLDTR_E_TR_DUP   EMAKEHR(0x120c)

Definition at line 344 of file corerror.h.

◆ VLDTR_E_TR_HASTYPEDEF

#define VLDTR_E_TR_HASTYPEDEF   EMAKEHR(0x12a6)

Definition at line 498 of file corerror.h.

◆ VLDTR_E_TR_NAMENULL

#define VLDTR_E_TR_NAMENULL   EMAKEHR(0x120b)

Definition at line 343 of file corerror.h.

◆ VLDTR_E_TS_EMPTY

#define VLDTR_E_TS_EMPTY   EMAKEHR(0x1b4d)

Definition at line 661 of file corerror.h.

◆ VLDTR_E_TS_HASSENTINALS

#define VLDTR_E_TS_HASSENTINALS   EMAKEHR(0x1b4e)

Definition at line 662 of file corerror.h.

◆ VLDTR_S_ERR

#define VLDTR_S_ERR   SMAKEHR(0x1201)

Definition at line 668 of file corerror.h.

◆ VLDTR_S_WRN

#define VLDTR_S_WRN   SMAKEHR(0x1200)

Definition at line 667 of file corerror.h.

◆ VLDTR_S_WRNERR

#define VLDTR_S_WRNERR   SMAKEHR(0x1202)

Definition at line 669 of file corerror.h.