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

📄 neterr.h

📁 Dos6.0
💻 H
📖 第 1 页 / 共 2 页
字号:
#define NERR_PausedRemote	(NERR_BASE+181)	/* The message was sent, but the recipient has paused the Messenger service. */
#define	NERR_BadReceive		(NERR_BASE+182)	/* The message was sent but not received. */
#define	NERR_NameInUse		(NERR_BASE+183)	/* The message alias is currently in use. Try again later. */
#define	NERR_MsgNotStarted	(NERR_BASE+184)	/* The Messenger service has not been started. */
#define	NERR_NotLocalName	(NERR_BASE+185)	/* The name is not on the local computer. */
#define	NERR_NoForwardName	(NERR_BASE+186)	/* The forwarded message alias cannot be found on the network. */
#define	NERR_RemoteFull		(NERR_BASE+187)	/* The message alias table on the remote station is full. */
#define NERR_NameNotForwarded	(NERR_BASE+188)	/* Messages for this alias are not currently being forwarded. */
#define NERR_TruncatedBroadcast	(NERR_BASE+189)	/* The broadcast message was truncated. */
#define	NERR_InvalidDevice	(NERR_BASE+194)	/* This is an invalid devicename. */
#define	NERR_WriteFault		(NERR_BASE+195)	/* A write fault occurred. */
/* UNUSED BASE+196 */
#define	NERR_DuplicateName	(NERR_BASE+197)	/* A duplicate message alias exists on the local-area network. */
#define	NERR_DeleteLater	(NERR_BASE+198)	/* @W This message alias will be deleted later. */
#define NERR_IncompleteDel	(NERR_BASE+199) /* The message alias was not successfully deleted from all networks. */
#define NERR_MultipleNets	(NERR_BASE+200) /* This operation is not supported on machines with multiple networks. */

/* 
 * 	Server API related 
 *		Error codes BASE+210 to BASE+229
 */
 
#define NERR_NetNameNotFound	(NERR_BASE+210)	/* This shared resource does not exist.*/
#define	NERR_DeviceNotShared	(NERR_BASE+211)	/* This device is not shared. */
#define NERR_ClientNameNotFound	(NERR_BASE+212)	/* A session does not exist with that computername. */
#define NERR_FileIdNotFound	(NERR_BASE+214)	/* There isn't an open file with that ID number. */
#define NERR_ExecFailure	(NERR_BASE+215)	/* A failure occurred when executing a remote administration command. */
#define NERR_TmpFile		(NERR_BASE+216) /* A failure occurred when opening a remote temporary file. */
#define NERR_TooMuchData	(NERR_BASE+217) /* The data returned from a remote administration command has been truncated to 64K. */
#define NERR_DeviceShareConflict (NERR_BASE+218) /* This device cannot be shared as both a spooled and a non-spooled resource. */
#define NERR_BrowserTableIncomplete (NERR_BASE+219)  /* The information in the list of servers may be incorrect. */
#define NERR_NotLocalDomain	(NERR_BASE+220) /* The computer isn't active on this domain. */

/* 
 * 	CharDev API related 
 *		Error codes BASE+230 to BASE+249
 */
 
/* UNUSED BASE+230 */
#define NERR_DevInvalidOpCode	(NERR_BASE+231)	/* The operation is invalid for this device. */
#define NERR_DevNotFound	(NERR_BASE+232)	/* This device cannot be shared. */
#define NERR_DevNotOpen		(NERR_BASE+233)	/* This device was not open. */
#define NERR_BadQueueDevString	(NERR_BASE+234)	/* This devicename list is invalid. */
#define NERR_BadQueuePriority	(NERR_BASE+235)	/* The queue priority is invalid. */
#define NERR_NoCommDevs		(NERR_BASE+237)	/* There are no shared communication devices. */
#define NERR_QueueNotFound	(NERR_BASE+238)	/* The queue you specified doesn't exist. */
#define NERR_BadDevString	(NERR_BASE+240) /* This list of devices is invalid. */
#define NERR_BadDev		(NERR_BASE+241) /* The requested device is invalid. */
#define NERR_InUseBySpooler	(NERR_BASE+242) /* This device is already in use by the spooler. */
#define 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
 */
 
#define NERR_InvalidComputer   (NERR_BASE+251) /* This computername is invalid. */
/* UNUSED BASE+252 */
/* UNUSED BASE+253 */
#define NERR_MaxLenExceeded    (NERR_BASE+254) /* The string and prefix specified are too long. */
/* UNUSED BASE+255 */
#define NERR_BadComponent      (NERR_BASE+256) /* This path component is invalid. */
#define NERR_CantType	       (NERR_BASE+257) /* Cannot determine type of input. */
/* UNUSED BASE+258 */
/* UNUSED BASE+259 */
#define NERR_TooManyEntries    (NERR_BASE+262) /* The buffer for types is not big enough. */

/* 
 *	NetProfile
 *		Error codes BASE+270 to BASE+276
 */
 
#define NERR_ProfileFileTooBig	(NERR_BASE+270) /* Profile files cannot exceed 64K. */
#define NERR_ProfileOffset	(NERR_BASE+271) /* The start offset is out of range. */
#define NERR_ProfileCleanup	(NERR_BASE+272) /* The system cannot delete current connections to network resources. */
#define NERR_ProfileUnknownCmd	(NERR_BASE+273) /* The system was unable to parse the command line in this file.*/
#define NERR_ProfileLoadErr	(NERR_BASE+274) /* An error occurred while loading the profile file. */
#define 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
 */

