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