📄 lmerr.h
字号:
/* UNUSED BASE+343 */
/*
* Additional UAS and NETLOGON codes
*
* NERR_BASE +(350-359)
*/
#define NERR_BadUasConfig (NERR_BASE+350) /* The user accounts database is not configured correctly. */
#define NERR_InvalidUASOp (NERR_BASE+351) /* This operation is not permitted when the Netlogon service is running. */
#define NERR_LastAdmin (NERR_BASE+352) /* This operation is not allowed on the last administrative account. */
#define NERR_DCNotFound (NERR_BASE+353) /* Could not find domain controller for this domain. */
#define NERR_LogonTrackingError (NERR_BASE+354) /* Could not set logon information for this user. */
#define NERR_NetlogonNotStarted (NERR_BASE+355) /* The Netlogon service has not been started. */
#define NERR_CanNotGrowUASFile (NERR_BASE+356) /* Unable to add to the user accounts database. */
#define NERR_TimeDiffAtDC (NERR_BASE+357) /* This server's clock is not synchronized with the primary domain controller's clock. */
#define NERR_PasswordMismatch (NERR_BASE+358) /* A password mismatch has been detected. */
/*
* Server Integration error codes.
*
* NERR_BASE +(360-369)
*/
#define NERR_NoSuchServer (NERR_BASE+360) /* The server identification does not specify a valid server. */
#define NERR_NoSuchSession (NERR_BASE+361) /* The session identification does not specify a valid session. */
#define NERR_NoSuchConnection (NERR_BASE+362) /* The connection identification does not specify a valid connection. */
#define NERR_TooManyServers (NERR_BASE+363) /* There is no space for another entry in the table of available servers. */
#define NERR_TooManySessions (NERR_BASE+364) /* The server has reached the maximum number of sessions it supports. */
#define NERR_TooManyConnections (NERR_BASE+365) /* The server has reached the maximum number of connections it supports. */
#define NERR_TooManyFiles (NERR_BASE+366) /* The server cannot open more files because it has reached its maximum number. */
#define NERR_NoAlternateServers (NERR_BASE+367) /* There are no alternate servers registered on this server. */
/* UNUSED BASE+368 */
/* UNUSED BASE+369 */
#define NERR_TryDownLevel (NERR_BASE+370) /* Try down-level (remote admin protocol) version of API instead. */
/*
* UPS error codes.
*
* NERR_BASE + (380-384)
*/
#define NERR_UPSDriverNotStarted (NERR_BASE+380) /* The UPS driver could not be accessed by the UPS service. */
#define NERR_UPSInvalidConfig (NERR_BASE+381) /* The UPS service is not configured correctly. */
#define NERR_UPSInvalidCommPort (NERR_BASE+382) /* The UPS service could not access the specified Comm Port. */
#define NERR_UPSSignalAsserted (NERR_BASE+383) /* The UPS indicated a line fail or low battery situation. Service not started. */
#define NERR_UPSShutdownFailed (NERR_BASE+384) /* The UPS service failed to perform a system shut down. */
/*
* 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
*
*/
#define NERR_BadDosRetCode (NERR_BASE+400) /* The program below returned an MS-DOS error code:*/
#define NERR_ProgNeedsExtraMem (NERR_BASE+401) /* The program below needs more memory:*/
#define NERR_BadDosFunction (NERR_BASE+402) /* The program below called an unsupported MS-DOS function:*/
#define NERR_RemoteBootFailed (NERR_BASE+403) /* The workstation failed to boot.*/
#define NERR_BadFileCheckSum (NERR_BASE+404) /* The file below is corrupt.*/
#define NERR_NoRplBootSystem (NERR_BASE+405) /* No loader is specified in the boot-block definition file.*/
#define NERR_RplLoadrNetBiosErr (NERR_BASE+406) /* NetBIOS returned an error: The NCB and SMB are dumped above.*/
#define NERR_RplLoadrDiskErr (NERR_BASE+407) /* A disk I/O error occurred.*/
#define NERR_ImageParamErr (NERR_BASE+408) /* Image parameter substitution failed.*/
#define NERR_TooManyImageParams (NERR_BASE+409) /* Too many image parameters cross disk sector boundaries.*/
#define NERR_NonDosFloppyUsed (NERR_BASE+410) /* The image was not generated from an MS-DOS diskette formatted with /S.*/
#define NERR_RplBootRestart (NERR_BASE+411) /* Remote boot will be restarted later.*/
#define NERR_RplSrvrCallFailed (NERR_BASE+412) /* The call to the Remoteboot server failed.*/
#define NERR_CantConnectRplSrvr (NERR_BASE+413) /* Cannot connect to the Remoteboot server.*/
#define NERR_CantOpenImageFile (NERR_BASE+414) /* Cannot open image file on the Remoteboot server.*/
#define NERR_CallingRplSrvr (NERR_BASE+415) /* Connecting to the Remoteboot server...*/
#define NERR_StartingRplBoot (NERR_BASE+416) /* Connecting to the Remoteboot server...*/
#define NERR_RplBootServiceTerm (NERR_BASE+417) /* Remote boot service was stopped; check the error log for the cause of the problem.*/
#define NERR_RplBootStartFailed (NERR_BASE+418) /* Remote boot startup failed; check the error log for the cause of the problem.*/
#define NERR_RPL_CONNECTED (NERR_BASE+419) /* A second connection to a Remoteboot resource is not allowed.*/
/*
* FTADMIN API error codes
*
* NERR_BASE + (425-434)
*
* (Currently not used in NT)
*
*/
/*
* Browser service API error codes
*
* NERR_BASE + (450-475)
*
*/
#define NERR_BrowserConfiguredToNotRun (NERR_BASE+450) /* The browser service was configured with MaintainServerList=No. */
/*
* Additional Remoteboot error codes.
*
* NERR_BASE + (510-550)
*/
#define NERR_RplNoAdaptersStarted (NERR_BASE+510) /*Service failed to start since none of the network adapters started with this service.*/
#define NERR_RplBadRegistry (NERR_BASE+511) /*Service failed to start due to bad startup information in the registry.*/
#define NERR_RplBadDatabase (NERR_BASE+512) /*Service failed to start because its database is absent or corrupt.*/
#define NERR_RplRplfilesShare (NERR_BASE+513) /*Service failed to start because RPLFILES share is absent.*/
#define NERR_RplNotRplServer (NERR_BASE+514) /*Service failed to start because RPLUSER group is absent.*/
#define NERR_RplCannotEnum (NERR_BASE+515) /*Cannot enumerate service records.*/
#define NERR_RplWkstaInfoCorrupted (NERR_BASE+516) /*Workstation record information has been corrupted.*/
#define NERR_RplWkstaNotFound (NERR_BASE+517) /*Workstation record was not found.*/
#define NERR_RplWkstaNameUnavailable (NERR_BASE+518) /*Workstation name is in use by some other workstation.*/
#define NERR_RplProfileInfoCorrupted (NERR_BASE+519) /*Profile record information has been corrupted.*/
#define NERR_RplProfileNotFound (NERR_BASE+520) /*Profile record was not found.*/
#define NERR_RplProfileNameUnavailable (NERR_BASE+521) /*Profile name is in use by some other profile.*/
#define NERR_RplProfileNotEmpty (NERR_BASE+522) /*There are workstations using this profile.*/
#define NERR_RplConfigInfoCorrupted (NERR_BASE+523) /*Configuration record information has been corrupted.*/
#define NERR_RplConfigNotFound (NERR_BASE+524) /*Configuration record was not found.*/
#define NERR_RplAdapterInfoCorrupted (NERR_BASE+525) /*Adapter id record information has been corrupted.*/
#define NERR_RplInternal (NERR_BASE+526) /*An internal service error has occurred.*/
#define NERR_RplVendorInfoCorrupted (NERR_BASE+527) /*Vendor id record information has been corrupted.*/
#define NERR_RplBootInfoCorrupted (NERR_BASE+528) /*Boot block record information has been corrupted.*/
#define NERR_RplWkstaNeedsUserAcct (NERR_BASE+529) /*The user account for this workstation record is missing.*/
#define NERR_RplNeedsRPLUSERAcct (NERR_BASE+530) /*The RPLUSER local group could not be found.*/
#define NERR_RplBootNotFound (NERR_BASE+531) /*Boot block record was not found.*/
#define NERR_RplIncompatibleProfile (NERR_BASE+532) /*Chosen profile is incompatible with this workstation.*/
#define NERR_RplAdapterNameUnavailable (NERR_BASE+533) /*Chosen network adapter id is in use by some other workstation.*/
#define NERR_RplConfigNotEmpty (NERR_BASE+534) /*There are profiles using this configuration.*/
#define NERR_RplBootInUse (NERR_BASE+535) /*There are workstations, profiles or configurations using this boot block.*/
#define NERR_RplBackupDatabase (NERR_BASE+536) /*Service failed to backup Remoteboot database.*/
#define NERR_RplAdapterNotFound (NERR_BASE+537) /*Adapter record was not found.*/
#define NERR_RplVendorNotFound (NERR_BASE+538) /*Vendor record was not found.*/
#define NERR_RplVendorNameUnavailable (NERR_BASE+539) /*Vendor name is in use by some other vendor record.*/
#define NERR_RplBootNameUnavailable (NERR_BASE+540) /*(boot name, vendor id) is in use by some other boot block record.*/
#define NERR_RplConfigNameUnavailable (NERR_BASE+541) /*Configuration name is in use by some other configuration.*/
/**INTERNAL_ONLY**/
/*
* Dfs API error codes.
*
* NERR_BASE + (560-590)
*/
#define NERR_DfsInternalCorruption (NERR_BASE+560) /*The internal database maintained by the Dfs service is corrupt*/
#define NERR_DfsVolumeDataCorrupt (NERR_BASE+561) /*One of the records in the internal Dfs database is corrupt*/
#define NERR_DfsNoSuchVolume (NERR_BASE+562) /*There is no volume whose entry path matches the input Entry Path*/
#define NERR_DfsVolumeAlreadyExists (NERR_BASE+563) /*A volume with the given name already exists*/
#define NERR_DfsAlreadyShared (NERR_BASE+564) /*The server share specified is already shared in the Dfs*/
#define NERR_DfsNoSuchShare (NERR_BASE+565) /*The indicated server share does not support the indicated Dfs volume*/
#define NERR_DfsNotALeafVolume (NERR_BASE+566) /*The operation is not valid on a non-leaf volume*/
#define NERR_DfsLeafVolume (NERR_BASE+567) /*The operation is not valid on a leaf volume*/
#define NERR_DfsVolumeHasMultipleServers (NERR_BASE+568) /*The operation is ambiguous because the volume has multiple servers*/
#define NERR_DfsCantCreateJunctionPoint (NERR_BASE+569) /*Unable to create a junction point*/
#define NERR_DfsServerNotDfsAware (NERR_BASE+570) /*The server is not Dfs Aware*/
#define NERR_DfsBadRenamePath (NERR_BASE+571) /*The specified rename target path is invalid*/
#define NERR_DfsVolumeIsOffline (NERR_BASE+572) /*The specified Dfs volume is offline*/
#define NERR_DfsNoSuchServer (NERR_BASE+573) /*The specified server is not a server for this volume*/
#define NERR_DfsCyclicalName (NERR_BASE+574) /*A cycle in the Dfs name was detected*/
#define NERR_DfsNotSupportedInServerDfs (NERR_BASE+575) /*The operation is not supported on a server-based Dfs*/
#define NERR_DfsInternalError (NERR_BASE+590) /*Dfs internal error*/
/*
* Net setup error codes.
*
* NERR_BASE + (591-595)
*/
#define NERR_SetupAlreadyJoined (NERR_BASE+591) /*This machine is already joined to a domain.*/
#define NERR_SetupNotJoined (NERR_BASE+592) /*This machine is not currently joined to a domain.*/
#define NERR_SetupDomainController (NERR_BASE+593) /*This machine is a domain controller and cannot be unjoined from a domain.*/
/***********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**/
#define MAX_NERR (NERR_BASE+899) /* This is the last error in NERR range. */
/*
* 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).
*/
/*NOINC*/
#endif /* NETERR_INCLUDED */
/*INC*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -