NETERR_INCLUDED = 2102; // The workstation driver is not installed.
NERR_UnknownServer = 2103; // The server could not be located.
NERR_ShareMem = 2104; //An internal error occurred. The network cannot access a shared memory segment.
NERR_NoNetworkResource = 2105; // A network resource shortage occurred .
NERR_RemoteOnly = 2106; // This operation is not supported on workstations.
NERR_DevNotRedirected = 2107; // The device is not connected.
NERR_ServerNotStarted = 2114; // The Server service is not started.
NERR_ItemNotFound = 2115; // The queue is empty.
NERR_UnknownDevDir = 2116; // The device or directory does not exist.
NERR_RedirectedPath = 2117; // The operation is invalid on a redirected resource.
NERR_DuplicateShare = 2118; // The name has already been shared.
NERR_NoRoom = 2119; // The server is currently out of the requested resource.
NERR_TooManyItems = 2121; // Requested addition of items exceeds the maximum allowed.
NERR_InvalidMaxUsers = 2122; // The Peer service supports only two simultaneous users.
NERR_BufTooSmall = 2123; // The API return buffer is too small.
NERR_RemoteErr = 2127; // A remote API error occurred.
NERR_LanmanIniError = 2131; // An error occurred when opening or reading the configuration file.
NERR_NetworkError = 2136; // A general network error occurred.
NERR_WkstaInconsistentState = 2137; // The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
NERR_WkstaNotStarted = 2138; // The Workstation service has not been started.
NERR_BrowserNotStarted = 2139; // The requested information is not available.
NERR_InternalError = 2140; // An internal Windows NT error occurred.
NERR_BadTransactConfig = 2141; // The server is not configured for transactions.
NERR_InvalidAPI = 2142; // The requested API is not supported on the remote server.
NERR_BadEventName = 2143; // The event name is invalid.
NERR_DupNameReboot = 2144; // The computer name already exists on the network. Change it and restart the computer.
NERR_CfgCompNotFound = 2146; // The specified component could not be found in the configuration information.
NERR_CfgParamNotFound = 2147; // The specified parameter could not be found in the configuration information.
NERR_LineTooLong = 2149; // A line in the configuration file is too long.
NERR_QNotFound = 2150; // The printer does not exist.
NERR_JobNotFound = 2151; // The print job does not exist.
NERR_DestNotFound = 2152; // The printer destination cannot be found.
NERR_DestExists = 2153; // The printer destination already exists.
NERR_QExists = 2154; // The printer queue already exists.
NERR_QNoRoom = 2155; // No more printers can be added.
NERR_JobNoRoom = 2156; // No more print jobs can be added.
NERR_DestNoRoom = 2157; // No more printer destinations can be added.
NERR_DestIdle = 2158; // This printer destination is idle and cannot accept control operations.
NERR_DestInvalidOp = 2159; // This printer destination request contains an invalid control function.
NERR_ProcNoRespond = 2160; // The print processor is not responding.
NERR_SpoolerNotLoaded = 2161; // The spooler is not running.
NERR_DestInvalidState = 2162; // This operation cannot be performed on the print destination in its current state.
NERR_QInvalidState = 2163; // This operation cannot be performed on the printer queue in its current state.
NERR_JobInvalidState = 2164; // This operation cannot be performed on the print job in its current state.
NERR_SpoolNoMemory = 2165; // A spooler memory allocation failure occurred.
NERR_DriverNotFound = 2166; // The device driver does not exist.
NERR_DataTypeInvalid = 2167; // The data type is not supported by the print processor.
NERR_ProcNotFound = 2168; // The print processor is not installed.
NERR_ServiceTableLocked = 2180; // The service database is locked.
NERR_ServiceTableFull = 2181; // The service table is full.
NERR_ServiceInstalled = 2182; // The requested service has already been started.
NERR_ServiceEntryLocked = 2183; // The service does not respond to control actions.
NERR_ServiceNotInstalled = 2184; // The service has not been started.
NERR_BadServiceName = 2185; // The service name is invalid.
NERR_ServiceCtlTimeout = 2186; // The service is not responding to the control function.
NERR_ServiceCtlBusy = 2187; // The service control is busy.
NERR_BadServiceProgName = 2188; // The configuration file contains an invalid service program name.
NERR_ServiceNotCtrl = 2189; // The service could not be controlled in its present state.
NERR_ServiceKillProc = 2190; // The service ended abnormally.
NERR_ServiceCtlNotValid = 2191; // The requested pause or stop is not valid for this service.
NERR_NotInDispatchTbl = 2192; // The service control dispatcher could not find the service name in the dispatch table.
NERR_BadControlRecv = 2193; // The service control dispatcher pipe read failed.
NERR_ServiceNotStarting = 2194; // A thread for the new service could not be created.
NERR_AlreadyLoggedOn = 2200; // This workstation is already logged on to the local-area network.
NERR_NotLoggedOn = 2201; // The workstation is not logged on to the local-area network.
NERR_BadUsername = 2202; // The user name or group name parameter is invalid.
NERR_BadPassword = 2203; // The password parameter is invalid.
NERR_UnableToAddName_W = 2204; // @W The logon processor did not add the message alias.
NERR_UnableToAddName_F = 2205; // The logon processor did not add the message alias.
NERR_UnableToDelName_W = 2206; // @W The logoff processor did not delete the message alias.
NERR_UnableToDelName_F = 2207; // The logoff processor did not delete the message alias.
NERR_LogonsPaused = 2209; // Network logons are paused.
NERR_LogonServerConflict = 2210; // A centralized logon-server conflict occurred.
NERR_LogonNoUserPath = 2211; // The server is configured without a valid user path.
NERR_LogonScriptError = 2212; // An error occurred while loading or running the logon script.
NERR_StandaloneLogon = 2214; // The logon server was not specified. Your computer will be logged on as STANDALONE.
NERR_LogonServerNotFound = 2215; // The logon server could not be found.
NERR_LogonDomainExists = 2216; // There is already a logon domain for this computer.
NERR_NonValidatedLogon = 2217; // The logon server could not validate the logon.
NERR_ACFNotFound = 2219; // The security database could not be found.
NERR_GroupNotFound = 2220; // The group name could not be found.
NERR_UserNotFound = 2221; // The user name could not be found.
NERR_ResourceNotFound = 2222; // The resource name could not be found.
NERR_GroupExists = 2223; // The group already exists.
NERR_UserExists = 2224; // The user account already exists.
NERR_ResourceExists = 2225; // The resource permission list already exists.
NERR_NotPrimary = 2226; // This operation is only allowed on the primary domain controller of the domain.
NERR_ACFNotLoaded = 2227; // The security database has not been started.
NERR_ACFNoRoom = 2228; // There are too many names in the user accounts database.
NERR_ACFFileIOFail = 2229; // A disk I/O failure occurred.
NERR_ACFTooManyLists = 2230; // The limit of 64 entries per resource was exceeded.
NERR_UserLogon = 2231; // Deleting a user with a session is not allowed.
NERR_ACFNoParent = 2232; // The parent directory could not be located.
NERR_CanNotGrowSegment = 2233; // Unable to add to the security database session cache segment.
NERR_SpeGroupOp = 2234; // This operation is not allowed on this special group.
NERR_NotInCache = 2235; // This user is not cached in user accounts database session cache.
NERR_UserInGroup = 2236; // The user already belongs to this group.
NERR_UserNotInGroup = 2237; // The user does not belong to this group.
NERR_AccountUndefined = 2238; // This user account is undefined.
NERR_AccountExpired = 2239; // This user account has expired.
NERR_InvalidWorkstation = 2240; // The user is not allowed to log on from this workstation.
NERR_InvalidLogonHours = 2241; // The user is not allowed to log on at this time.
NERR_PasswordExpired = 2242; // The password of this user has expired.
NERR_PasswordCantChange = 2243; // The password of this user cannot change.
NERR_PasswordHistConflict = 2244; // This password cannot be used now.
NERR_PasswordTooShort = 2245; // The password is shorter than required.
NERR_PasswordTooRecent = 2246; // The password of this user is too recent to change.
NERR_InvalidDatabase = 2247; // The security database is corrupted.
NERR_DatabaseUpToDate = 2248; // No updates are necessary to this replicant network/local security database.
NERR_SyncRequired = 2249; // This replicant database is outdated; synchronization is required.
NERR_UseNotFound = 2250; // The network connection could not be found.
NERR_BadAsgType = 2251; // This asg_type is invalid.
NERR_DeviceIsShared = 2252; // This device is currently being shared.
NERR_NoComputerName = 2270; // The computer name could not be added as a message alias. The name may already exist on the network.
NERR_MsgAlreadyStarted = 2271; // The Messenger service is already started.
NERR_MsgInitFailed = 2272; // The Messenger service failed to start.
NERR_NameNotFound = 2273; // The message alias could not be found on the network.
NERR_AlreadyForwarded = 2274; // This message alias has already been forwarded.
NERR_AddForwarded = 2275; // This message alias has been added but is still forwarded.
NERR_AlreadyExists = 2276; // This message alias already exists locally.
NERR_TooManyNames = 2277; // The maximum number of added message aliases has been exceeded.
NERR_DelComputerName = 2278; // The computer name could not be deleted.
NERR_LocalForward = 2279; // Messages cannot be forwarded back to the same workstation.
NERR_GrpMsgProcessor = 2280; // An error occurred in the domain message processor.
NERR_PausedRemote = 2281; // The message was sent, but the recipient has paused the Messenger service.
NERR_BadReceive = 2282; // The message was sent but not received.
NERR_NameInUse = 2283; // The message alias is currently in use. Try again later.
NERR_MsgNotStarted = 2284; // The Messenger service has not been started.
NERR_NotLocalName = 2285; // The name is not on the local computer.
NERR_NoForwardName = 2286; // The forwarded message alias could not be found on the network.
NERR_RemoteFull = 2287; // The message alias table on the remote station is full.
NERR_NameNotForwarded = 2288; // Messages for this alias are not currently being forwarded.
NERR_TruncatedBroadcast = 2289; // The broadcast message was truncated.
NERR_InvalidDevice = 2294; // This is an invalid device name.
NERR_WriteFault = 2295; // A write fault occurred.
NERR_DuplicateName = 2297; // A duplicate message alias exists on the network.
NERR_DeleteLater = 2298; // @W This message alias will be deleted later.
NERR_IncompleteDel = 2299; // The message alias was not successfully deleted from all networks.
NERR_MultipleNets = 2300; // This operation is not supported on computers with multiple networks.
NERR_NetNameNotFound = 2310; // This shared resource does not exist.
NERR_DeviceNotShared = 2311; // This device is not shared.
NERR_ClientNameNotFound = 2312; // A session does not exist with that computer name.
NERR_FileIdNotFound = 2314; // There is not an open file with that identification number.
NERR_ExecFailure = 2315; // A failure occurred when executing a remote administration command.
NERR_TmpFile = 2316; // A failure occurred when opening a remote temporary file.
NERR_TooMuchData = 2317; // The data returned from a remote administration command has been truncated to 64K.
NERR_DeviceShareConflict = 2318; // This device cannot be shared as both a spooled and a non-spooled resource.
NERR_BrowserTableIncomplete = 2319; // The information in the list of servers may be incorrect.
NERR_NotLocalDomain = 2320; // The computer is not active in this domain.
NERR_IsDfsShare = 2321; // The share must be removed from the Distributed File System before it can be deleted.
NERR_DevInvalidOpCode = 2331; // The operation is invalid for this device.
NERR_DevNotFound = 2332; // This device cannot be shared.
NERR_DevNotOpen = 2333; // This device was not open.
NERR_BadQueueDevString = 2334; // This device name list is invalid.
NERR_BadQueuePriority = 2335; // The queue priority is invalid.
NERR_NoCommDevs = 2337; // There are no shared communication devices.
NERR_QueueNotFound = 2338; // The queue you specified does not exist.
NERR_BadDevString = 2340; // This list of devices is invalid.
NERR_BadDev = 2341; // The requested device is invalid.
NERR_InUseBySpooler = 2342; // This device is already in use by the spooler.
NERR_CommDevInUse = 2343; // This device is already in use as a communication device.
NERR_InvalidComputer = 2351; // This computer name is invalid.
NERR_MaxLenExceeded = 2354; // The string and prefix specified are too long.
NERR_BadComponent = 2356; // This path component is invalid.
NERR_CantType = 2357; // Could not determine the type of input.
NERR_TooManyEntries = 2362; // The buffer for types is not big enough.