⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 srcshareerr.cpp

📁 这是一个远程控制程序
💻 CPP
📖 第 1 页 / 共 3 页
字号:
                case NERR_NoSuchAlert                 : Result = "An invalid or nonexistent alert name was raised.";break;
                case NERR_BadRecipient                : Result = "The alert recipient is invalid.";break;
                case NERR_AcctLimitExceeded           : Result = "A user''s session with this server has been deleted because the user''s logon hours are no longer valid.";break;
                case NERR_InvalidLogSeek              : Result = "The log file does not contain the requested record number.";break;
                case NERR_BadUasConfig                : Result = "The user accounts database is not configured correctly.";break;
                case NERR_InvalidUASOp                : Result = "This operation is not permitted when the Netlogon service is running.";break;
                case NERR_LastAdmin                   : Result = "This operation is not allowed on the last administrative account.";break;
                case NERR_DCNotFound                  : Result = "Could not find domain controller for this domain.";break;
                case NERR_LogonTrackingError          : Result = "Could not set logon information for this user.";break;
                case NERR_NetlogonNotStarted          : Result = "The Netlogon service has not been started.";break;
                case NERR_CanNotGrowUASFile           : Result = "Unable to add to the user accounts database.";break;
                case NERR_TimeDiffAtDC                : Result = "This server''s clock is not synchronized with the primary domain controller''s clock.";break;
                case NERR_PasswordMismatch            : Result = "A password mismatch has been detected.";break;
                case NERR_NoSuchServer                : Result = "The server identification does not specify a valid server.";break;
                case NERR_NoSuchSession               : Result = "The session identification does not specify a valid session.";break;
                case NERR_NoSuchConnection            : Result = "The connection identification does not specify a valid connection.";break;
                case NERR_TooManyServers              : Result = "There is no space for another entry in the table of available servers.";break;
                case NERR_TooManySessions             : Result = "The server has reached the maximum number of sessions it supports.";break;
                case NERR_TooManyConnections          : Result = "The server has reached the maximum number of connections it supports.";break;
                case NERR_TooManyFiles                : Result = "The server cannot open more files because it has reached its maximum number.";break;
                case NERR_NoAlternateServers          : Result = "There are no alternate servers registered on this server.";break;
                case NERR_TryDownLevel                : Result = "Try down-level (remote admin protocol) version of API instead.";break;
                case NERR_UPSDriverNotStarted         : Result = "The UPS driver could not be accessed by the UPS service.";break;
                case NERR_UPSInvalidConfig            : Result = "The UPS service is not configured correctly.";break;
                case NERR_UPSInvalidCommPort          : Result = "The UPS service could not access the specified Comm Port.";break;
                case NERR_UPSSignalAsserted           : Result = "The UPS indicated a line fail or low battery situation. Service not started.";break;
                case NERR_UPSShutdownFailed           : Result = "The UPS service failed to perform a system shut down.";break;
                case NERR_BadDosRetCode               : Result = "The called program returned an MS-DOS error code.";break;
                case NERR_ProgNeedsExtraMem           : Result = "The called program needs more memory";break;
                case NERR_BadDosFunction              : Result = "The called program called an unsupported MS-DOS function.";break;
                case NERR_RemoteBootFailed            : Result = "The workstation failed to boot.";break;
                case NERR_BadFileCheckSum             : Result = "The file is corrupt.";break;
                case NERR_NoRplBootSystem             : Result = "No loader is specified in the boot-block definition file.";break;
                case NERR_RplLoadrNetBiosErr          : Result = "NetBIOS returned an error.";break;
                case NERR_RplLoadrDiskErr             : Result = "A disk I/O error occurred.";break;
                case NERR_ImageParamErr               : Result = "Image parameter substitution failed.";break;
                case NERR_TooManyImageParams          : Result = "Too many image parameters cross disk sector boundaries.";break;
                case NERR_NonDosFloppyUsed            : Result = "The image was not generated from an MS-DOS diskette formatted with /S.";break;
                case NERR_RplBootRestart              : Result = "Remote boot will be restarted later.";break;
                case NERR_RplSrvrCallFailed           : Result = "The call to the Remoteboot server failed.";break;
                case NERR_CantConnectRplSrvr          : Result = "Cannot connect to the Remoteboot server.";break;
                case NERR_CantOpenImageFile           : Result = "Cannot open image file on the Remoteboot server.";break;
                case NERR_CallingRplSrvr              : Result = "Connecting to the Remoteboot server...";break;
                case NERR_StartingRplBoot             : Result = "Connecting to the Remoteboot server...";break;
                case NERR_RplBootServiceTerm          : Result = "Remote boot service was stopped; check the error log for the cause of the problem.";break;
                case NERR_RplBootStartFailed          : Result = "Remote boot startup failed; check the error log for the cause of the problem.";break;
                case NERR_RPL_CONNECTED               : Result = "A second connection to a Remoteboot resource is not allowed.";break;
                case NERR_BrowserConfiguredToNotRun   : Result = "The browser service was configured with MaintainServerList=No.";break;
                case NERR_RplNoAdaptersStarted        : Result = "Service failed to start since none of the network adapters started with this service.";break;
                case NERR_RplBadRegistry              : Result = "Service failed to start due to bad startup information in the registry.";break;
                case NERR_RplBadDatabase              : Result = "Service failed to start because its database is absent or corrupt.";break;
                case NERR_RplRplfilesShare            : Result = "Service failed to start because RPLFILES share is absent.";break;
                case NERR_RplNotRplServer             : Result = "Service failed to start because RPLUSER group is absent.";break;
                case NERR_RplCannotEnum               : Result = "Cannot enumerate service records.";break;
                case NERR_RplWkstaInfoCorrupted       : Result = "Workstation record information has been corrupted.";break;
                case NERR_RplWkstaNotFound            : Result = "Workstation record was not found.";break;
                case NERR_RplWkstaNameUnavailable     : Result = "Workstation name is in use by some other workstation.";break;
                case NERR_RplProfileInfoCorrupted     : Result = "Profile record information has been corrupted.";break;
                case NERR_RplProfileNotFound          : Result = "Profile record was not found.";break;
                case NERR_RplProfileNameUnavailable   : Result = "Profile name is in use by some other profile.";break;
                case NERR_RplProfileNotEmpty          : Result = "There are workstations using this profile.";break;
                case NERR_RplConfigInfoCorrupted      : Result = "Configuration record information has been corrupted.";break;
                case NERR_RplConfigNotFound           : Result = "Configuration record was not found.";break;
                case NERR_RplAdapterInfoCorrupted     : Result = "Adapter id record information has been corrupted.";break;
                case NERR_RplInternal                 : Result = "An internal service error has occured.";break;
                case NERR_RplVendorInfoCorrupted      : Result = "Vendor id record information has been corrupted.";break;
                case NERR_RplBootInfoCorrupted        : Result = "Boot block record information has been corrupted.";break;
                case NERR_RplWkstaNeedsUserAcct       : Result = "The user account for this workstation record is missing.";break;
                case NERR_RplNeedsRPLUSERAcct         : Result = "The RPLUSER local group could not be found.";break;
                case NERR_RplBootNotFound             : Result = "Boot block record was not found.";break;
                case NERR_RplIncompatibleProfile      : Result = "Chosen profile is incompatible with this workstation.";break;
                case NERR_RplAdapterNameUnavailable   : Result = "Chosen network adapter id is in use by some other workstation.";break;
                case NERR_RplConfigNotEmpty           : Result = "There are profiles using this configuration.";break;
                case NERR_RplBootInUse                : Result = "There are workstations, profiles or configurations using this boot block.";break;
                case NERR_RplBackupDatabase           : Result = "Service failed to backup remoteboot database.";break;
                case NERR_RplAdapterNotFound          : Result = "Adapter record was not found.";break;
                case NERR_RplVendorNotFound           : Result = "Vendor record was not found.";break;
                case NERR_RplVendorNameUnavailable    : Result = "Vendor name is in use by some other vendor record.";break;
                case NERR_RplBootNameUnavailable      : Result = "(boot name, vendor id) is in use by some other boot block record.";break;
                case NERR_RplConfigNameUnavailable    : Result = "Configuration name is in use by some other configuration.";break;
                case NERR_DfsInternalCorruption       : Result = "The internal database maintained by the Dfs service is corrupt";break;
                case NERR_DfsVolumeDataCorrupt        : Result = "One of the records in the internal Dfs database is corrupt";break;
                case NERR_DfsNoSuchVolume             : Result = "There is no volume whose entry path matches the input Entry Path";break;
                case NERR_DfsVolumeAlreadyExists      : Result = "A volume with the given name already exists";break;
                case NERR_DfsAlreadyShared            : Result = "The server share specified is already shared in the Dfs";break;
                case NERR_DfsNoSuchShare              : Result = "The indicated server share does not support the indicated Dfs volume";break;
                case NERR_DfsNotALeafVolume           : Result = "The operation is not valid on a non-leaf volume";break;
                case NERR_DfsLeafVolume               : Result = "The operation is not valid on a leaf volume";break;
                case NERR_DfsVolumeHasMultipleServers : Result = "The operation is ambiguous because the volume has multiple servers";break;
                case NERR_DfsCantCreateJunctionPoint  : Result = "Unable to create a junction point";break;
                case NERR_DfsServerNotDfsAware        : Result = "The server is not Dfs Aware";break;
                case NERR_DfsBadRenamePath            : Result = "The specified rename target path is invalid";break;
                case NERR_DfsVolumeIsOffline          : Result = "The specified Dfs volume is offline";break;
                case NERR_DfsNoSuchServer             : Result = "The specified server is not a server for this volume";break;
                case NERR_DfsCyclicalName             : Result = "A cycle in the Dfs name was detected";break;
                case NERR_DfsNotSupportedInServerDfs  : Result = "The operation is not supported on a server-based Dfs";break;
                case NERR_DfsInternalError            : Result = "Dfs internal error";break;
                default                               : Result = "Unknown Error Code: " + IntToStr(ErrorNumber); break;
        }
        return Result.c_str();
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -