| ERROR_OFFSET | 0x70000000 //error codes offset |
| ERROR_INIT | 0x70000001 //initialization error |
| ERROR_APIENUM | 0x70000002 //enumeration error |
| ERROR_INVALIDADAPTER | 0x70000003 //incorrect adapter index specified |
| ERROR_SMALLBUFFER | 0x70000004 //too small buffer |
| ERROR_APIQUERY | 0x70000005 //error at getting a setting |
| ERROR_ADAPTERBUSY | 0x70000006 //adapter is busy |
| ERROR_INVALIDNETWORK | 0x70000007 //invalid network index is specified |
| ERROR_INVALIDPROFILE | 0x70000008 //invalid profile index is specified |
| ERROR_APISET | 0x70000009 //error at applying a setting |
| ERROR_PROFILENOTFOUND | 0x7000000A //profile not found |
| ERROR_INVALIDPARAMETER | 0x7000000B //invalid parameter |
| ERROR_DATACHANGED | 0x7000000C //the list of networks or profiles has been changed, call EnumXXX function to update the list |
| ERROR_FAIL | 0x7000000D //unspecified error |
| ERROR_ADAPTERNOTFOUND | 0x7000000E //adapter not found |
| ERROR_SCAN | 0x7000000F //error at discovering available networks |
| ERROR_NOCURRENTNETWORK | 0x70000010 //no current network |
| ERROR_NOTSUPPORTED | 0x70000011 //unsupported feature |
| ERROR_NOSERVICE | 0x70000012 //service does not exist |
| ERROR_ACCESSDENIED | 0x70000013 //access denied |
| ERROR_SERVICEDISABLED | 0x70000014 //service disabled |
| ERROR_PINGTIMEOUT | 0x70000015 //ping timeout |
| ERROR_PINGFAIL | 0x70000016 //ping failed |
| ERROR_HOSTRESOLVE | 0x70000017 //cannot get IP of host |
| ERROR_UNSUPPORTEDPLATFORM | 0x70000018 //this feature is unsupported in this version of Windows |
| ERROR_PROFILESETTINGS | 0x70000019 //incorrect profile configuration |
| ERROR_AUTHERROR | 0x7000001A //authentication error at connecting |
| |
| ERROR_TOOMANYPROFILES | 0x70000020 //too many temporary profiles have been created(>256) |
| ERROR_CREATEXMLDOCUMENT | 0x70000021 //Cannot create XML Document Object |
| ERROR_INVALIDTEMPLATE | 0x70000022 //Invalid profile template has been specified |
| ERROR_LOADXML | 0x70000023 //Cannot load XML document |
| ERROR_SAVEXML | 0x70000024 //Cannot save XML document |
| ERROR_OPTIONNOTFOUND | 0x70000025 //Option not found in the temporary profile |
| ERROR_INVALIDOPTIONVALUE | 0x70000026 //Option in the temporary profile has invalid value |
| ERROR_BADPROFILE | 0x70000027 //Some options of temporary profile are invalid |
| ERROR_RECORDNOTFOUND | 0x70000028 //Record or item not found |
| |
| ERROR_NDISBUSY | 0x70000040 //some service already uses adapter via NDIS |
| ERROR_OLDDRIVERVERSION | 0x70000041 //version of wifimanio.sys is too old |
| |
| ERROR_DRIVERNOTINSTALLED | 0x70000051 //Advanced WiFi-Manager driver is not installed |
| |
| ERROR_DEMOVERSION_NOTSUPPORTED | 0x700000F0 //feature is not supported in trial version |
| ERROR_DEMOVERSION_EXPIRED | 0x700000F1 //trial version is expired |