📄 lmerrlog.h
字号:
#define NELOG_HotFix (ERRLOG_BASE + 81)
/*
* A defective sector on drive %1 has been replaced (hotfixed).
* No data was lost. You should run CHKDSK soon to restore full
* performance and replenish the volume's spare sector pool.
*
* The hotfix occurred while processing a remote request.
*/
#define NELOG_HardErr_From_Server (ERRLOG_BASE + 82)
/*
* A disk error occurred on the HPFS volume in drive %1.
* The error occurred while processing a remote request.
*/
#define NELOG_LocalSecFail1 (ERRLOG_BASE + 83)
/*
* The user accounts database (NET.ACC) is corrupted. The local security
* system is replacing the corrupted NET.ACC with the backup
* made at %1.
* Any updates made to the database after this time are lost.
*
*/
#define NELOG_LocalSecFail2 (ERRLOG_BASE + 84)
/*
* The user accounts database (NET.ACC) is missing. The local
* security system is restoring the backup database
* made at %1.
* Any updates made to the database made after this time are lost.
*
*/
#define NELOG_LocalSecFail3 (ERRLOG_BASE + 85)
/*
* Local security could not be started because the user accounts database
* (NET.ACC) was missing or corrupted, and no usable backup
* database was present.
*
* THE SYSTEM IS NOT SECURE.
*/
#define NELOG_LocalSecGeneralFail (ERRLOG_BASE + 86)
/*
* Local security could not be started because an error
* occurred during initialization. The error code returned is %1.
*
* THE SYSTEM IS NOT SECURE.
*
*/
//
// NETWKSTA.SYS specific error log messages from 90 to 99
//
#define NELOG_NetWkSta_Internal_Error (ERRLOG_BASE + 90)
/*
* A NetWksta internal error has occurred:
* %1
*/
#define NELOG_NetWkSta_No_Resource (ERRLOG_BASE + 91)
/*
* The redirector is out of a resource: %1.
*/
#define NELOG_NetWkSta_SMB_Err (ERRLOG_BASE + 92)
/*
* A server message block (SMB) error occurred on the connection to %1.
* The SMB header is the data.
*/
#define NELOG_NetWkSta_VC_Err (ERRLOG_BASE + 93)
/*
* A virtual circuit error occurred on the session to %1.
* The network control block (NCB) command and return code is the data.
*/
#define NELOG_NetWkSta_Stuck_VC_Err (ERRLOG_BASE + 94)
/*
* Hanging up a stuck session to %1.
*/
#define NELOG_NetWkSta_NCB_Err (ERRLOG_BASE + 95)
/*
* A network control block (NCB) error occurred (%1).
* The NCB is the data.
*/
#define NELOG_NetWkSta_Write_Behind_Err (ERRLOG_BASE + 96)
/*
* A write operation to %1 failed.
* Data may have been lost.
*/
#define NELOG_NetWkSta_Reset_Err (ERRLOG_BASE + 97)
/*
* Reset of driver %1 failed to complete the network control block (NCB).
* The NCB is the data.
*/
#define NELOG_NetWkSta_Too_Many (ERRLOG_BASE + 98)
/*
* The amount of resource %1 requested was more
* than the maximum. The maximum amount was allocated.
*/
//
// Spooler specific error log messages from 100 to 103
//
#define NELOG_Srv_Thread_Failure (ERRLOG_BASE + 104)
/*
* The server could not create a thread.
* The THREADS parameter in the CONFIG.SYS file should be increased.
*/
#define NELOG_Srv_Close_Failure (ERRLOG_BASE + 105)
/*
* The server could not close %1.
* The file is probably corrupted.
*/
#define NELOG_ReplUserCurDir (ERRLOG_BASE + 106)
/*
*The replicator cannot update directory %1. It has tree integrity
* and is the current directory for some process.
*/
#define NELOG_ReplCannotMasterDir (ERRLOG_BASE + 107)
/*
*The server cannot export directory %1 to client %2.
* It is exported from another server.
*/
#define NELOG_ReplUpdateError (ERRLOG_BASE + 108)
/*
*The replication server could not update directory %2 from the source
* on %3 due to error %1.
*/
#define NELOG_ReplLostMaster (ERRLOG_BASE + 109)
/*
*Master %1 did not send an update notice for directory %2 at the expected
* time.
*/
#define NELOG_NetlogonAuthDCFail (ERRLOG_BASE + 110)
/*
*Failed to authenticate with %2, a Windows NT domain controller for domain %1.
*/
#define NELOG_ReplLogonFailed (ERRLOG_BASE + 111)
/*
*The replicator attempted to log on at %2 as %1 and failed.
*/
#define NELOG_ReplNetErr (ERRLOG_BASE + 112)
/*
* Network error %1 occurred.
*/
#define NELOG_ReplMaxFiles (ERRLOG_BASE + 113)
/*
* Replicator limit for files in a directory has been exceeded.
*/
#define NELOG_ReplMaxTreeDepth (ERRLOG_BASE + 114)
/*
* Replicator limit for tree depth has been exceeded.
*/
#define NELOG_ReplBadMsg (ERRLOG_BASE + 115)
/*
* Unrecognized message received in mailslot.
*/
#define NELOG_ReplSysErr (ERRLOG_BASE + 116)
/*
* System error %1 occurred.
*/
#define NELOG_ReplUserLoged (ERRLOG_BASE + 117)
/*
* Cannot log on. User is currently logged on and argument TRYUSER
* is set to NO.
*/
#define NELOG_ReplBadImport (ERRLOG_BASE + 118)
/*
* IMPORT path %1 cannot be found.
*/
#define NELOG_ReplBadExport (ERRLOG_BASE + 119)
/*
* EXPORT path %1 cannot be found.
*/
#define NELOG_ReplSignalFileErr (ERRLOG_BASE + 120)
/*
* Replicator failed to update signal file in directory %2 due to
* %1 system error.
*/
#define NELOG_DiskFT (ERRLOG_BASE+121)
/*
* Disk Fault Tolerance Error
*
* %1
*/
#define NELOG_ReplAccessDenied (ERRLOG_BASE + 122)
/*
* Replicator could not access %2
* on %3 due to system error %1.
*/
#define NELOG_NetlogonFailedPrimary (ERRLOG_BASE + 123)
/*
*The primary domain controller for domain %1 has apparently failed.
*/
#define NELOG_NetlogonPasswdSetFailed (ERRLOG_BASE + 124)
/*
* Changing machine account password for account %1 failed with
* the following error: %n%2
*/
#define NELOG_NetlogonTrackingError (ERRLOG_BASE + 125)
/*
*An error occurred while updating the logon or logoff information for %1.
*/
#define NELOG_NetlogonSyncError (ERRLOG_BASE + 126)
/*
*An error occurred while synchronizing with primary domain controller %1
*/
//
// UPS service specific error log messages from 130 to 135
//
#define NELOG_UPS_PowerOut (ERRLOG_BASE + 130)
/*
* A power failure was detected at the server.
*/
#define NELOG_UPS_Shutdown (ERRLOG_BASE + 131)
/*
* The UPS service performed server shut down.
*/
#define NELOG_UPS_CmdFileError (ERRLOG_BASE + 132)
/*
* The UPS service did not complete execution of the
* user specified shut down command file.
*/
#define NELOG_UPS_CannotOpenDriver (ERRLOG_BASE+133)
/*
* The UPS driver could not be opened. The error code is
* the data.
*/
#define NELOG_UPS_PowerBack (ERRLOG_BASE + 134)
/*
* Power has been restored.
*/
#define NELOG_UPS_CmdFileConfig (ERRLOG_BASE + 135)
/*
* There is a problem with a configuration of user specified
* shut down command file.
*/
#define NELOG_UPS_CmdFileExec (ERRLOG_BASE + 136)
/*
* The UPS service failed to execute a user specified shutdown
* command file %1. The error code is the data.
*/
//
// Remoteboot server specific error log messages are from 150 to 157
//
#define NELOG_Missing_Parameter (ERRLOG_BASE + 150)
/*
* Initialization failed because of an invalid or missing
* parameter in the configuration file %1.
*/
#define NELOG_Invalid_Config_Line (ERRLOG_BASE + 151)
/*
* Initialization failed because of an invalid line in the
* configuration file %1. The invalid line is the data.
*/
#define NELOG_Invalid_Config_File (ERRLOG_BASE + 152)
/*
* Initialization failed because of an error in the configuration
* file %1.
*/
#define NELOG_File_Changed (ERRLOG_BASE + 153)
/*
* The file %1 has been changed after initialization.
* The boot-block loading was temporarily terminated.
*/
#define NELOG_Files_Dont_Fit (ERRLOG_BASE + 154)
/*
* The files do not fit to the boot-block configuration
* file %1. Change the BASE and ORG definitions or the order
* of the files.
*/
#define NELOG_Wrong_DLL_Version (ERRLOG_BASE + 155)
/*
* Initialization failed because the dynamic-link
* library %1 returned an incorrect version number.
*/
#define NELOG_Error_in_DLL (ERRLOG_BASE + 156)
/*
* There was an unrecoverable error in the dynamic-
* link library of the service.
*/
#define NELOG_System_Error (ERRLOG_BASE + 157)
/*
* The system returned an unexpected error code.
* The error code is the data.
*/
#define NELOG_FT_ErrLog_Too_Large (ERRLOG_BASE + 158)
/*
* The fault-tolerance error log file, LANROOT\LOGS\FT.LOG,
* is more than 64K.
*/
#define NELOG_FT_Update_In_Progress (ERRLOG_BASE + 159)
/*
* The fault-tolerance error-log file, LANROOT\LOGS\FT.LOG, had the
* update in progress bit set upon opening, which means that the
* system crashed while working on the error log.
*/
//
// Microsoft has created a generic error log entry for OEMs to use to
// log errors from OEM value added services. The code, which is the
// 2nd arg to NetErrorLogWrite, is 3299. This value is manifest in
// NET/H/ERRLOG.H as NELOG_OEM_Code. The text for error log entry
// NELOG_OEM_Code is: "%1 %2 %3 %4 %5 %6 %7 %8 %9.".
//
// Microsoft suggests that OEMs use the insertion strings as follows:
// %1: OEM System Name (e.g. 3+Open)
// %2: OEM Service Name (e.g. 3+Mail)
// %3: Severity level (e.g. error, warning, etc.)
// %4: OEM error log entry sub-identifier (e.g. error code #)
// %5 - % 9: Text.
//
// The call to NetErrorWrite must set nstrings = 9, and provide 9
// ASCIIZ strings. If the caller does not have 9 insertion strings,
// provide null strings for the empty insertion strings.
//
#define NELOG_OEM_Code (ERRLOG_BASE + 199)
/*
* %1 %2 %3 %4 %5 %6 %7 %8 %9.
*/
//
// another error log range defined for NT Lanman.
//
#define ERRLOG2_BASE 5700 /* New NT NELOG errors start here */
#define NELOG_NetlogonSSIInitError (ERRLOG2_BASE + 0)
/*
* The Netlogon service could not initialize the replication data
* structures successfully. The service was terminated. The following
* error occurred: %n%1
*/
#define NELOG_NetlogonFailedToUpdateTrustList (ERRLOG2_BASE + 1)
/*
* The Netlogon service failed to update the domain trust list. The
* following error occurred: %n%1
*/
#define NELOG_NetlogonFailedToAddRpcInterface (ERRLOG2_BASE + 2)
/*
* The Netlogon service could not add the RPC interface. The
* service was terminated. The following error occurred: %n%1
*/
#define NELOG_NetlogonFailedToReadMailslot (ERRLOG2_BASE + 3)
/*
* The Netlogon service could not read a mailslot message from %1 due
* to the following error: %n%2
*/
#define NELOG_NetlogonFailedToRegisterSC (ERRLOG2_BASE + 4)
/*
* The Netlogon service failed to register the service with the
* service controller. The service was terminated. The following
* error occurred: %n%1
*/
#define NELOG_NetlogonChangeLogCorrupt (ERRLOG2_BASE + 5)
/*
* The change log cache maintained by the Netlogon service for
* database changes is corrupted. The Netlogon service is resetting
* the change log.
*/
#define NELOG_NetlogonFailedToCreateShare (ERRLOG2_BASE + 6)
/*
* The Netlogon service could not create server share %1. The following
* error occurred: %n%2
*/
#define NELOG_NetlogonDownLevelLogonFailed (ERRLOG2_BASE + 7)
/*
* The down-level logon request for the user %1 from %2 failed.
*/
#define NELOG_NetlogonDownLevelLogoffFailed (ERRLOG2_BASE + 8)
/*
* The down-level logoff request for the user %1 from %2 failed.
*/
#define NELOG_NetlogonNTLogonFailed (ERRLOG2_BASE + 9)
/*
* The Windows NT %1 logon request for the user %2\%3 from %4 (via %5)
* failed.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -