📄 srcshareerr.cpp
字号:
case NERR_ACFNotLoaded : Result = "The security database has not been started.";break;
case NERR_ACFNoRoom : Result = "There are too many names in the user accounts database.";break;
case NERR_ACFFileIOFail : Result = "A disk I/O failure occurred.";break;
case NERR_ACFTooManyLists : Result = "The limit of 64 entries per resource was exceeded.";break;
case NERR_UserLogon : Result = "Deleting a user with a session is not allowed.";break;
case NERR_ACFNoParent : Result = "The parent directory could not be located.";break;
case NERR_CanNotGrowSegment : Result = "Unable to add to the security database session cache segment.";break;
case NERR_SpeGroupOp : Result = "This operation is not allowed on this special group.";break;
case NERR_NotInCache : Result = "This user is not cached in user accounts database session cache.";break;
case NERR_UserInGroup : Result = "The user already belongs to this group.";break;
case NERR_UserNotInGroup : Result = "The user does not belong to this group.";break;
case NERR_AccountUndefined : Result = "This user account is undefined.";break;
case NERR_AccountExpired : Result = "This user account has expired.";break;
case NERR_InvalidWorkstation : Result = "The user is not allowed to log on from this workstation.";break;
case NERR_InvalidLogonHours : Result = "The user is not allowed to log on at this time.";break;
case NERR_PasswordExpired : Result = "The password of this user has expired.";break;
case NERR_PasswordCantChange : Result = "The password of this user cannot change.";break;
case NERR_PasswordHistConflict : Result = "This password cannot be used now.";break;
case NERR_PasswordTooShort : Result = "The password is shorter than required.";break;
case NERR_PasswordTooRecent : Result = "The password of this user is too recent to change.";break;
case NERR_InvalidDatabase : Result = "The security database is corrupted.";break;
case NERR_DatabaseUpToDate : Result = "No updates are necessary to this replicant network/local security database.";break;
case NERR_SyncRequired : Result = "This replicant database is outdated; synchronization is required.";break;
case NERR_UseNotFound : Result = "The network connection could not be found.";break;
case NERR_BadAsgType : Result = "This asg_type is invalid.";break;
case NERR_DeviceIsShared : Result = "This device is currently being shared.";break;
case NERR_NoComputerName : Result = "The computer name could not be added as a message alias. The name may already exist on the network.";break;
case NERR_MsgAlreadyStarted : Result = "The Messenger service is already started.";break;
case NERR_MsgInitFailed : Result = "The Messenger service failed to start.";break;
case NERR_NameNotFound : Result = "The message alias could not be found on the network.";break;
case NERR_AlreadyForwarded : Result = "This message alias has already been forwarded.";break;
case NERR_AddForwarded : Result = "This message alias has been added but is still forwarded.";break;
case NERR_AlreadyExists : Result = "This message alias already exists locally.";break;
case NERR_TooManyNames : Result = "The maximum number of added message aliases has been exceeded.";break;
case NERR_DelComputerName : Result = "The computer name could not be deleted.";break;
case NERR_LocalForward : Result = "Messages cannot be forwarded back to the same workstation.";break;
case NERR_GrpMsgProcessor : Result = "An error occurred in the domain message processor.";break;
case NERR_PausedRemote : Result = "The message was sent, but the recipient has paused the Messenger service.";break;
case NERR_BadReceive : Result = "The message was sent but not received.";break;
case NERR_NameInUse : Result = "The message alias is currently in use. Try again later.";break;
case NERR_MsgNotStarted : Result = "The Messenger service has not been started.";break;
case NERR_NotLocalName : Result = "The name is not on the local computer.";break;
case NERR_NoForwardName : Result = "The forwarded message alias could not be found on the network.";break;
case NERR_RemoteFull : Result = "The message alias table on the remote station is full.";break;
case NERR_NameNotForwarded : Result = "Messages for this alias are not currently being forwarded.";break;
case NERR_TruncatedBroadcast : Result = "The broadcast message was truncated.";break;
case NERR_InvalidDevice : Result = "This is an invalid device name.";break;
case NERR_WriteFault : Result = "A write fault occurred.";break;
case NERR_DuplicateName : Result = "A duplicate message alias exists on the network.";break;
case NERR_DeleteLater : Result = "@W This message alias will be deleted later.";break;
case NERR_IncompleteDel : Result = "The message alias was not successfully deleted from all networks.";break;
case NERR_MultipleNets : Result = "This operation is not supported on computers with multiple networks.";break;
case NERR_NetNameNotFound : Result = "This shared resource does not exist.";break;
case NERR_DeviceNotShared : Result = "This device is not shared.";break;
case NERR_ClientNameNotFound : Result = "A session does not exist with that computer name.";break;
case NERR_FileIdNotFound : Result = "There is not an open file with that identification number.";break;
case NERR_ExecFailure : Result = "A failure occurred when executing a remote administration command.";break;
case NERR_TmpFile : Result = "A failure occurred when opening a remote temporary file.";break;
case NERR_TooMuchData : Result = "The data returned from a remote administration command has been truncated to 64K.";break;
case NERR_DeviceShareConflict : Result = "This device cannot be shared as both a spooled and a non-spooled resource.";break;
case NERR_BrowserTableIncomplete : Result = "The information in the list of servers may be incorrect.";break;
case NERR_NotLocalDomain : Result = "The computer is not active in this domain.";break;
case NERR_IsDfsShare : Result = "The share must be removed from the Distributed File System before it can be deleted.";break;
case NERR_DevInvalidOpCode : Result = "The operation is invalid for this device.";break;
case NERR_DevNotFound : Result = "This device cannot be shared.";break;
case NERR_DevNotOpen : Result = "This device was not open.";break;
case NERR_BadQueueDevString : Result = "This device name list is invalid.";break;
case NERR_BadQueuePriority : Result = "The queue priority is invalid.";break;
case NERR_NoCommDevs : Result = "There are no shared communication devices.";break;
case NERR_QueueNotFound : Result = "The queue you specified does not exist.";break;
case NERR_BadDevString : Result = "This list of devices is invalid.";break;
case NERR_BadDev : Result = "The requested device is invalid.";break;
case NERR_InUseBySpooler : Result = "This device is already in use by the spooler.";break;
case NERR_CommDevInUse : Result = "This device is already in use as a communication device.";break;
case NERR_InvalidComputer : Result = "This computer name is invalid.";break;
case NERR_MaxLenExceeded : Result = "The string and prefix specified are too long.";break;
case NERR_BadComponent : Result = "This path component is invalid.";break;
case NERR_CantType : Result = "Could not determine the type of input.";break;
case NERR_TooManyEntries : Result = "The buffer for types is not big enough.";break;
case NERR_ProfileFileTooBig : Result = "Profile files cannot exceed 64K.";break;
case NERR_ProfileOffset : Result = "The start offset is out of range.";break;
case NERR_ProfileCleanup : Result = "The system cannot delete current connections to network resources.";break;
case NERR_ProfileUnknownCmd : Result = "The system was unable to parse the command line in this file.";break;
case NERR_ProfileLoadErr : Result = "An error occurred while loading the profile file.";break;
case NERR_ProfileSaveErr : Result = "@W Errors occurred while saving the profile file. The profile was partially saved.";break;
case NERR_LogOverflow : Result = "Log file %1 is full.";break;
case NERR_LogFileChanged : Result = "This log file has changed between reads.";break;
case NERR_LogFileCorrupt : Result = "Log file %1 is corrupt.";break;
case NERR_SourceIsDir : Result = "The source path cannot be a directory.";break;
case NERR_BadSource : Result = "The source path is illegal.";break;
case NERR_BadDest : Result = "The destination path is illegal.";break;
case NERR_DifferentServers : Result = "The source and destination paths are on different servers.";break;
case NERR_RunSrvPaused : Result = "The Run server you requested is paused.";break;
case NERR_ErrCommRunSrv : Result = "An error occurred when communicating with a Run server.";break;
case NERR_ErrorExecingGhost : Result = "An error occurred when starting a background process.";break;
case NERR_ShareNotFound : Result = "The shared resource could not be found.";break;
case NERR_InvalidLana : Result = "The LAN adapter number is invalid.";break;
case NERR_OpenFiles : Result = "There are open files on the connection.";break;
case NERR_ActiveConns : Result = "Active connections still exist.";break;
case NERR_BadPasswordCore : Result = "This share name or password is invalid.";break;
case NERR_DevInUse : Result = "The device is being accessed by an active process.";break;
case NERR_LocalDrive : Result = "The drive letter is in use locally.";break;
case NERR_AlertExists : Result = "The specified client is already registered for the specified event.";break;
case NERR_TooManyAlerts : Result = "The alert table is full.";break;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -