--- mstools/h/winerror.h 2018/08/09 18:20:26 1.1.1.2 +++ mstools/h/winerror.h 2018/08/09 18:21:02 1.1.1.3 @@ -131,7 +131,7 @@ Notes: // // MessageText: // -// Incorrect internal file identifier. +// The handle is invalid. // #define ERROR_INVALID_HANDLE 6L @@ -2136,7 +2136,7 @@ Notes: // // MessageText: // -// The service controller database was locked. +// The service database is locked. // #define ERROR_SERVICE_DATABASE_LOCKED 1055L @@ -2154,9 +2154,7 @@ Notes: // // MessageText: // -// The account name does not exist, or the service is specified to share -// the same binary file as an already installed service but has an account -// name that is not the same as the installed service. +// The account name is invalid or does not exist. // #define ERROR_INVALID_SERVICE_ACCOUNT 1057L @@ -2219,7 +2217,7 @@ Notes: // // MessageText: // -// An exception occured in the service when handling the control request. +// An exception occurred in the service when handling the control request. // #define ERROR_EXCEPTION_IN_SERVICE 1064L @@ -2255,7 +2253,7 @@ Notes: // // MessageText: // -// The dependency service failed to start. +// The dependency service or group failed to start. // #define ERROR_SERVICE_DEPENDENCY_FAIL 1068L @@ -2282,7 +2280,7 @@ Notes: // // MessageText: // -// The specified service controller database lock is invalid. +// The specified service database lock is invalid. // #define ERROR_INVALID_SERVICE_LOCK 1071L @@ -2291,7 +2289,7 @@ Notes: // // MessageText: // -// The specified service has been marked for delete. +// The specified service has been marked for deletion. // #define ERROR_SERVICE_MARKED_FOR_DELETE 1072L @@ -2300,7 +2298,7 @@ Notes: // // MessageText: // -// The specified service is already created. +// The specified service already exists. // #define ERROR_SERVICE_EXISTS 1073L @@ -2309,11 +2307,31 @@ Notes: // // MessageText: // -// The system is currently booted using the Last-Known-Good configuration. +// The system is currently booted using the last-known-good configuration. // #define ERROR_ALREADY_RUNNING_LKG 1074L // +// MessageId: ERROR_SERVICE_DEPENDENCY_DELETED +// +// MessageText: +// +// The dependency service does not exist or has been marked for +// deletion. +// +#define ERROR_SERVICE_DEPENDENCY_DELETED 1075L + +// +// MessageId: ERROR_BOOT_ALREADY_ACCEPTED +// +// MessageText: +// +// The current boot has already been accepted for use as the +// last-known-good control set. +// +#define ERROR_BOOT_ALREADY_ACCEPTED 1076L + +// // MessageId: ERROR_END_OF_MEDIA // // MessageText: @@ -2721,6 +2739,96 @@ Notes: // #define ERROR_EXTENDED_ERROR 1208L +// +// MessageId: ERROR_INVALID_GROUPNAME +// +// MessageText: +// +// The format of the specified group name is invalid. +// +#define ERROR_INVALID_GROUPNAME 1209L + +// +// MessageId: ERROR_INVALID_COMPUTERNAME +// +// MessageText: +// +// The format of the specified computer name is invalid. +// +#define ERROR_INVALID_COMPUTERNAME 1210L + +// +// MessageId: ERROR_INVALID_EVENTNAME +// +// MessageText: +// +// The format of the specified event name is invalid. +// +#define ERROR_INVALID_EVENTNAME 1211L + +// +// MessageId: ERROR_INVALID_DOMAINNAME +// +// MessageText: +// +// The format of the specified domain name is invalid. +// +#define ERROR_INVALID_DOMAINNAME 1212L + +// +// MessageId: ERROR_INVALID_SERVICENAME +// +// MessageText: +// +// The format of the specified service name is invalid. +// +#define ERROR_INVALID_SERVICENAME 1213L + +// +// MessageId: ERROR_INVALID_NETNAME +// +// MessageText: +// +// The format of the specified network name is invalid. +// +#define ERROR_INVALID_NETNAME 1214L + +// +// MessageId: ERROR_INVALID_SHARENAME +// +// MessageText: +// +// The format of the specified share name is invalid. +// +#define ERROR_INVALID_SHARENAME 1215L + +// +// MessageId: ERROR_INVALID_PASSWORDNAME +// +// MessageText: +// +// The format of the specified password is invalid. +// +#define ERROR_INVALID_PASSWORDNAME 1216L + +// +// MessageId: ERROR_INVALID_MESSAGENAME +// +// MessageText: +// +// The format of the specified message name is invalid. +// +#define ERROR_INVALID_MESSAGENAME 1217L + +// +// MessageId: ERROR_INVALID_MESSAGEDEST +// +// MessageText: +// +// The format of the specified message destination is invalid. +// +#define ERROR_INVALID_MESSAGEDEST 1218L + @@ -3505,7 +3613,7 @@ Notes: // // MessageText: // -// The specified account name is not a member of the alias. +// The specified account name is already a member of the alias. // #define ERROR_MEMBER_IN_ALIAS 1378L @@ -4039,13 +4147,13 @@ Notes: #define ERROR_SCREEN_ALREADY_LOCKED 1440L // -// MessageId: ERROR_HWNDS_HAVE_DIFFERENT_PARENT +// MessageId: ERROR_HWNDS_HAVE_DIFF_PARENT // // MessageText: // // All DeferWindowPos() HWNDs must have same parent. // -#define ERROR_HWNDS_HAVE_DIFFERENT_PARENT 1441L +#define ERROR_HWNDS_HAVE_DIFF_PARENT 1441L // // MessageId: ERROR_NOT_CHILD_WINDOW @@ -4135,10 +4243,19 @@ Notes: // // MessageText: // -// One of the Eventlog logfiles has been corrupted. +// The Eventlog logfile %1 is corrupt. // #define ERROR_EVENTLOG_FILE_CORRUPT 1500L +// +// MessageId: ERROR_EVENTLOG_CANT_START +// +// MessageText: +// +// No Eventlog log file could be opened. The Eventlog service did not start. +// +#define ERROR_EVENTLOG_CANT_START 1501L + // End of eventlog error codes @@ -4925,4 +5042,187 @@ Notes: // #define ERROR_UNRECOGNIZED_MEDIA 1785L +// +// MessageId: ERROR_NO_TRUST_LSA_SECRET +// +// MessageText: +// +// The workstation does not have a trust secret. +// +#define ERROR_NO_TRUST_LSA_SECRET 1786L + +// +// MessageId: ERROR_NO_TRUST_SAM_ACCOUNT +// +// MessageText: +// +// The domain controller does not have an account for this workstation. +// +#define ERROR_NO_TRUST_SAM_ACCOUNT 1787L + +// +// MessageId: ERROR_TRUSTED_DOMAIN_FAILURE +// +// MessageText: +// +// The trust relationship between the primary domain and the trusted +// domain failed. +// +#define ERROR_TRUSTED_DOMAIN_FAILURE 1788L + +// +// MessageId: ERROR_TRUSTED_RELATIONSHIP_FAILURE +// +// MessageText: +// +// The trust relationship between this workstation and the primary +// domain failed. +// +#define ERROR_TRUSTED_RELATIONSHIP_FAILURE 1789L + +// +// MessageId: ERROR_TRUST_FAILURE +// +// MessageText: +// +// The network logon failed. This may be due the validation authority can't +// be reached +// +#define ERROR_TRUST_FAILURE 1790L + +// +// MessageId: RPC_S_CALL_IN_PROGRESS +// +// MessageText: +// +// A remote procedure call is already in progress for this thread. +// +#define RPC_S_CALL_IN_PROGRESS 1791L + +// +// MessageId: ERROR_NETLOGON_NOT_STARTED +// +// MessageText: +// +// An attempt was made to logon, but the netlogon service was not started. +// +#define ERROR_NETLOGON_NOT_STARTED 1792L + +// +// MessageId: ERROR_ACCOUNT_EXPIRED +// +// MessageText: +// +// The user's account has expired. +// +#define ERROR_ACCOUNT_EXPIRED 1793L + +// +// MessageId: ERROR_REDIRECTOR_HAS_OPEN_HANDLES +// +// MessageText: +// +// The redirector is in use and cannot be unloaded. +// +#define ERROR_REDIRECTOR_HAS_OPEN_HANDLES 1794L + +// +// MessageId: ERROR_PRINTER_DRIVER_ALREADY_INSTALLED +// +// MessageText: +// +// The specified Printer Driver is already installed. +// +#define ERROR_PRINTER_DRIVER_ALREADY_INSTALLED 1795L + +// +// MessageId: ERROR_UNKNOWN_PORT +// +// MessageText: +// +// The specified Port is unknown. +// +#define ERROR_UNKNOWN_PORT 1796L + +// +// MessageId: ERROR_UNKNOWN_PRINTER_DRIVER +// +// MessageText: +// +// The Printer Driver is unknown. +// +#define ERROR_UNKNOWN_PRINTER_DRIVER 1797L + +// +// MessageId: ERROR_UNKNOWN_PRINTPROCESSOR +// +// MessageText: +// +// The Print Processor is unknown. +// +#define ERROR_UNKNOWN_PRINTPROCESSOR 1798L + +// +// MessageId: ERROR_INVALID_SEPARATOR_FILE +// +// MessageText: +// +// The specified separator file is invalid. +// +#define ERROR_INVALID_SEPARATOR_FILE 1799L + +// +// MessageId: ERROR_INVALID_PRIORITY +// +// MessageText: +// +// The specified Priority is invalid. +// +#define ERROR_INVALID_PRIORITY 1800L + +// +// MessageId: ERROR_INVALID_PRINTER_NAME +// +// MessageText: +// +// The Printer Name is invalid. +// +#define ERROR_INVALID_PRINTER_NAME 1801L + +// +// MessageId: ERROR_PRINTER_ALREADY_EXISTS +// +// MessageText: +// +// The Printer already exists. +// +#define ERROR_PRINTER_ALREADY_EXISTS 1802L + +// +// MessageId: ERROR_INVALID_PRINTER_COMMAND +// +// MessageText: +// +// The Printer Command is invalid. +// +#define ERROR_INVALID_PRINTER_COMMAND 1803L + +// +// MessageId: ERROR_INVALID_DATATYPE +// +// MessageText: +// +// The specified datatype is invalid. +// +#define ERROR_INVALID_DATATYPE 1804L + +// +// MessageId: ERROR_INVALID_ENVIRONMENT +// +// MessageText: +// +// The Environment specified is invalid. +// +#define ERROR_INVALID_ENVIRONMENT 1805L + #endif // _WINERROR_