#define NERR_LogOverflow	   (NERR_BASE+277)	/* This log file exceeds the maximum defined size. */
#define NERR_LogFileChanged	   (NERR_BASE+278)	/* This log file has changed between reads. */
#define NERR_LogFileCorrupt	   (NERR_BASE+279)	/* This log file is corrupt. */

/* 
 *	NetRemote
 *		Error codes BASE+280 to BASE+299
 */
#define NERR_SourceIsDir   (NERR_BASE+280) /* The source path cannot be a directory. */
#define NERR_BadSource     (NERR_BASE+281) /* The source path is illegal. */
#define NERR_BadDest       (NERR_BASE+282) /* The destination path is illegal. */
#define NERR_DifferentServers   (NERR_BASE+283) /* The source and destination paths are on different servers. */
/* UNUSED BASE+284 */
#define NERR_RunSrvPaused 	(NERR_BASE+285) /* The Run server you requested is paused. */
/* UNUSED BASE+286 */
/* UNUSED BASE+287 */
/* UNUSED BASE+288 */
#define NERR_ErrCommRunSrv 	(NERR_BASE+289) /* An error occurred when communicating with a Run server. */
/* UNUSED BASE+290 */
#define NERR_ErrorExecingGhost 	(NERR_BASE+291) /* An error occurred when starting a background process. */
#define NERR_ShareNotFound 	(NERR_BASE+292) /* The shared resource you are connected to could not be found.*/
/* UNUSED BASE+293 */
/* UNUSED BASE+294 */


/*
 *  NetWksta.sys (redir) returned error codes.
 *
 *          NERR_BASE + (300-329)
 */

#define NERR_InvalidLana        (NERR_BASE+300) /* The LAN adapter number is invalid.  */
#define NERR_OpenFiles          (NERR_BASE+301) /* There are open files on the connection.    */
#define NERR_ActiveConns        (NERR_BASE+302) /* Active connections still exist. */
#define NERR_BadPasswordCore    (NERR_BASE+303) /* This netname or password is invalid. */
#define NERR_DevInUse           (NERR_BASE+304) /* The device is being accessed by an active process. */
#define NERR_LocalDrive		(NERR_BASE+305) /* The drive letter is in use locally. */

/*
 *  Alert error codes.
 *
 *          NERR_BASE + (330-339)
 */
#define NERR_AlertExists	(NERR_BASE+330)	/* The specified client is already registered for the specified event. */
#define NERR_TooManyAlerts	(NERR_BASE+331)	/* The alert table is full. */
#define NERR_NoSuchAlert	(NERR_BASE+332)	/* An invalid or nonexistent alertname was raised. */
#define NERR_BadRecipient       (NERR_BASE+333) /* The alert recipient is invalid.*/
#define NERR_AcctLimitExceeded	(NERR_BASE+334) /* A user's session with this server has been deleted
						 * because his logon hours are no longer valid */

/*
 *  Additional Error and Audit log codes.
 *
 *	    NERR_BASE +(340-343)
 */
#define NERR_InvalidLogSeek	(NERR_BASE+340) /* The log file does not contain the requested record number. */
/* UNUSED BASE+341 */
/* UNUSED BASE+342 */
/* UNUSED BASE+343 */

/*
 *  Additional UAS and NETLOGON codes
 *
 *	    NERR_BASE +(350-359)
 */
#define NERR_BadUasConfig	(NERR_BASE+350) /* The user account system 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 admin account. */
#define NERR_DCNotFound		(NERR_BASE+353) /* Unable to find domain controller for this domain. */
#define NERR_LogonTrackingError	(NERR_BASE+354) /* Unable to 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 grow the user account system database. */
/* UNUSED BASE+357 */
/* UNUSED BASE+358 */
/* UNUSED BASE+359 */

/*
 *  Server Integration error codes.
 *
 *	    NERR_BASE +(360-369)
 */
#define NERR_NoSuchServer	(NERR_BASE+360) /* The server ID does not specify a valid server. */
#define NERR_NoSuchSession	(NERR_BASE+361) /* The session ID does not specify a valid session. */
#define NERR_NoSuchConnection	(NERR_BASE+362) /* The connection ID 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 */

/*
 *  UPS error codes.
 *
 *	    NERR_BASE + (380-384)
 */
#define NERR_UPSDriverNotStarted    (NERR_BASE+380) /* The UPS driver could not be accessed by the UPS service. */
/* UNUSED BASE+381 */
/* UNUSED BASE+382 */
/* UNUSED BASE+383 */
/* UNUSED BASE+384 */

/*
 *  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)
 *
 */
#define NERR_FTNotInstalled     (NERR_BASE+425) /* DISKFT.SYS is not installed. */
#define NERR_FTMONITNotRunning  (NERR_BASE+426) /* FTMONIT is not running */
#define NERR_FTDiskNotLocked    (NERR_BASE+427) /* FTADMIN has not locked the disk. */
#define NERR_FTDiskNotAvailable (NERR_BASE+428) /* Some other process has locked the disk. */
#define NERR_FTUnableToStart    (NERR_BASE+429) /* The verifier/correcter cannot be started. */
#define NERR_FTNotInProgress    (NERR_BASE+430) /* The verifier/correcter can't be aborted because it isn't started. */
#define NERR_FTUnableToAbort    (NERR_BASE+431) /* The verifier/correcter can't be aborted. */
#define NERR_FTUnabletoChange   (NERR_BASE+432) /* The disk could not be locked/unlocked. */
#define NERR_FTInvalidErrHandle (NERR_BASE+433) /* The error handle was not recognized. */
#define NERR_FTDriveNotMirrored (NERR_BASE+434) /* The drive is not mirrored. */


#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).
 */


#endif /* NETERR_INCLUDED */


⌨️ 快捷键说明

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