📄 lm.pas
字号:
// The workstation is not logged on to the local-area network.
{$EXTERNALSYM NERR_BadUsername}
NERR_BadUsername = (NERR_BASE+102);
// The user name or group name parameter is invalid.
{$EXTERNALSYM NERR_BadPassword}
NERR_BadPassword = (NERR_BASE+103);
// The password parameter is invalid.
{$EXTERNALSYM NERR_UnableToAddName_W}
NERR_UnableToAddName_W = (NERR_BASE+104);
// @W The logon processor did not add the message alias.
{$EXTERNALSYM NERR_UnableToAddName_F}
NERR_UnableToAddName_F = (NERR_BASE+105);
// The logon processor did not add the message alias.
{$EXTERNALSYM NERR_UnableToDelName_W}
NERR_UnableToDelName_W = (NERR_BASE+106);
// @W The logoff processor did not delete the message alias.
{$EXTERNALSYM NERR_UnableToDelName_F}
NERR_UnableToDelName_F = (NERR_BASE+107);
// The logoff processor did not delete the message alias.
{$EXTERNALSYM NERR_LogonsPaused}
NERR_LogonsPaused = (NERR_BASE+109);
// Network logons are paused.
{$EXTERNALSYM NERR_LogonServerConflict}
NERR_LogonServerConflict = (NERR_BASE+110);
// A centralized logon-server conflict occurred.
{$EXTERNALSYM NERR_LogonNoUserPath}
NERR_LogonNoUserPath = (NERR_BASE+111);
// The server is configured without a valid user path.
{$EXTERNALSYM NERR_LogonScriptError}
NERR_LogonScriptError = (NERR_BASE+112);
// An error occurred while loading or running the logon script.
{$EXTERNALSYM NERR_StandaloneLogon}
NERR_StandaloneLogon = (NERR_BASE+114);
// The logon server was not specified. Your computer will be logged on as STANDALONE.
{$EXTERNALSYM NERR_LogonServerNotFound}
NERR_LogonServerNotFound = (NERR_BASE+115);
// The logon server could not be found.
{$EXTERNALSYM NERR_LogonDomainExists}
NERR_LogonDomainExists = (NERR_BASE+116);
// There is already a logon domain for this computer.
{$EXTERNALSYM NERR_NonValidatedLogon}
NERR_NonValidatedLogon = (NERR_BASE+117);
// The logon server could not validate the logon.
// ACF API related (access, user, group);
// Error codes from BASE+119 to BASE+149
{$EXTERNALSYM NERR_ACFNotFound}
NERR_ACFNotFound = (NERR_BASE+119);
// The security database could not be found.
{$EXTERNALSYM NERR_GroupNotFound}
NERR_GroupNotFound = (NERR_BASE+120);
// The group name could not be found.
{$EXTERNALSYM NERR_UserNotFound}
NERR_UserNotFound = (NERR_BASE+121);
// The user name could not be found.
{$EXTERNALSYM NERR_ResourceNotFound}
NERR_ResourceNotFound = (NERR_BASE+122);
// The resource name could not be found.
{$EXTERNALSYM NERR_GroupExists}
NERR_GroupExists = (NERR_BASE+123);
// The group already exists.
{$EXTERNALSYM NERR_UserExists}
NERR_UserExists = (NERR_BASE+124);
// The user account already exists.
{$EXTERNALSYM NERR_ResourceExists}
NERR_ResourceExists = (NERR_BASE+125);
// The resource permission list already exists.
{$EXTERNALSYM NERR_NotPrimary}
NERR_NotPrimary = (NERR_BASE+126);
// This operation is only allowed on the primary domain controller of the domain.
{$EXTERNALSYM NERR_ACFNotLoaded}
NERR_ACFNotLoaded = (NERR_BASE+127);
// The security database has not been started.
{$EXTERNALSYM NERR_ACFNoRoom}
NERR_ACFNoRoom = (NERR_BASE+128);
// There are too many names in the user accounts database.
{$EXTERNALSYM NERR_ACFFileIOFail}
NERR_ACFFileIOFail = (NERR_BASE+129);
// A disk I/O failure occurred.
{$EXTERNALSYM NERR_ACFTooManyLists}
NERR_ACFTooManyLists = (NERR_BASE+130);
// The limit of 64 entries per resource was exceeded.
{$EXTERNALSYM NERR_UserLogon}
NERR_UserLogon = (NERR_BASE+131);
// Deleting a user with a session is not allowed.
{$EXTERNALSYM NERR_ACFNoParent}
NERR_ACFNoParent = (NERR_BASE+132);
// The parent directory could not be located.
{$EXTERNALSYM NERR_CanNotGrowSegment}
NERR_CanNotGrowSegment = (NERR_BASE+133);
// Unable to add to the security database session cache segment.
{$EXTERNALSYM NERR_SpeGroupOp}
NERR_SpeGroupOp = (NERR_BASE+134);
// This operation is not allowed on this special group.
{$EXTERNALSYM NERR_NotInCache}
NERR_NotInCache = (NERR_BASE+135);
// This user is not cached in user accounts database session cache.
{$EXTERNALSYM NERR_UserInGroup}
NERR_UserInGroup = (NERR_BASE+136);
// The user already belongs to this group.
{$EXTERNALSYM NERR_UserNotInGroup}
NERR_UserNotInGroup = (NERR_BASE+137);
// The user does not belong to this group.
{$EXTERNALSYM NERR_AccountUndefined}
NERR_AccountUndefined = (NERR_BASE+138);
// This user account is undefined.
{$EXTERNALSYM NERR_AccountExpired}
NERR_AccountExpired = (NERR_BASE+139);
// This user account has expired.
{$EXTERNALSYM NERR_InvalidWorkstation}
NERR_InvalidWorkstation = (NERR_BASE+140);
// The user is not allowed to log on from this workstation.
{$EXTERNALSYM NERR_InvalidLogonHours}
NERR_InvalidLogonHours = (NERR_BASE+141);
// The user is not allowed to log on at this time.
{$EXTERNALSYM NERR_PasswordExpired}
NERR_PasswordExpired = (NERR_BASE+142);
// The password of this user has expired.
{$EXTERNALSYM NERR_PasswordCantChange}
NERR_PasswordCantChange = (NERR_BASE+143);
// The password of this user cannot change.
{$EXTERNALSYM NERR_PasswordHistConflict}
NERR_PasswordHistConflict = (NERR_BASE+144);
// This password cannot be used now.
{$EXTERNALSYM NERR_PasswordTooShort}
NERR_PasswordTooShort = (NERR_BASE+145);
// The password is shorter than required.
{$EXTERNALSYM NERR_PasswordTooRecent}
NERR_PasswordTooRecent = (NERR_BASE+146);
// The password of this user is too recent to change.
{$EXTERNALSYM NERR_InvalidDatabase}
NERR_InvalidDatabase = (NERR_BASE+147);
// The security database is corrupted.
{$EXTERNALSYM NERR_DatabaseUpToDate}
NERR_DatabaseUpToDate = (NERR_BASE+148);
// No updates are necessary to this replicant network/local security database.
{$EXTERNALSYM NERR_SyncRequired}
NERR_SyncRequired = (NERR_BASE+149);
// This replicant database is outdated; synchronization is required.
// Use API related
// Error codes from BASE+150 to BASE+169
{$EXTERNALSYM NERR_UseNotFound}
NERR_UseNotFound = (NERR_BASE+150);
// The network connection could not be found.
{$EXTERNALSYM NERR_BadAsgType}
NERR_BadAsgType = (NERR_BASE+151);
// This asg_type is invalid.
{$EXTERNALSYM NERR_DeviceIsShared}
NERR_DeviceIsShared = (NERR_BASE+152);
// This device is currently being shared.
// Message Server related
// Error codes BASE+170 to BASE+209
{$EXTERNALSYM NERR_NoComputerName}
NERR_NoComputerName = (NERR_BASE+170);
// The computer name could not be added as a message alias. The name may already exist on the network.
{$EXTERNALSYM NERR_MsgAlreadyStarted}
NERR_MsgAlreadyStarted = (NERR_BASE+171);
// The Messenger service is already started.
{$EXTERNALSYM NERR_MsgInitFailed}
NERR_MsgInitFailed = (NERR_BASE+172);
// The Messenger service failed to start.
{$EXTERNALSYM NERR_NameNotFound}
NERR_NameNotFound = (NERR_BASE+173);
// The message alias could not be found on the network.
{$EXTERNALSYM NERR_AlreadyForwarded}
NERR_AlreadyForwarded = (NERR_BASE+174);
// This message alias has already been forwarded.
{$EXTERNALSYM NERR_AddForwarded}
NERR_AddForwarded = (NERR_BASE+175);
// This message alias has been added but is still forwarded.
{$EXTERNALSYM NERR_AlreadyExists}
NERR_AlreadyExists = (NERR_BASE+176);
// This message alias already exists locally.
{$EXTERNALSYM NERR_TooManyNames}
NERR_TooManyNames = (NERR_BASE+177);
// The maximum number of added message aliases has been exceeded.
{$EXTERNALSYM NERR_DelComputerName}
NERR_DelComputerName = (NERR_BASE+178);
// The computer name could not be deleted.
{$EXTERNALSYM NERR_LocalForward}
NERR_LocalForward = (NERR_BASE+179);
// Messages cannot be forwarded back to the same workstation.
{$EXTERNALSYM NERR_GrpMsgProcessor}
NERR_GrpMsgProcessor = (NERR_BASE+180);
// An error occurred in the domain message processor.
{$EXTERNALSYM NERR_PausedRemote}
NERR_PausedRemote = (NERR_BASE+181);
// The message was sent, but the recipient has paused the Messenger service.
{$EXTERNALSYM NERR_BadReceive}
NERR_BadReceive = (NERR_BASE+182);
// The message was sent but not received.
{$EXTERNALSYM NERR_NameInUse}
NERR_NameInUse = (NERR_BASE+183);
// The message alias is currently in use. Try again later.
{$EXTERNALSYM NERR_MsgNotStarted}
NERR_MsgNotStarted = (NERR_BASE+184);
// The Messenger service has not been started.
{$EXTERNALSYM NERR_NotLocalName}
NERR_NotLocalName = (NERR_BASE+185);
// The name is not on the local computer.
{$EXTERNALSYM NERR_NoForwardName}
NERR_NoForwardName = (NERR_BASE+186);
// The forwarded message alias could not be found on the network.
{$EXTERNALSYM NERR_RemoteFull}
NERR_RemoteFull = (NERR_BASE+187);
// The message alias table on the remote station is full.
{$EXTERNALSYM NERR_NameNotForwarded}
NERR_NameNotForwarded = (NERR_BASE+188);
// Messages for this alias are not currently being forwarded.
{$EXTERNALSYM NERR_TruncatedBroadcast}
NERR_TruncatedBroadcast = (NERR_BASE+189);
// The broadcast message was truncated.
{$EXTERNALSYM NERR_InvalidDevice}
NERR_InvalidDevice = (NERR_BASE+194);
// This is an invalid device name.
{$EXTERNALSYM NERR_WriteFault}
NERR_WriteFault = (NERR_BASE+195);
// A write fault occurred.
{$EXTERNALSYM NERR_DuplicateName}
NERR_DuplicateName = (NERR_BASE+197);
// A duplicate message alias exists on the network.
{$EXTERNALSYM NERR_DeleteLater}
NERR_DeleteLater = (NERR_BASE+198);
// @W This message alias will be deleted later.
{$EXTERNALSYM NERR_IncompleteDel}
NERR_IncompleteDel = (NERR_BASE+199);
// The message alias was not successfully deleted from all networks.
{$EXTERNALSYM NERR_MultipleNets}
NERR_MultipleNets = (NERR_BASE+200);
// This operation is not supported on computers with multiple networks.
// Server API related
// Error codes BASE+210 to BASE+229
{$EXTERNALSYM NERR_NetNameNotFound}
NERR_NetNameNotFound = (NERR_BASE+210);
// This shared resource does not exist.
{$EXTERNALSYM NERR_DeviceNotShared}
NERR_DeviceNotShared = (NERR_BASE+211);
// This device is not shared.
{$EXTERNALSYM NERR_ClientNameNotFound}
NERR_ClientNameNotFound = (NERR_BASE+212);
// A session does not exist with that computer name.
{$EXTERNALSYM NERR_FileIdNotFound}
NERR_FileIdNotFound = (NERR_BASE+214);
// There is not an open file with that identification number.
{$EXTERNALSYM NERR_ExecFailure}
NERR_ExecFailure = (NERR_BASE+215);
// A failure occurred when executing a remote administration command.
{$EXTERNALSYM NERR_TmpFile}
NERR_TmpFile = (NERR_BASE+216);
// A failure occurred when opening a remote temporary file.
{$EXTERNALSYM NERR_TooMuchData}
NERR_TooMuchData = (NERR_BASE+217);
// The data returned from a remote administration command has been truncated to 64K.
{$EXTERNALSYM NERR_DeviceShareConflict}
NERR_DeviceShareConflict = (NERR_BASE+218);
// This device cannot be shared as both a spooled and a non-spooled resource.
{$EXTERNALSYM NERR_BrowserTableIncomplete}
NERR_BrowserTableIncomplete = (NERR_BASE+219);
// The information in the list of servers may be incorrect.
{$EXTERNALSYM NERR_NotLocalDomain}
NERR_NotLocalDomain = (NERR_BASE+220);
// The computer is not active in this domain.
{$EXTERNALSYM NERR_IsDfsShare}
NERR_IsDfsShare = (NERR_BASE+221);
// The share must be removed from the Distributed File System before it can be deleted.
// CharDev API related
// Error codes BASE+230 to BASE+249
{$EXTERNALSYM NERR_DevInvalidOpCode}
NERR_DevInvalidOpCode = (NERR_BASE+231);
// The operation is invalid for this device.
{$EXTERNALSYM NERR_DevNotFound}
NERR_DevNotFound = (NERR_BASE+232);
// This device cannot be shared.
{$EXTERNALSYM NERR_DevNotOpen}
NERR_DevNotOpen = (NERR_BASE+233);
// This device was not open.
{$EXTERNALSYM NERR_BadQueueDevString}
NERR_BadQueueDevString = (NERR_BASE+234);
// This device name list is invalid.
{$EXTERNALSYM NERR_BadQueuePriority}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -