NdisMessages
NdisMessages.Instance (HResult.NDIS) contains Microsoft's HResult code descriptions for Network Driver Interface (NDIS facility).
HResult | Key | Text | Exception |
---|---|---|---|
0x00340001 | NDIS.ERROR_NDIS_INDICATION_REQUIRED | The request will be completed later by a Network Driver Interface Specification (NDIS) status indication. | |
0x80340002 | NDIS.ERROR_NDIS_INTERFACE_CLOSING | The binding to the network interface is being closed. | |
0x80340004 | NDIS.ERROR_NDIS_BAD_VERSION | An invalid version was specified. | |
0x80340005 | NDIS.ERROR_NDIS_BAD_CHARACTERISTICS | An invalid characteristics table was used. | |
0x80340006 | NDIS.ERROR_NDIS_ADAPTER_NOT_FOUND | Failed to find the network interface, or the network interface is not ready. | |
0x80340007 | NDIS.ERROR_NDIS_OPEN_FAILED | Failed to open the network interface. | |
0x80340008 | NDIS.ERROR_NDIS_DEVICE_FAILED | The network interface has encountered an internal unrecoverable failure. | |
0x80340009 | NDIS.ERROR_NDIS_MULTICAST_FULL | The multicast list on the network interface is full. | |
0x8034000A | NDIS.ERROR_NDIS_MULTICAST_EXISTS | An attempt was made to add a duplicate multicast address to the list. | |
0x8034000B | NDIS.ERROR_NDIS_MULTICAST_NOT_FOUND | At attempt was made to remove a multicast address that was never added. | |
0x8034000C | NDIS.ERROR_NDIS_REQUEST_ABORTED | The network interface aborted the request. | |
0x8034000D | NDIS.ERROR_NDIS_RESET_IN_PROGRESS | The network interface cannot process the request because it is being reset. | |
0x8034000F | NDIS.ERROR_NDIS_INVALID_PACKET | An attempt was made to send an invalid packet on a network interface. | |
0x80340010 | NDIS.ERROR_NDIS_INVALID_DEVICE_REQUEST | The specified request is not a valid operation for the target device. | |
0x80340011 | NDIS.ERROR_NDIS_ADAPTER_NOT_READY | The network interface is not ready to complete this operation. | |
0x80340014 | NDIS.ERROR_NDIS_INVALID_LENGTH | The length of the buffer submitted for this operation is not valid. | |
0x80340015 | NDIS.ERROR_NDIS_INVALID_DATA | The data used for this operation is not valid. | |
0x80340016 | NDIS.ERROR_NDIS_BUFFER_TOO_SHORT | The length of the buffer submitted for this operation is too small. | |
0x80340017 | NDIS.ERROR_NDIS_INVALID_OID | The network interface does not support this OID. | |
0x80340018 | NDIS.ERROR_NDIS_ADAPTER_REMOVED | The network interface has been removed. | |
0x80340019 | NDIS.ERROR_NDIS_UNSUPPORTED_MEDIA | The network interface does not support this media type. | |
0x8034001A | NDIS.ERROR_NDIS_GROUP_ADDRESS_IN_USE | An attempt was made to remove a token ring group address that is in use by other components. | |
0x8034001B | NDIS.ERROR_NDIS_FILE_NOT_FOUND | An attempt was made to map a file that cannot be found. | |
0x8034001C | NDIS.ERROR_NDIS_ERROR_READING_FILE | An error occurred while the NDIS tried to map the file. | |
0x8034001D | NDIS.ERROR_NDIS_ALREADY_MAPPED | An attempt was made to map a file that is already mapped. | |
0x8034001E | NDIS.ERROR_NDIS_RESOURCE_CONFLICT | An attempt to allocate a hardware resource failed because the resource is used by another component. | |
0x8034001F | NDIS.ERROR_NDIS_MEDIA_DISCONNECTED | The I/O operation failed because network media is disconnected or the wireless access point is out of range. | |
0x80340022 | NDIS.ERROR_NDIS_INVALID_ADDRESS | The network address used in the request is invalid. | |
0x8034002A | NDIS.ERROR_NDIS_PAUSED | The offload operation on the network interface has been paused. | |
0x8034002B | NDIS.ERROR_NDIS_INTERFACE_NOT_FOUND | The network interface was not found. | |
0x8034002C | NDIS.ERROR_NDIS_UNSUPPORTED_REVISION | The revision number specified in the structure is not supported. | |
0x8034002D | NDIS.ERROR_NDIS_INVALID_PORT | The specified port does not exist on this network interface. | |
0x8034002E | NDIS.ERROR_NDIS_INVALID_PORT_STATE | The current state of the specified port on this network interface does not support the requested operation. | |
0x803400BB | NDIS.ERROR_NDIS_NOT_SUPPORTED | The network interface does not support this request. | |
0x80342000 | NDIS.ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED | The wireless local area network (LAN) interface is in auto-configuration mode and does not support the requested parameter change operation. | |
0x80342001 | NDIS.ERROR_NDIS_DOT11_MEDIA_IN_USE | The wireless LAN interface is busy and cannot perform the requested operation. | |
0x80342002 | NDIS.ERROR_NDIS_DOT11_POWER_STATE_INVALID | The wireless LAN interface is shutting down and does not support the requested operation. |
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. ======================================================================*/