⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 winerr.odl

📁 The code for this article was written for version 1.0 of the Active Template Library (ATL). The cu
💻 ODL
📖 第 1 页 / 共 4 页
字号:
    const long ERROR_BADKEY                     = 1010;
    [ helpstring("The configuration registry key could not be opened") ]
    const long ERROR_CANTOPEN                   = 1011;
    [ helpstring("The configuration registry key could not be read") ]
    const long ERROR_CANTREAD                   = 1012;
    [ helpstring("The configuration registry key could not be written") ]
    const long ERROR_CANTWRITE                  = 1013;
    [ helpstring("One of the files in the Registry database had to be recovered by use of a log or alternate copy.  The recovery was successful") ]
    const long ERROR_REGISTRY_RECOVERED         = 1014;
    [ helpstring("The structure a Registry data file is corrupt, or the system image of the file is corrupt, or the file could not be recovered because the alternate copy or log was absent or corrupt") ]
    const long ERROR_REGISTRY_CORRUPT           = 1015;
    [ helpstring("An I/O operation initiated by the Registry failed unrecoverably. The Registry could not read in, or write out, or flush, one of the files that contain the system's image of the Registry") ]
    const long ERROR_REGISTRY_IO_FAILED         = 1016;
    [ helpstring("The system has attempted to load or restore a file into the Registry, but the specified file is not in a Registry file format") ]
    const long ERROR_NOT_REGISTRY_FILE          = 1017;
    [ helpstring("Illegal operation attempted on a Registry key which has been marked for deletion") ]
    const long ERROR_KEY_DELETED                = 1018;
    [ helpstring("System could not allocate the required space in a Registry log") ]
    const long ERROR_NO_LOG_SPACE               = 1019;
    [ helpstring("Cannot create a symbolic link in a Registry key that already has subkeys or values") ]
    const long ERROR_KEY_HAS_CHILDREN           = 1020;
    [ helpstring("Cannot create a stable subkey under a volatile parent key") ]
    const long ERROR_CHILD_MUST_BE_VOLATILE     = 1021;
    [ helpstring("A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes") ]
    const long ERROR_NOTIFY_ENUM_DIR            = 1022;
    [ helpstring("A stop control has been sent to a service which other running services are dependent on") ]
    const long ERROR_DEPENDENT_SERVICES_RUNNING = 1051;
    [ helpstring("The requested control is not valid for this service") ]
    const long ERROR_INVALID_SERVICE_CONTROL    = 1052;
    [ helpstring("The service did not respond to the start or control request in a timely fashion") ]
    const long ERROR_SERVICE_REQUEST_TIMEOUT    = 1053;
    [ helpstring("A thread could not be created for the service") ]
    const long ERROR_SERVICE_NO_THREAD          = 1054;
    [ helpstring("The service database is locked") ]
    const long ERROR_SERVICE_DATABASE_LOCKED    = 1055;
    [ helpstring("An instance of the service is already running") ]
    const long ERROR_SERVICE_ALREADY_RUNNING    = 1056;
    [ helpstring("The account name is invalid or does not exist") ]
    const long ERROR_INVALID_SERVICE_ACCOUNT    = 1057;
    [ helpstring("The specified service is disabled and cannot be started") ]
    const long ERROR_SERVICE_DISABLED           = 1058;
    [ helpstring("Circular service dependency was specified") ]
    const long ERROR_CIRCULAR_DEPENDENCY        = 1059;
    [ helpstring("The specified service does not exist as an installed service") ]
    const long ERROR_SERVICE_DOES_NOT_EXIST     = 1060;
    [ helpstring("The service cannot accept control messages at this time") ]
    const long ERROR_SERVICE_CANNOT_ACCEPT_CTRL = 1061;
    [ helpstring("The service has not been started") ]
    const long ERROR_SERVICE_NOT_ACTIVE         = 1062;
    [ helpstring("The service process could not connect to the service controller") ]
    const long ERROR_FAILED_SERVICE_CONTROLLER_CONNECT = 1063;
    [ helpstring("An exception occurred in the service when handling the control request") ]
    const long ERROR_EXCEPTION_IN_SERVICE       = 1064;
    [ helpstring("The database specified does not exist") ]
    const long ERROR_DATABASE_DOES_NOT_EXIST    = 1065;
    [ helpstring("The service has returned a service-specific error code") ]
    const long ERROR_SERVICE_SPECIFIC_ERROR     = 1066;
    [ helpstring("The process terminated unexpectedly") ]
    const long ERROR_PROCESS_ABORTED            = 1067;
    [ helpstring("The dependency service or group failed to start") ]
    const long ERROR_SERVICE_DEPENDENCY_FAIL    = 1068;
    [ helpstring("The service did not start due to a logon failure") ]
    const long ERROR_SERVICE_LOGON_FAILED       = 1069;
    [ helpstring("After starting, the service hung in a start-pending state") ]
    const long ERROR_SERVICE_START_HANG         = 1070;
    [ helpstring("The specified service database lock is invalid") ]
    const long ERROR_INVALID_SERVICE_LOCK       = 1071;
    [ helpstring("The specified service has been marked for deletion") ]
    const long ERROR_SERVICE_MARKED_FOR_DELETE  = 1072;
    [ helpstring("The specified service already exists") ]
    const long ERROR_SERVICE_EXISTS             = 1073;
    [ helpstring("The system is currently running with the last-known-good configuration") ]
    const long ERROR_ALREADY_RUNNING_LKG        = 1074;
    [ helpstring("The dependency service does not exist or has been marked for deletion") ]
    const long ERROR_SERVICE_DEPENDENCY_DELETED = 1075;
    [ helpstring("The current boot has already been accepted for use as the last-known-good control set") ]
    const long ERROR_BOOT_ALREADY_ACCEPTED      = 1076;
    [ helpstring("No attempts to start the service have been made since the last boot") ]
    const long ERROR_SERVICE_NEVER_STARTED      = 1077;
    [ helpstring("The name is already in use as either a service name or a service display name") ]
    const long ERROR_DUPLICATE_SERVICE_NAME     = 1078;
    [ helpstring("The physical end of the tape has been reached") ]
    const long ERROR_END_OF_MEDIA               = 1100;
    [ helpstring("A tape access reached a filemark") ]
    const long ERROR_FILEMARK_DETECTED          = 1101;
    [ helpstring("Beginning of tape or partition was encountered") ]
    const long ERROR_BEGINNING_OF_MEDIA         = 1102;
    [ helpstring("A tape access reached the end of a set of files") ]
    const long ERROR_SETMARK_DETECTED           = 1103;
    [ helpstring("No more data is on the tape") ]
    const long ERROR_NO_DATA_DETECTED           = 1104;
    [ helpstring("Tape could not be partitioned") ]
    const long ERROR_PARTITION_FAILURE          = 1105;
    [ helpstring("When accessing a new tape of a multivolume partition, the current blocksize is incorrect") ]
    const long ERROR_INVALID_BLOCK_LENGTH       = 1106;
    [ helpstring("Tape partition information could not be found when loading a tape") ]
    const long ERROR_DEVICE_NOT_PARTITIONED     = 1107;
    [ helpstring("Unable to lock the media eject mechanism") ]
    const long ERROR_UNABLE_TO_LOCK_MEDIA       = 1108;
    [ helpstring("Unable to unload the media") ]
    const long ERROR_UNABLE_TO_UNLOAD_MEDIA     = 1109;
    [ helpstring("Media in drive may have changed") ]
    const long ERROR_MEDIA_CHANGED              = 1110;
    [ helpstring("The I/O bus was reset") ]
    const long ERROR_BUS_RESET                  = 1111;
    [ helpstring("No media in drive") ]
    const long ERROR_NO_MEDIA_IN_DRIVE          = 1112;
    [ helpstring("No mapping for the Unicode character exists in the target multi-byte code page") ]
    const long ERROR_NO_UNICODE_TRANSLATION     = 1113;
    [ helpstring("A dynamic link library (DLL) initialization routine failed") ]
    const long ERROR_DLL_INIT_FAILED            = 1114;
    [ helpstring("A system shutdown is in progress") ]
    const long ERROR_SHUTDOWN_IN_PROGRESS       = 1115;
    [ helpstring("Unable to abort the system shutdown because no shutdown was in progress") ]
    const long ERROR_NO_SHUTDOWN_IN_PROGRESS    = 1116;
    [ helpstring("The request could not be performed because of an I/O device error") ]
    const long ERROR_IO_DEVICE                  = 1117;
    [ helpstring("No serial device was successfully initialized.    The serial driver will unload") ]
    const long ERROR_SERIAL_NO_DEVICE           = 1118;
    [ helpstring("Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened") ]
    const long ERROR_IRQ_BUSY                   = 1119;
    [ helpstring("A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.") ]
    const long ERROR_MORE_WRITES                = 1120;
    [ helpstring("A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.") ]
    const long ERROR_COUNTER_TIMEOUT            = 1121;
    [ helpstring("Physical end of tape encountered") ]
    const long ERROR_EOM_OVERFLOW               = 1129;
    [ helpstring("Not enough server storage is available to process this command") ]
    const long ERROR_NOT_ENOUGH_SERVER_MEMORY   = 1130;
    [ helpstring("A potential deadlock condition has been detected") ]
    const long ERROR_POSSIBLE_DEADLOCK          = 1131;
    [ helpstring("The base address or the file offset specified does not have the proper alignment") ]
    const long ERROR_MAPPED_ALIGNMENT           = 1132;
    [ helpstring("An attempt to change the system power state was vetoed by another application or driver") ]
    const long ERROR_SET_POWER_STATE_VETOED     = 1140;
    [ helpstring("The system BIOS failed an attempt to change the system power state") ]
    const long ERROR_SET_POWER_STATE_FAILED     = 1141;
    [ helpstring("The specified program requires a newer version of Windows") ]
    const long ERROR_OLD_WIN_VERSION            = 1150;
    [ helpstring("The specified program is not a Windows or MS-DOS program") ]
    const long ERROR_APP_WRONG_OS               = 1151;
    [ helpstring("Cannot start more than one instance of the specified program") ]
    const long ERROR_SINGLE_INSTANCE_APP        = 1152;
    [ helpstring("Cannot start more than one instance of the specified program") ]
    const long ERROR_RMODE_APP                  = 1153;
    [ helpstring("One of the library files needed to run this application is damaged") ]
    const long ERROR_INVALID_DLL                = 1154;
    [ helpstring("No application is associated with the specified file for this operation") ]
    const long ERROR_NO_ASSOCIATION             = 1155;
    [ helpstring("An error occurred in sending the command to the application") ]
    const long ERROR_DDE_FAIL                   = 1156;
    [ helpstring("One of the library files needed to run this application cannot be found") ]
    const long ERROR_DLL_NOT_FOUND              = 1157;
    [ helpstring("The specified username is invalid") ]
    const long ERROR_BAD_USERNAME               = 2202;
    [ helpstring("This network connection does not exist") ]
    const long ERROR_NOT_CONNECTED              = 2250;
    [ helpstring("This network connection has files open or requests pending") ]
    const long ERROR_OPEN_FILES                 = 2401;
    [ helpstring("Active connections still exist") ]
    const long ERROR_ACTIVE_CONNECTIONS         = 2402;
    [ helpstring("The device is in use by an active process and cannot be disconnected") ]
    const long ERROR_DEVICE_IN_USE              = 2404;
    [ helpstring("The specified device name is invalid") ]
    const long ERROR_BAD_DEVICE                 = 1200;
    [ helpstring("The device is not currently connected but it is a remembered connection") ]
    const long ERROR_CONNECTION_UNAVAIL         = 1201;
    [ helpstring("An attempt was made to remember a device that had previously been remembered") ]
    const long ERROR_DEVICE_ALREADY_REMEMBERED  = 1202;
    [ helpstring("No network provider accepted the given network path") ]
    const long ERROR_NO_NET_OR_BAD_PATH         = 1203;
    [ helpstring("The specified network provider name is invalid") ]
    const long ERROR_BAD_PROVIDER               = 1204;
    [ helpstring("Unable to open the network connection profile") ]
    const long ERROR_CANNOT_OPEN_PROFILE        = 1205;
    [ helpstring("The network connection profile is corrupt") ]
    const long ERROR_BAD_PROFILE                = 1206;
    [ helpstring("Cannot enumerate a non-container") ]
    const long ERROR_NOT_CONTAINER              = 1207;
    [ helpstring("An extended error has occurred") ]
    const long ERROR_EXTENDED_ERROR             = 1208;
    [ helpstring("The format of the specified group name is invalid") ]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -