📄 lmerr.int
字号:
{$EXTERNALSYM NERR_MaxLenExceeded}
// UNUSED BASE+255
NERR_BadComponent = (NERR_BASE+256); // This path component is invalid.
{$EXTERNALSYM NERR_BadComponent}
NERR_CantType = (NERR_BASE+257); // Could not determine the type of input.
{$EXTERNALSYM NERR_CantType}
// UNUSED BASE+258
// UNUSED BASE+259
NERR_TooManyEntries = (NERR_BASE+262); // The buffer for types is not big enough.
{$EXTERNALSYM NERR_TooManyEntries}
//
// NetProfile
// Error codes BASE+270 to BASE+276
NERR_ProfileFileTooBig = (NERR_BASE+270); // Profile files cannot exceed 64K.
{$EXTERNALSYM NERR_ProfileFileTooBig}
NERR_ProfileOffset = (NERR_BASE+271); // The start offset is out of range.
{$EXTERNALSYM NERR_ProfileOffset}
NERR_ProfileCleanup = (NERR_BASE+272); // The system cannot delete current connections to network resources.
{$EXTERNALSYM NERR_ProfileCleanup}
NERR_ProfileUnknownCmd = (NERR_BASE+273); // The system was unable to parse the command line in this file.
{$EXTERNALSYM NERR_ProfileUnknownCmd}
NERR_ProfileLoadErr = (NERR_BASE+274); // An error occurred while loading the profile file.
{$EXTERNALSYM NERR_ProfileLoadErr}
NERR_ProfileSaveErr = (NERR_BASE+275); // @W Errors occurred while saving the profile file. The profile was partially saved.
{$EXTERNALSYM NERR_ProfileSaveErr}
//
// NetAudit and NetErrorLog
// Error codes BASE+277 to BASE+279
NERR_LogOverflow = (NERR_BASE+277); // Log file %1 is full.
{$EXTERNALSYM NERR_LogOverflow}
NERR_LogFileChanged = (NERR_BASE+278); // This log file has changed between reads.
{$EXTERNALSYM NERR_LogFileChanged}
NERR_LogFileCorrupt = (NERR_BASE+279); // Log file %1 is corrupt.
{$EXTERNALSYM NERR_LogFileCorrupt}
//
// NetRemote
// Error codes BASE+280 to BASE+299
NERR_SourceIsDir = (NERR_BASE+280); // The source path cannot be a directory.
{$EXTERNALSYM NERR_SourceIsDir}
NERR_BadSource = (NERR_BASE+281); // The source path is illegal.
{$EXTERNALSYM NERR_BadSource}
NERR_BadDest = (NERR_BASE+282); // The destination path is illegal.
{$EXTERNALSYM NERR_BadDest}
NERR_DifferentServers = (NERR_BASE+283); // The source and destination paths are on different servers.
{$EXTERNALSYM NERR_DifferentServers}
// UNUSED BASE+284
NERR_RunSrvPaused = (NERR_BASE+285); // The Run server you requested is paused.
{$EXTERNALSYM NERR_RunSrvPaused}
// UNUSED BASE+286
// UNUSED BASE+287
// UNUSED BASE+288
NERR_ErrCommRunSrv = (NERR_BASE+289); // An error occurred when communicating with a Run server.
{$EXTERNALSYM NERR_ErrCommRunSrv}
// UNUSED BASE+290
NERR_ErrorExecingGhost = (NERR_BASE+291); // An error occurred when starting a background process.
{$EXTERNALSYM NERR_ErrorExecingGhost}
NERR_ShareNotFound = (NERR_BASE+292); // The shared resource you are connected to could not be found.
{$EXTERNALSYM NERR_ShareNotFound}
// UNUSED BASE+293
// UNUSED BASE+294
//
// NetWksta.sys (redir) returned error codes.
//
// NERR_BASE + (300-329)
NERR_InvalidLana = (NERR_BASE+300); // The LAN adapter number is invalid.
{$EXTERNALSYM NERR_InvalidLana}
NERR_OpenFiles = (NERR_BASE+301); // There are open files on the connection.
{$EXTERNALSYM NERR_OpenFiles}
NERR_ActiveConns = (NERR_BASE+302); // Active connections still exist.
{$EXTERNALSYM NERR_ActiveConns}
NERR_BadPasswordCore = (NERR_BASE+303); // This share name or password is invalid.
{$EXTERNALSYM NERR_BadPasswordCore}
NERR_DevInUse = (NERR_BASE+304); // The device is being accessed by an active process.
{$EXTERNALSYM NERR_DevInUse}
NERR_LocalDrive = (NERR_BASE+305); // The drive letter is in use locally.
{$EXTERNALSYM NERR_LocalDrive}
//
// Alert error codes.
//
// NERR_BASE + (330-339)
NERR_AlertExists = (NERR_BASE+330); // The specified client is already registered for the specified event.
{$EXTERNALSYM NERR_AlertExists}
NERR_TooManyAlerts = (NERR_BASE+331); // The alert table is full.
{$EXTERNALSYM NERR_TooManyAlerts}
NERR_NoSuchAlert = (NERR_BASE+332); // An invalid or nonexistent alert name was raised.
{$EXTERNALSYM NERR_NoSuchAlert}
NERR_BadRecipient = (NERR_BASE+333); // The alert recipient is invalid.
{$EXTERNALSYM NERR_BadRecipient}
NERR_AcctLimitExceeded = (NERR_BASE+334); // A user's session with this server has been deleted
{$EXTERNALSYM NERR_AcctLimitExceeded}
// because the user's logon hours are no longer valid.
//
// Additional Error and Audit log codes.
//
// NERR_BASE +(340-343)
NERR_InvalidLogSeek = (NERR_BASE+340); // The log file does not contain the requested record number.
{$EXTERNALSYM NERR_InvalidLogSeek}
// UNUSED BASE+341
// UNUSED BASE+342
// UNUSED BASE+343
//
// Additional UAS and NETLOGON codes
//
// NERR_BASE +(350-359)
NERR_BadUasConfig = (NERR_BASE+350); // The user accounts database is not configured correctly.
{$EXTERNALSYM NERR_BadUasConfig}
NERR_InvalidUASOp = (NERR_BASE+351); // This operation is not permitted when the Netlogon service is running.
{$EXTERNALSYM NERR_InvalidUASOp}
NERR_LastAdmin = (NERR_BASE+352); // This operation is not allowed on the last administrative account.
{$EXTERNALSYM NERR_LastAdmin}
NERR_DCNotFound = (NERR_BASE+353); // Could not find domain controller for this domain.
{$EXTERNALSYM NERR_DCNotFound}
NERR_LogonTrackingError = (NERR_BASE+354); // Could not set logon information for this user.
{$EXTERNALSYM NERR_LogonTrackingError}
NERR_NetlogonNotStarted = (NERR_BASE+355); // The Netlogon service has not been started.
{$EXTERNALSYM NERR_NetlogonNotStarted}
NERR_CanNotGrowUASFile = (NERR_BASE+356); // Unable to add to the user accounts database.
{$EXTERNALSYM NERR_CanNotGrowUASFile}
NERR_TimeDiffAtDC = (NERR_BASE+357); // This server's clock is not synchronized with the primary domain controller's clock.
{$EXTERNALSYM NERR_TimeDiffAtDC}
NERR_PasswordMismatch = (NERR_BASE+358); // A password mismatch has been detected.
{$EXTERNALSYM NERR_PasswordMismatch}
//
// Server Integration error codes.
//
// NERR_BASE +(360-369)
NERR_NoSuchServer = (NERR_BASE+360); // The server identification does not specify a valid server.
{$EXTERNALSYM NERR_NoSuchServer}
NERR_NoSuchSession = (NERR_BASE+361); // The session identification does not specify a valid session.
{$EXTERNALSYM NERR_NoSuchSession}
NERR_NoSuchConnection = (NERR_BASE+362); // The connection identification does not specify a valid connection.
{$EXTERNALSYM NERR_NoSuchConnection}
NERR_TooManyServers = (NERR_BASE+363); // There is no space for another entry in the table of available servers.
{$EXTERNALSYM NERR_TooManyServers}
NERR_TooManySessions = (NERR_BASE+364); // The server has reached the maximum number of sessions it supports.
{$EXTERNALSYM NERR_TooManySessions}
NERR_TooManyConnections = (NERR_BASE+365); // The server has reached the maximum number of connections it supports.
{$EXTERNALSYM NERR_TooManyConnections}
NERR_TooManyFiles = (NERR_BASE+366); // The server cannot open more files because it has reached its maximum number.
{$EXTERNALSYM NERR_TooManyFiles}
NERR_NoAlternateServers = (NERR_BASE+367); // There are no alternate servers registered on this server.
{$EXTERNALSYM NERR_NoAlternateServers}
// UNUSED BASE+368
// UNUSED BASE+369
NERR_TryDownLevel = (NERR_BASE+370); // Try down-level (remote admin protocol) version of API instead.
{$EXTERNALSYM NERR_TryDownLevel}
//
// UPS error codes.
//
// NERR_BASE + (380-384)
NERR_UPSDriverNotStarted = (NERR_BASE+380); // The UPS driver could not be accessed by the UPS service.
{$EXTERNALSYM NERR_UPSDriverNotStarted}
NERR_UPSInvalidConfig = (NERR_BASE+381); // The UPS service is not configured correctly.
{$EXTERNALSYM NERR_UPSInvalidConfig}
NERR_UPSInvalidCommPort = (NERR_BASE+382); // The UPS service could not access the specified Comm Port.
{$EXTERNALSYM NERR_UPSInvalidCommPort}
NERR_UPSSignalAsserted = (NERR_BASE+383); // The UPS indicated a line fail or low battery situation. Service not started.
{$EXTERNALSYM NERR_UPSSignalAsserted}
NERR_UPSShutdownFailed = (NERR_BASE+384); // The UPS service failed to perform a system shut down.
{$EXTERNALSYM NERR_UPSShutdownFailed}
//
// Remoteboot error codes.
//
// NERR_BASE + (400-419)
// Error codes 400 - 405 are used by RPLBOOT.SYS.
// Error codes 403, 407 - 416 are used by RPLLOADR.COM,
// Error code 417 is the alerter message of REMOTEBOOT (RPLSERVR.EXE).
// Error code 418 is for when REMOTEBOOT can't start
// Error code 419 is for a disallowed 2nd rpl connection
//
NERR_BadDosRetCode = (NERR_BASE+400); // The program below returned an MS-DOS error code:
{$EXTERNALSYM NERR_BadDosRetCode}
NERR_ProgNeedsExtraMem = (NERR_BASE+401); // The program below needs more memory:
{$EXTERNALSYM NERR_ProgNeedsExtraMem}
NERR_BadDosFunction = (NERR_BASE+402); // The program below called an unsupported MS-DOS function:
{$EXTERNALSYM NERR_BadDosFunction}
NERR_RemoteBootFailed = (NERR_BASE+403); // The workstation failed to boot.
{$EXTERNALSYM NERR_RemoteBootFailed}
NERR_BadFileCheckSum = (NERR_BASE+404); // The file below is corrupt.
{$EXTERNALSYM NERR_BadFileCheckSum}
NERR_NoRplBootSystem = (NERR_BASE+405); // No loader is specified in the boot-block definition file.
{$EXTERNALSYM NERR_NoRplBootSystem}
NERR_RplLoadrNetBiosErr = (NERR_BASE+406); // NetBIOS returned an error: The NCB and SMB are dumped above.
{$EXTERNALSYM NERR_RplLoadrNetBiosErr}
NERR_RplLoadrDiskErr = (NERR_BASE+407); // A disk I/O error occurred.
{$EXTERNALSYM NERR_RplLoadrDiskErr}
NERR_ImageParamErr = (NERR_BASE+408); // Image parameter substitution failed.
{$EXTERNALSYM NERR_ImageParamErr}
NERR_TooManyImageParams = (NERR_BASE+409); // Too many image parameters cross disk sector boundaries.
{$EXTERNALSYM NERR_TooManyImageParams}
NERR_NonDosFloppyUsed = (NERR_BASE+410); // The image was not generated from an MS-DOS diskette formatted with /S.
{$EXTERNALSYM NERR_NonDosFloppyUsed}
NERR_RplBootRestart = (NERR_BASE+411); // Remote boot will be restarted later.
{$EXTERNALSYM NERR_RplBootRestart}
NERR_RplSrvrCallFailed = (NERR_BASE+412); // The call to the Remoteboot server failed.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -