📄 lmerr.int
字号:
{$EXTERNALSYM NERR_RplSrvrCallFailed}
NERR_CantConnectRplSrvr = (NERR_BASE+413); // Cannot connect to the Remoteboot server.
{$EXTERNALSYM NERR_CantConnectRplSrvr}
NERR_CantOpenImageFile = (NERR_BASE+414); // Cannot open image file on the Remoteboot server.
{$EXTERNALSYM NERR_CantOpenImageFile}
NERR_CallingRplSrvr = (NERR_BASE+415); // Connecting to the Remoteboot server...
{$EXTERNALSYM NERR_CallingRplSrvr}
NERR_StartingRplBoot = (NERR_BASE+416); // Connecting to the Remoteboot server...
{$EXTERNALSYM NERR_StartingRplBoot}
NERR_RplBootServiceTerm = (NERR_BASE+417); // Remote boot service was stopped; check the error log for the cause of the problem.
{$EXTERNALSYM NERR_RplBootServiceTerm}
NERR_RplBootStartFailed = (NERR_BASE+418); // Remote boot startup failed; check the error log for the cause of the problem.
{$EXTERNALSYM NERR_RplBootStartFailed}
NERR_RPL_CONNECTED = (NERR_BASE+419); // A second connection to a Remoteboot resource is not allowed.
{$EXTERNALSYM NERR_RPL_CONNECTED}
//
// FTADMIN API error codes
//
// NERR_BASE + (425-434)
//
// (Currently not used in NT)
//
//
// Browser service API error codes
//
// NERR_BASE + (450-475)
//
NERR_BrowserConfiguredToNotRun = (NERR_BASE+450); // The browser service was configured with MaintainServerList=No.
{$EXTERNALSYM NERR_BrowserConfiguredToNotRun}
//
// Additional Remoteboot error codes.
//
// NERR_BASE + (510-550)
NERR_RplNoAdaptersStarted = (NERR_BASE+510); // Service failed to start since none of the network adapters started with this service.
{$EXTERNALSYM NERR_RplNoAdaptersStarted}
NERR_RplBadRegistry = (NERR_BASE+511); // Service failed to start due to bad startup information in the registry.
{$EXTERNALSYM NERR_RplBadRegistry}
NERR_RplBadDatabase = (NERR_BASE+512); // Service failed to start because its database is absent or corrupt.
{$EXTERNALSYM NERR_RplBadDatabase}
NERR_RplRplfilesShare = (NERR_BASE+513); // Service failed to start because RPLFILES share is absent.
{$EXTERNALSYM NERR_RplRplfilesShare}
NERR_RplNotRplServer = (NERR_BASE+514); // Service failed to start because RPLUSER group is absent.
{$EXTERNALSYM NERR_RplNotRplServer}
NERR_RplCannotEnum = (NERR_BASE+515); // Cannot enumerate service records.
{$EXTERNALSYM NERR_RplCannotEnum}
NERR_RplWkstaInfoCorrupted = (NERR_BASE+516); // Workstation record information has been corrupted.
{$EXTERNALSYM NERR_RplWkstaInfoCorrupted}
NERR_RplWkstaNotFound = (NERR_BASE+517); // Workstation record was not found.
{$EXTERNALSYM NERR_RplWkstaNotFound}
NERR_RplWkstaNameUnavailable = (NERR_BASE+518); // Workstation name is in use by some other workstation.
{$EXTERNALSYM NERR_RplWkstaNameUnavailable}
NERR_RplProfileInfoCorrupted = (NERR_BASE+519); // Profile record information has been corrupted.
{$EXTERNALSYM NERR_RplProfileInfoCorrupted}
NERR_RplProfileNotFound = (NERR_BASE+520); // Profile record was not found.
{$EXTERNALSYM NERR_RplProfileNotFound}
NERR_RplProfileNameUnavailable = (NERR_BASE+521); // Profile name is in use by some other profile.
{$EXTERNALSYM NERR_RplProfileNameUnavailable}
NERR_RplProfileNotEmpty = (NERR_BASE+522); // There are workstations using this profile.
{$EXTERNALSYM NERR_RplProfileNotEmpty}
NERR_RplConfigInfoCorrupted = (NERR_BASE+523); // Configuration record information has been corrupted.
{$EXTERNALSYM NERR_RplConfigInfoCorrupted}
NERR_RplConfigNotFound = (NERR_BASE+524); // Configuration record was not found.
{$EXTERNALSYM NERR_RplConfigNotFound}
NERR_RplAdapterInfoCorrupted = (NERR_BASE+525); // Adapter id record information has been corrupted.
{$EXTERNALSYM NERR_RplAdapterInfoCorrupted}
NERR_RplInternal = (NERR_BASE+526); // An internal service error has occurred.
{$EXTERNALSYM NERR_RplInternal}
NERR_RplVendorInfoCorrupted = (NERR_BASE+527); // Vendor id record information has been corrupted.
{$EXTERNALSYM NERR_RplVendorInfoCorrupted}
NERR_RplBootInfoCorrupted = (NERR_BASE+528); // Boot block record information has been corrupted.
{$EXTERNALSYM NERR_RplBootInfoCorrupted}
NERR_RplWkstaNeedsUserAcct = (NERR_BASE+529); // The user account for this workstation record is missing.
{$EXTERNALSYM NERR_RplWkstaNeedsUserAcct}
NERR_RplNeedsRPLUSERAcct = (NERR_BASE+530); // The RPLUSER local group could not be found.
{$EXTERNALSYM NERR_RplNeedsRPLUSERAcct}
NERR_RplBootNotFound = (NERR_BASE+531); // Boot block record was not found.
{$EXTERNALSYM NERR_RplBootNotFound}
NERR_RplIncompatibleProfile = (NERR_BASE+532); // Chosen profile is incompatible with this workstation.
{$EXTERNALSYM NERR_RplIncompatibleProfile}
NERR_RplAdapterNameUnavailable = (NERR_BASE+533); // Chosen network adapter id is in use by some other workstation.
{$EXTERNALSYM NERR_RplAdapterNameUnavailable}
NERR_RplConfigNotEmpty = (NERR_BASE+534); // There are profiles using this configuration.
{$EXTERNALSYM NERR_RplConfigNotEmpty}
NERR_RplBootInUse = (NERR_BASE+535); // There are workstations, profiles or configurations using this boot block.
{$EXTERNALSYM NERR_RplBootInUse}
NERR_RplBackupDatabase = (NERR_BASE+536); // Service failed to backup Remoteboot database.
{$EXTERNALSYM NERR_RplBackupDatabase}
NERR_RplAdapterNotFound = (NERR_BASE+537); // Adapter record was not found.
{$EXTERNALSYM NERR_RplAdapterNotFound}
NERR_RplVendorNotFound = (NERR_BASE+538); // Vendor record was not found.
{$EXTERNALSYM NERR_RplVendorNotFound}
NERR_RplVendorNameUnavailable = (NERR_BASE+539); // Vendor name is in use by some other vendor record.
{$EXTERNALSYM NERR_RplVendorNameUnavailable}
NERR_RplBootNameUnavailable = (NERR_BASE+540); // (boot name, vendor id) is in use by some other boot block record.
{$EXTERNALSYM NERR_RplBootNameUnavailable}
NERR_RplConfigNameUnavailable = (NERR_BASE+541); // Configuration name is in use by some other configuration.
{$EXTERNALSYM NERR_RplConfigNameUnavailable}
//*INTERNAL_ONLY*
//
// Dfs API error codes.
//
// NERR_BASE + (560-590)
NERR_DfsInternalCorruption = (NERR_BASE+560); // The internal database maintained by the DFS service is corrupt
{$EXTERNALSYM NERR_DfsInternalCorruption}
NERR_DfsVolumeDataCorrupt = (NERR_BASE+561); // One of the records in the internal DFS database is corrupt
{$EXTERNALSYM NERR_DfsVolumeDataCorrupt}
NERR_DfsNoSuchVolume = (NERR_BASE+562); // There is no DFS name whose entry path matches the input Entry Path
{$EXTERNALSYM NERR_DfsNoSuchVolume}
NERR_DfsVolumeAlreadyExists = (NERR_BASE+563); // A root or link with the given name already exists
{$EXTERNALSYM NERR_DfsVolumeAlreadyExists}
NERR_DfsAlreadyShared = (NERR_BASE+564); // The server share specified is already shared in the DFS
{$EXTERNALSYM NERR_DfsAlreadyShared}
NERR_DfsNoSuchShare = (NERR_BASE+565); // The indicated server share does not support the indicated DFS namespace
{$EXTERNALSYM NERR_DfsNoSuchShare}
NERR_DfsNotALeafVolume = (NERR_BASE+566); // The operation is not valid on this portion of the namespace
{$EXTERNALSYM NERR_DfsNotALeafVolume}
NERR_DfsLeafVolume = (NERR_BASE+567); // The operation is not valid on this portion of the namespace
{$EXTERNALSYM NERR_DfsLeafVolume}
NERR_DfsVolumeHasMultipleServers = (NERR_BASE+568); // The operation is ambiguous because the link has multiple servers
{$EXTERNALSYM NERR_DfsVolumeHasMultipleServers}
NERR_DfsCantCreateJunctionPoint = (NERR_BASE+569); // Unable to create a link
{$EXTERNALSYM NERR_DfsCantCreateJunctionPoint}
NERR_DfsServerNotDfsAware = (NERR_BASE+570); // The server is not DFS Aware
{$EXTERNALSYM NERR_DfsServerNotDfsAware}
NERR_DfsBadRenamePath = (NERR_BASE+571); // The specified rename target path is invalid
{$EXTERNALSYM NERR_DfsBadRenamePath}
NERR_DfsVolumeIsOffline = (NERR_BASE+572); // The specified DFS link is offline
{$EXTERNALSYM NERR_DfsVolumeIsOffline}
NERR_DfsNoSuchServer = (NERR_BASE+573); // The specified server is not a server for this link
{$EXTERNALSYM NERR_DfsNoSuchServer}
NERR_DfsCyclicalName = (NERR_BASE+574); // A cycle in the DFS name was detected
{$EXTERNALSYM NERR_DfsCyclicalName}
NERR_DfsNotSupportedInServerDfs = (NERR_BASE+575); // The operation is not supported on a server-based DFS
{$EXTERNALSYM NERR_DfsNotSupportedInServerDfs}
NERR_DfsDuplicateService = (NERR_BASE+576); // This link is already supported by the specified server-share
{$EXTERNALSYM NERR_DfsDuplicateService}
NERR_DfsCantRemoveLastServerShare = (NERR_BASE+577); // Can't remove the last server-share supporting this root or link
{$EXTERNALSYM NERR_DfsCantRemoveLastServerShare}
NERR_DfsVolumeIsInterDfs = (NERR_BASE+578); // The operation is not supported for an Inter-DFS link
{$EXTERNALSYM NERR_DfsVolumeIsInterDfs}
NERR_DfsInconsistent = (NERR_BASE+579); // The internal state of the DFS Service has become inconsistent
{$EXTERNALSYM NERR_DfsInconsistent}
NERR_DfsServerUpgraded = (NERR_BASE+580); // The DFS Service has been installed on the specified server
{$EXTERNALSYM NERR_DfsServerUpgraded}
NERR_DfsDataIsIdentical = (NERR_BASE+581); // The DFS data being reconciled is identical
{$EXTERNALSYM NERR_DfsDataIsIdentical}
NERR_DfsCantRemoveDfsRoot = (NERR_BASE+582); // The DFS root cannot be deleted - Uninstall DFS if required
{$EXTERNALSYM NERR_DfsCantRemoveDfsRoot}
NERR_DfsChildOrParentInDfs = (NERR_BASE+583); // A child or parent directory of the share is already in a DFS
{$EXTERNALSYM NERR_DfsChildOrParentInDfs}
NERR_DfsInternalError = (NERR_BASE+590); // DFS internal error
{$EXTERNALSYM NERR_DfsInternalError}
//
// Net setup error codes.
//
// NERR_BASE + (591-600)
NERR_SetupAlreadyJoined = (NERR_BASE+591); // This machine is already joined to a domain.
{$EXTERNALSYM NERR_SetupAlreadyJoined}
NERR_SetupNotJoined = (NERR_BASE+592); // This machine is not currently joined to a domain.
{$EXTERNALSYM NERR_SetupNotJoined}
NERR_SetupDomainController = (NERR_BASE+593); // This machine is a domain controller and cannot be unjoined from a domain.
{$EXTERNALSYM NERR_SetupDomainController}
NERR_DefaultJoinRequired = (NERR_BASE+594); // The destination domain controller does not support creating machine accounts in OUs.
{$EXTERNALSYM NERR_DefaultJoinRequired}
NERR_InvalidWorkgroupName = (NERR_BASE+595); // The specified workgroup name is invalid.
{$EXTERNALSYM NERR_InvalidWorkgroupName}
NERR_NameUsesIncompatibleCodePage = (NERR_BASE+596); // The specified computer name is incompatible with the default language used on the domain controller.
{$EXTERNALSYM NERR_NameUsesIncompatibleCodePage}
NERR_ComputerAccountNotFound = (NERR_BASE+597); // The specified computer account could not be found.
{$EXTERNALSYM NERR_ComputerAccountNotFound}
NERR_PersonalSku = (NERR_BASE+598); // This version of Windows cannot be joined to a domain.
{$EXTERNALSYM NERR_PersonalSku}
//
// Some Password and account error results
//
// NERR_BASE + (601 - 608)
//
NERR_PasswordMustChange = (NERR_BASE + 601); // Password must change at next logon
{$EXTERNALSYM NERR_PasswordMustChange}
NERR_AccountLockedOut = (NERR_BASE + 602); // Account is locked out
{$EXTERNALSYM NERR_AccountLockedOut}
NERR_PasswordTooLong = (NERR_BASE + 603); // Password is too long
{$EXTERNALSYM NERR_PasswordTooLong}
NERR_PasswordNotComplexEnough = (NERR_BASE + 604); // Password doesn't meet the complexity policy
{$EXTERNALSYM NERR_PasswordNotComplexEnough}
NERR_PasswordFilterError = (NERR_BASE + 605); // Password doesn't meet the requirements of the filter dll's
{$EXTERNALSYM NERR_PasswordFilterError}
//**********WARNING ****************
//The range 2750-2799 has been *
//allocated to the IBM LAN Server *
//*********************************
//**********WARNING ****************
//The range 2900-2999 has been *
//reserved for Microsoft OEMs *
//*********************************
//*END_INTERNAL*
MAX_NERR = (NERR_BASE+899); // This is the last error in NERR range.
{$EXTERNALSYM MAX_NERR}
//
// end of list
//
// WARNING: Do not exceed MAX_NERR; values above this are used by
// other error code ranges (errlog.h, service.h, apperr.h).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -