WindowsMessages
WindowsMessages.Instance (HResult.WINDOWS) contains Microsoft's HResult code descriptions for Windows subsystem (WINDOWS facility).
HResult | Key | Text | Exception |
---|---|---|---|
0x00080012 | WINDOWS.CO_S_NOTALLINTERFACES | Not all the requested interfaces were available. | |
0x00080013 | WINDOWS.CO_S_MACHINENAMENOTFOUND | The specified machine name was not found in the cache. | |
0x80080001 | WINDOWS.CO_E_CLASS_CREATE_FAILED | Attempt to create a class object failed. | |
0x80080002 | WINDOWS.CO_E_SCM_ERROR | OLE service could not bind object. | |
0x80080003 | WINDOWS.CO_E_SCM_RPC_FAILURE | RPC communication failed with OLE service. | |
0x80080004 | WINDOWS.CO_E_BAD_PATH | Bad path to object. | |
0x80080005 | WINDOWS.CO_E_SERVER_EXEC_FAILURE | Server execution failed. | |
0x80080006 | WINDOWS.CO_E_OBJSRV_RPC_FAILURE | OLE service could not communicate with the object server. | |
0x80080007 | WINDOWS.MK_E_NO_NORMALIZED | Moniker path could not be normalized. | |
0x80080008 | WINDOWS.CO_E_SERVER_STOPPING | Object server is stopping when OLE service contacts it. | |
0x80080009 | WINDOWS.MEM_E_INVALID_ROOT | An invalid root block pointer was specified. | |
0x80080010 | WINDOWS.MEM_E_INVALID_LINK | An allocation chain contained an invalid link pointer. | |
0x80080011 | WINDOWS.MEM_E_INVALID_SIZE | The requested allocation size was too large. | |
0x80080015 | WINDOWS.CO_E_MISSING_DISPLAYNAME | The activation requires a display name to be present under the class identifier (CLSID) key. | |
0x80080016 | WINDOWS.CO_E_RUNAS_VALUE_MUST_BE_AAA | The activation requires that the RunAs value for the application is Activate As Activator. | |
0x80080017 | WINDOWS.CO_E_ELEVATION_DISABLED | The class is not configured to support elevated activation. |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/