// Net error file for basename NERR_BASE = 2100 // // // MessageId: NERR_NetNotStarted // // MessageText: // // The workstation driver (NETWKSTA.SYS on OS/2 workstations, NETWKSTA.EXE on DOS workstations) isn't installed. // #define NERR_NetNotStarted 2102 // // MessageId: NERR_UnknownServer // // MessageText: // // The server cannot be located. // #define NERR_UnknownServer 2103 // // MessageId: NERR_ShareMem // // MessageText: // // An internal error occurred. The network cannot access a shared memory segment. // #define NERR_ShareMem 2104 // // MessageId: NERR_NoNetworkResource // // MessageText: // // A network resource shortage occurred . // #define NERR_NoNetworkResource 2105 // // MessageId: NERR_RemoteOnly // // MessageText: // // This operation is not supported on workstations. // #define NERR_RemoteOnly 2106 // // MessageId: NERR_DevNotRedirected // // MessageText: // // The device is not connected. // #define NERR_DevNotRedirected 2107 // // MessageId: NERR_ServerNotStarted // // MessageText: // // The Server service isn't started. // #define NERR_ServerNotStarted 2114 // // MessageId: NERR_ItemNotFound // // MessageText: // // The queue is empty. // #define NERR_ItemNotFound 2115 // // MessageId: NERR_UnknownDevDir // // MessageText: // // The device or directory does not exist. // #define NERR_UnknownDevDir 2116 // // MessageId: NERR_RedirectedPath // // MessageText: // // The operation is invalid on a redirected resource. // #define NERR_RedirectedPath 2117 // // MessageId: NERR_DuplicateShare // // MessageText: // // The name has already been shared. // #define NERR_DuplicateShare 2118 // // MessageId: NERR_NoRoom // // MessageText: // // The server is currently out of the requested resource. // #define NERR_NoRoom 2119 // // MessageId: NERR_TooManyItems // // MessageText: // // Requested add of item exceeds maximum allowed. // #define NERR_TooManyItems 2121 // // MessageId: NERR_InvalidMaxUsers // // MessageText: // // The Peer service supports only two simultaneous users. // #define NERR_InvalidMaxUsers 2122 // // MessageId: NERR_BufTooSmall // // MessageText: // // The API return buffer is too small. // #define NERR_BufTooSmall 2123 // // MessageId: NERR_RemoteErr // // MessageText: // // A remote API error occurred. // #define NERR_RemoteErr 2127 // // MessageId: NERR_LanmanIniError // // MessageText: // // An error occurred when opening or reading LANMAN.INI. // #define NERR_LanmanIniError 2131 // // MessageId: NERR_OS2IoctlError // // MessageText: // // An internal error occurred when calling the workstation driver. // #define NERR_OS2IoctlError 2134 // // MessageId: NERR_NetworkError // // MessageText: // // A general network error occurred. // #define NERR_NetworkError 2136 // // MessageId: NERR_WkstaNotStarted // // MessageText: // // The Workstation service has not been started. // #define NERR_WkstaNotStarted 2138 // // MessageId: NERR_BrowserNotStarted // // MessageText: // // The requested information is not available. // #define NERR_BrowserNotStarted 2139 // // MessageId: NERR_InternalError // // MessageText: // // An internal LAN Manager error occurred. // #define NERR_InternalError 2140 // // MessageId: NERR_BadTransactConfig // // MessageText: // // The server is not configured for transactions. // #define NERR_BadTransactConfig 2141 // // MessageId: NERR_InvalidAPI // // MessageText: // // The requested API isn't supported on the remote server. // #define NERR_InvalidAPI 2142 // // MessageId: NERR_BadEventName // // MessageText: // // The event name is invalid. // #define NERR_BadEventName 2143 // // MessageId: NERR_CfgCompNotFound // // MessageText: // // Could not find the specified component in LANMAN.INI. // #define NERR_CfgCompNotFound 2146 // // MessageId: NERR_CfgParamNotFound // // MessageText: // // Could not find the specified parameter in LANMAN.INI. // #define NERR_CfgParamNotFound 2147 // // MessageId: NERR_LineTooLong // // MessageText: // // A line in LANMAN.INI is too long. // #define NERR_LineTooLong 2149 // // MessageId: NERR_QNotFound // // MessageText: // // The printer queue does not exist. // #define NERR_QNotFound 2150 // // MessageId: NERR_JobNotFound // // MessageText: // // The print job does not exist. // #define NERR_JobNotFound 2151 // // MessageId: NERR_DestNotFound // // MessageText: // // The printer destination cannot be found. // #define NERR_DestNotFound 2152 // // MessageId: NERR_DestExists // // MessageText: // // The printer destination already exists. // #define NERR_DestExists 2153 // // MessageId: NERR_QExists // // MessageText: // // The printer queue already exists. // #define NERR_QExists 2154 // // MessageId: NERR_QNoRoom // // MessageText: // // No more printer queues can be added. // #define NERR_QNoRoom 2155 // // MessageId: NERR_JobNoRoom // // MessageText: // // No more print jobs can be added. // #define NERR_JobNoRoom 2156 // // MessageId: NERR_DestNoRoom // // MessageText: // // No more printer destinations can be added. // #define NERR_DestNoRoom 2157 // // MessageId: NERR_DestIdle // // MessageText: // // This printer destination is idle and cannot accept control operations. // #define NERR_DestIdle 2158 // // MessageId: NERR_DestInvalidOp // // MessageText: // // This printer destination request contains an invalid control function. // #define NERR_DestInvalidOp 2159 // // MessageId: NERR_ProcNoRespond // // MessageText: // // The printer processor is not responding. // #define NERR_ProcNoRespond 2160 // // MessageId: NERR_SpoolerNotLoaded // // MessageText: // // The spooler is not running. // #define NERR_SpoolerNotLoaded 2161 // // MessageId: NERR_DestInvalidState // // MessageText: // // This operation cannot be performed on the print destination in its current state. // #define NERR_DestInvalidState 2162 // // MessageId: NERR_QInvalidState // // MessageText: // // This operation cannot be performed on the printer queue in its current state. // #define NERR_QInvalidState 2163 // // MessageId: NERR_JobInvalidState // // MessageText: // // This operation cannot be performed on the print job in its current state. // #define NERR_JobInvalidState 2164 // // MessageId: NERR_SpoolNoMemory // // MessageText: // // A spooler memory allocation failure occurred. // #define NERR_SpoolNoMemory 2165 // // MessageId: NERR_DriverNotFound // // MessageText: // // The device driver does not exist. // #define NERR_DriverNotFound 2166 // // MessageId: NERR_DataTypeInvalid // // MessageText: // // The datatype is not supported by the processor. // #define NERR_DataTypeInvalid 2167 // // MessageId: NERR_ProcNotFound // // MessageText: // // The print processor is not installed. // #define NERR_ProcNotFound 2168 // // MessageId: NERR_ServiceTableLocked // // MessageText: // // The service does not respond to control actions. // #define NERR_ServiceTableLocked 2180 // // MessageId: NERR_ServiceTableFull // // MessageText: // // The service table is full. // #define NERR_ServiceTableFull 2181 // // MessageId: NERR_ServiceInstalled // // MessageText: // // The requested service has already been started. // #define NERR_ServiceInstalled 2182 // // MessageId: NERR_ServiceEntryLocked // // MessageText: // // The service does not respond to control actions. // #define NERR_ServiceEntryLocked 2183 // // MessageId: NERR_ServiceNotInstalled // // MessageText: // // The service has not been started. // #define NERR_ServiceNotInstalled 2184 // // MessageId: NERR_BadServiceName // // MessageText: // // The service name is invalid. // #define NERR_BadServiceName 2185 // // MessageId: NERR_ServiceCtlTimeout // // MessageText: // // The service is not responding to the control function. // #define NERR_ServiceCtlTimeout 2186 // // MessageId: NERR_ServiceCtlBusy // // MessageText: // // The service control is busy. // #define NERR_ServiceCtlBusy 2187 // // MessageId: NERR_BadServiceProgName // // MessageText: // // LANMAN.INI contains an invalid service program name. // #define NERR_BadServiceProgName 2188 // // MessageId: NERR_ServiceNotCtrl // // MessageText: // // The service cannot be controlled in its present state. // #define NERR_ServiceNotCtrl 2189 // // MessageId: NERR_ServiceKillProc // // MessageText: // // The service ended abnormally. // #define NERR_ServiceKillProc 2190 // // MessageId: NERR_ServiceCtlNotValid // // MessageText: // // The requested pause or stop is not valid for this service. // #define NERR_ServiceCtlNotValid 2191 // // MessageId: NERR_AlreadyLoggedOn // // MessageText: // // This workstation is already logged on to the local-area network. // #define NERR_AlreadyLoggedOn 2200 // // MessageId: NERR_NotLoggedOn // // MessageText: // // The workstation isn't logged on to the local-area network. // #define NERR_NotLoggedOn 2201 // // MessageId: NERR_BadUsername // // MessageText: // // The username or groupname parameter is invalid. // #define NERR_BadUsername 2202 // // MessageId: NERR_BadPassword // // MessageText: // // The password parameter is invalid. // #define NERR_BadPassword 2203 // // MessageId: NERR_UnableToAddName_W // // MessageText: // // The logon processor did not add the message alias. // #define NERR_UnableToAddName_W 2204 // // MessageId: NERR_UnableToAddName_F // // MessageText: // // The logon processor did not add the message alias. // #define NERR_UnableToAddName_F 2205 // // MessageId: NERR_UnableToDelName_W // // MessageText: // // The logoff processor did not delete the message alias. // #define NERR_UnableToDelName_W 2206 // // MessageId: NERR_UnableToDelName_F // // MessageText: // // The logoff processor did not delete the message alias. // #define NERR_UnableToDelName_F 2207 // // MessageId: NERR_LogonsPaused // // MessageText: // // Network logons are paused. // #define NERR_LogonsPaused 2209 // // MessageId: NERR_LogonServerConflict // // MessageText: // // A centralized logon-server conflict occurred. // #define NERR_LogonServerConflict 2210 // // MessageId: NERR_LogonNoUserPath // // MessageText: // // The server is configured without a valid user path. // #define NERR_LogonNoUserPath 2211 // // MessageId: NERR_LogonScriptError // // MessageText: // // An error occurred while loading or running the logon script. // #define NERR_LogonScriptError 2212 // // MessageId: NERR_StandaloneLogon // // MessageText: // // The logon server was not specified. Your computer will be logged on as STANDALONE. // #define NERR_StandaloneLogon 2214 // // MessageId: NERR_LogonServerNotFound // // MessageText: // // The logon server cannot be found. // #define NERR_LogonServerNotFound 2215 // // MessageId: NERR_LogonDomainExists // // MessageText: // // There is already a logon domain for this computer. // #define NERR_LogonDomainExists 2216 // // MessageId: NERR_NonValidatedLogon // // MessageText: // // The logon server could not validate the logon. // #define NERR_NonValidatedLogon 2217 // // MessageId: NERR_ACFNotFound // // MessageText: // // The accounts file NET.ACC cannot be found. // #define NERR_ACFNotFound 2219 // // MessageId: NERR_GroupNotFound // // MessageText: // // The groupname cannot be found. // #define NERR_GroupNotFound 2220 // // MessageId: NERR_UserNotFound // // MessageText: // // The username cannot be found. // #define NERR_UserNotFound 2221 // // MessageId: NERR_ResourceNotFound // // MessageText: // // The resource name cannot be found. // #define NERR_ResourceNotFound 2222 // // MessageId: NERR_GroupExists // // MessageText: // // The group already exists. // #define NERR_GroupExists 2223 // // MessageId: NERR_UserExists // // MessageText: // // The user account already exists. // #define NERR_UserExists 2224 // // MessageId: NERR_ResourceExists // // MessageText: // // The resource permission list already exists. // #define NERR_ResourceExists 2225 // // MessageId: NERR_NotPrimary // // MessageText: // // The UAS database is replicant and will not allow updates. // #define NERR_NotPrimary 2226 // // MessageId: NERR_ACFNotLoaded // // MessageText: // // The user account system has not been started. // #define NERR_ACFNotLoaded 2227 // // MessageId: NERR_ACFNoRoom // // MessageText: // // There are too many names in the user account system. // #define NERR_ACFNoRoom 2228 // // MessageId: NERR_ACFFileIOFail // // MessageText: // // A disk I/O failure occurred. // #define NERR_ACFFileIOFail 2229 // // MessageId: NERR_ACFTooManyLists // // MessageText: // // The limit of 64 entries per resource was exceeded. // #define NERR_ACFTooManyLists 2230 // // MessageId: NERR_UserLogon // // MessageText: // // Deleting a user with a session is not allowed. // #define NERR_UserLogon 2231 // // MessageId: NERR_ACFNoParent // // MessageText: // // The parent directory cannot be located. // #define NERR_ACFNoParent 2232 // // MessageId: NERR_CanNotGrowSegment // // MessageText: // // Unable to grow UAS session cache segment. // #define NERR_CanNotGrowSegment 2233 // // MessageId: NERR_SpeGroupOp // // MessageText: // // This operation is not allowed on this special group. // #define NERR_SpeGroupOp 2234 // // MessageId: NERR_NotInCache // // MessageText: // // This user is not cached in UAS session cache. // #define NERR_NotInCache 2235 // // MessageId: NERR_UserInGroup // // MessageText: // // The user already belongs to this group. // #define NERR_UserInGroup 2236 // // MessageId: NERR_UserNotInGroup // // MessageText: // // The user does not belong to this group. // #define NERR_UserNotInGroup 2237 // // MessageId: NERR_AccountUndefined // // MessageText: // // This user account is undefined. // #define NERR_AccountUndefined 2238 // // MessageId: NERR_AccountExpired // // MessageText: // // This user account has expired. // #define NERR_AccountExpired 2239 // // MessageId: NERR_InvalidWorkstation // // MessageText: // // The user is not allowed to log on from this workstation. // #define NERR_InvalidWorkstation 2240 // // MessageId: NERR_InvalidLogonHours // // MessageText: // // The user is not allowed to log on at this time. // #define NERR_InvalidLogonHours 2241 // // MessageId: NERR_PasswordExpired // // MessageText: // // The password of this user has expired. // #define NERR_PasswordExpired 2242 // // MessageId: NERR_PasswordCantChange // // MessageText: // // The password of this user cannot change. // #define NERR_PasswordCantChange 2243 // // MessageId: NERR_PasswordHistConflict // // MessageText: // // This password cannot be used now. // #define NERR_PasswordHistConflict 2244 // // MessageId: NERR_PasswordTooShort // // MessageText: // // The password is shorter than required. // #define NERR_PasswordTooShort 2245 // // MessageId: NERR_PasswordTooRecent // // MessageText: // // The password of this user is too recent to change. // #define NERR_PasswordTooRecent 2246 // // MessageId: NERR_InvalidDatabase // // MessageText: // // The UAS database file is corrupted. // #define NERR_InvalidDatabase 2247 // // MessageId: NERR_DatabaseUpToDate // // MessageText: // // No updates are necessary to this replicant UAS database. // #define NERR_DatabaseUpToDate 2248 // // MessageId: NERR_SyncRequired // // MessageText: // // This replicant database is outdated; synchronization is required. // #define NERR_SyncRequired 2249 // // MessageId: NERR_UseNotFound // // MessageText: // // The connection cannot be found. // #define NERR_UseNotFound 2250 // // MessageId: NERR_BadAsgType // // MessageText: // // This asg_type is invalid. // #define NERR_BadAsgType 2251 // // MessageId: NERR_DeviceIsShared // // MessageText: // // This device is currently being shared. // #define NERR_DeviceIsShared 2252 // // MessageId: NERR_DfsDrive // // MessageText: // // Wrong level for getinfo on DFS drive. // #define NERR_DfsDrive 2253 // // MessageId: NERR_CannotBeDeleted // // MessageText: // // Perment connection cannot be deleted. // #define NERR_CannotBeDeleted 2254 // // MessageId: NERR_NoComputerName // // MessageText: // // A computername has not been configured. // #define NERR_NoComputerName 2270 // // MessageId: NERR_MsgAlreadyStarted // // MessageText: // // The Messenger service is already started. // #define NERR_MsgAlreadyStarted 2271 // // MessageId: NERR_MsgInitFailed // // MessageText: // // The Messenger service failed to start. // #define NERR_MsgInitFailed 2272 // // MessageId: NERR_NameNotFound // // MessageText: // // The message alias cannot be found on the local-area network. // #define NERR_NameNotFound 2273 // // MessageId: NERR_AlreadyForwarded // // MessageText: // // This message alias has already been forwarded. // #define NERR_AlreadyForwarded 2274 // // MessageId: NERR_AddForwarded // // MessageText: // // This message alias has been added but is still forwarded. // #define NERR_AddForwarded 2275 // // MessageId: NERR_AlreadyExists // // MessageText: // // This message alias already exists locally. // #define NERR_AlreadyExists 2276 // // MessageId: NERR_TooManyNames // // MessageText: // // The maximum number of added message aliases has been exceeded. // #define NERR_TooManyNames 2277 // // MessageId: NERR_DelComputerName // // MessageText: // // The computername cannot be deleted. // #define NERR_DelComputerName 2278 // // MessageId: NERR_LocalForward // // MessageText: // // Messages cannot be forwarded back to the same workstation. // #define NERR_LocalForward 2279 // // MessageId: NERR_GrpMsgProcessor // // MessageText: // // Error in domain message processor // #define NERR_GrpMsgProcessor 2280 // // MessageId: NERR_PausedRemote // // MessageText: // // The message was sent, but the recipient has paused the Messenger service. // #define NERR_PausedRemote 2281 // // MessageId: NERR_BadReceive // // MessageText: // // The message was sent but not received. // #define NERR_BadReceive 2282 // // MessageId: NERR_NameInUse // // MessageText: // // The message alias is currently in use. Try again later. // #define NERR_NameInUse 2283 // // MessageId: NERR_MsgNotStarted // // MessageText: // // The Messenger service has not been started. // #define NERR_MsgNotStarted 2284 // // MessageId: NERR_NotLocalName // // MessageText: // // The name is not on the local computer. // #define NERR_NotLocalName 2285 // // MessageId: NERR_NoForwardName // // MessageText: // // The forwarded message alias cannot be found on the network. // #define NERR_NoForwardName 2286 // // MessageId: NERR_RemoteFull // // MessageText: // // The message alias table on the remote station is full. // #define NERR_RemoteFull 2287 // // MessageId: NERR_NameNotForwarded // // MessageText: // // Messages for this alias are not currently being forwarded. // #define NERR_NameNotForwarded 2288 // // MessageId: NERR_TruncatedBroadcast // // MessageText: // // The broadcast message was truncated. // #define NERR_TruncatedBroadcast 2289 // // MessageId: NERR_InvalidDevice // // MessageText: // // This is an invalid devicename. // #define NERR_InvalidDevice 2294 // // MessageId: NERR_WriteFault // // MessageText: // // A write fault occurred. // #define NERR_WriteFault 2295 // // MessageId: NERR_DuplicateName // // MessageText: // // A duplicate message alias exists on the local-area network. // #define NERR_DuplicateName 2297 // // MessageId: NERR_DeleteLater // // MessageText: // // This message alias will be deleted later. // #define NERR_DeleteLater 2298 // // MessageId: NERR_IncompleteDel // // MessageText: // // The message alias was not successfully deleted from all networks. // #define NERR_IncompleteDel 2299 // // MessageId: NERR_MultipleNets // // MessageText: // // This operation is not supported on machines with multiple networks. // #define NERR_MultipleNets 2300 // // MessageId: NERR_NetNameNotFound // // MessageText: // // This shared resource does not exist. // #define NERR_NetNameNotFound 2310 // // MessageId: NERR_DeviceNotShared // // MessageText: // // This device is not shared. // #define NERR_DeviceNotShared 2311 // // MessageId: NERR_ClientNameNotFound // // MessageText: // // A session does not exist with that computername. // #define NERR_ClientNameNotFound 2312 // // MessageId: NERR_FileIdNotFound // // MessageText: // // There isn't an open file with that ID number. // #define NERR_FileIdNotFound 2314 // // MessageId: NERR_ExecFailure // // MessageText: // // A failure occurred when executing a remote administration command. // #define NERR_ExecFailure 2315 // // MessageId: NERR_TmpFile // // MessageText: // // A failure occurred when opening a remote temporary file. // #define NERR_TmpFile 2316 // // MessageId: NERR_TooMuchData // // MessageText: // // The data returned from a remote administration command has been truncated to 64K. // #define NERR_TooMuchData 2317 // // MessageId: NERR_DeviceShareConflict // // MessageText: // // This device cannot be shared as both a spooled and a non-spooled resource. // #define NERR_DeviceShareConflict 2318 // // MessageId: NERR_BrowserTableIncomplete // // MessageText: // // The information in the list of servers may be incorrect. // #define NERR_BrowserTableIncomplete 2319 // // MessageId: NERR_NotLocalDomain // // MessageText: // // The computer isn't active on this domain. // #define NERR_NotLocalDomain 2320 // // MessageId: NERR_DevInvalidOpCode // // MessageText: // // The operation is invalid for this device. // #define NERR_DevInvalidOpCode 2331 // // MessageId: NERR_DevNotFound // // MessageText: // // This device cannot be shared. // #define NERR_DevNotFound 2332 // // MessageId: NERR_DevNotOpen // // MessageText: // // This device was not open. // #define NERR_DevNotOpen 2333 // // MessageId: NERR_BadQueueDevString // // MessageText: // // This devicename list is invalid. // #define NERR_BadQueueDevString 2334 // // MessageId: NERR_BadQueuePriority // // MessageText: // // The queue priority is invalid. // #define NERR_BadQueuePriority 2335 // // MessageId: NERR_NoCommDevs // // MessageText: // // There are no shared communication devices. // #define NERR_NoCommDevs 2337 // // MessageId: NERR_QueueNotFound // // MessageText: // // The queue you specified doesn't exist. // #define NERR_QueueNotFound 2338 // // MessageId: NERR_BadDevString // // MessageText: // // This list of devices is invalid. // #define NERR_BadDevString 2340 // // MessageId: NERR_BadDev // // MessageText: // // The requested device is invalid. // #define NERR_BadDev 2341 // // MessageId: NERR_InUseBySpooler // // MessageText: // // This device is already in use by the spooler. // #define NERR_InUseBySpooler 2342 // // MessageId: NERR_CommDevInUse // // MessageText: // // This device is already in use as a communication device. // #define NERR_CommDevInUse 2343 // // MessageId: NERR_InvalidComputer // // MessageText: // // This computername is invalid. // #define NERR_InvalidComputer 2351 // // MessageId: NERR_MaxLenExceeded // // MessageText: // // The string and prefix specified are too long. // #define NERR_MaxLenExceeded 2354 // // MessageId: NERR_BadComponent // // MessageText: // // This path component is invalid. // #define NERR_BadComponent 2356 // // MessageId: NERR_CantType // // MessageText: // // Cannot determine type of input. // #define NERR_CantType 2357 // // MessageId: NERR_TooManyEntries // // MessageText: // // The buffer for types is not big enough. // #define NERR_TooManyEntries 2362 // // MessageId: NERR_ProfileFileTooBig // // MessageText: // // Profile files cannot exceed 64K. // #define NERR_ProfileFileTooBig 2370 // // MessageId: NERR_ProfileOffset // // MessageText: // // The start offset is out of range. // #define NERR_ProfileOffset 2371 // // MessageId: NERR_ProfileCleanup // // MessageText: // // The system cannot delete current connections to network resources. // #define NERR_ProfileCleanup 2372 // // MessageId: NERR_ProfileUnknownCmd // // MessageText: // // The system was unable to parse the command line in this file. // #define NERR_ProfileUnknownCmd 2373 // // MessageId: NERR_ProfileLoadErr // // MessageText: // // An error occurred while loading the profile file. // #define NERR_ProfileLoadErr 2374 // // MessageId: NERR_ProfileSaveErr // // MessageText: // // Errors occurred while saving the profile file. The profile was partially saved. // #define NERR_ProfileSaveErr 2375 // // MessageId: NERR_LogOverflow // // MessageText: // // This log file exceeds the maximum defined size. // #define NERR_LogOverflow 2377 // // MessageId: NERR_LogFileChanged // // MessageText: // // This log file has changed between reads. // #define NERR_LogFileChanged 2378 // // MessageId: NERR_LogFileCorrupt // // MessageText: // // This log file is corrupt. // #define NERR_LogFileCorrupt 2379 // // MessageId: NERR_SourceIsDir // // MessageText: // // The source path cannot be a directory. // #define NERR_SourceIsDir 2380 // // MessageId: NERR_BadSource // // MessageText: // // The source path is illegal. // #define NERR_BadSource 2381 // // MessageId: NERR_BadDest // // MessageText: // // The destination path is illegal. // #define NERR_BadDest 2382 // // MessageId: NERR_DifferentServers // // MessageText: // // The source and destination paths are on different servers. // #define NERR_DifferentServers 2383 // // MessageId: NERR_RunSrvPaused // // MessageText: // // The Run server you requested is paused. // #define NERR_RunSrvPaused 2385 // // MessageId: NERR_ErrCommRunSrv // // MessageText: // // An error occurred when communicating with a Run server. // #define NERR_ErrCommRunSrv 2389 // // MessageId: NERR_ErrorExecingGhost // // MessageText: // // An error occurred when starting a background process. // #define NERR_ErrorExecingGhost 2391 // // MessageId: NERR_ShareNotFound // // MessageText: // // The shared resource you are connected to could not be found. // #define NERR_ShareNotFound 2392 // // MessageId: NERR_InvalidLana // // MessageText: // // The LAN adapter number is invalid. // #define NERR_InvalidLana 2400 // // MessageId: NERR_OpenFiles // // MessageText: // // There are open files on the connection. // #define NERR_OpenFiles 2401 // // MessageId: NERR_ActiveConns // // MessageText: // // Active connections still exist. // #define NERR_ActiveConns 2402 // // MessageId: NERR_BadPasswordCore // // MessageText: // // This netname or password is invalid. // #define NERR_BadPasswordCore 2403 // // MessageId: NERR_DevInUse // // MessageText: // // The device is being accessed by an active process. // #define NERR_DevInUse 2404 // // MessageId: NERR_LocalDrive // // MessageText: // // The drive letter is in use locally. // #define NERR_LocalDrive 2405 // // MessageId: NERR_AlertExists // // MessageText: // // The specified client is already registered for the specified event. // #define NERR_AlertExists 2430 // // MessageId: NERR_TooManyAlerts // // MessageText: // // The alert table is full. // #define NERR_TooManyAlerts 2431 // // MessageId: NERR_NoSuchAlert // // MessageText: // // An invalid or nonexistent alertname was raised. // #define NERR_NoSuchAlert 2432 // // MessageId: NERR_BadRecipient // // MessageText: // // The alert recipient is invalid. // #define NERR_BadRecipient 2433 // // MessageId: NERR_AcctLimitExceeded // // MessageText: // // A user's session with this server has been deleted // because his logon hours are no longer valid // #define NERR_AcctLimitExceeded 2434 // // MessageId: NERR_InvalidLogSeek // // MessageText: // // The log file does not contain the requested record number. // #define NERR_InvalidLogSeek 2440 // // MessageId: NERR_BadUasConfig // // MessageText: // // The user account system database is not configured correctly. // #define NERR_BadUasConfig 2450 // // MessageId: NERR_InvalidUASOp // // MessageText: // // This operation is not permitted when the Netlogon service is running. // #define NERR_InvalidUASOp 2451 // // MessageId: NERR_LastAdmin // // MessageText: // // This operation is not allowed on the last admin account. // #define NERR_LastAdmin 2452 // // MessageId: NERR_DCNotFound // // MessageText: // // Unable to find domain controller for this domain. // #define NERR_DCNotFound 2453 // // MessageId: NERR_LogonTrackingError // // MessageText: // // Unable to set logon information for this user. // #define NERR_LogonTrackingError 2454 // // MessageId: NERR_NetlogonNotStarted // // MessageText: // // The Netlogon service has not been started. // #define NERR_NetlogonNotStarted 2455 // // MessageId: NERR_CanNotGrowUASFile // // MessageText: // // Unable to grow the user account system database. // #define NERR_CanNotGrowUASFile 2456 // // MessageId: NERR_TimeDiffAtDC // // MessageText: // // This server's clock is out of sync with the PDC's clock // #define NERR_TimeDiffAtDC 2457 // // MessageId: NERR_PasswordMismatch // // MessageText: // // A password mismatch has been detected. // #define NERR_PasswordMismatch 2458 // // MessageId: NERR_NoSuchServer // // MessageText: // // The server ID does not specify a valid server. // #define NERR_NoSuchServer 2460 // // MessageId: NERR_NoSuchSession // // MessageText: // // The session ID does not specify a valid session. // #define NERR_NoSuchSession 2461 // // MessageId: NERR_NoSuchConnection // // MessageText: // // The connection ID does not specify a valid connection. // #define NERR_NoSuchConnection 2462 // // MessageId: NERR_TooManyServers // // MessageText: // // There is no space for another entry in the table of available servers. // #define NERR_TooManyServers 2463 // // MessageId: NERR_TooManySessions // // MessageText: // // The server has reached the maximum number of sessions it supports. // #define NERR_TooManySessions 2464 // // MessageId: NERR_TooManyConnections // // MessageText: // // The server has reached the maximum number of connections it supports. // #define NERR_TooManyConnections 2465 // // MessageId: NERR_TooManyFiles // // MessageText: // // The server cannot open more files because it has reached its maximum number. // #define NERR_TooManyFiles 2466 // // MessageId: NERR_NoAlternateServers // // MessageText: // // There are no alternate servers registered on this server. // #define NERR_NoAlternateServers 2467 // // MessageId: NERR_UPSDriverNotStarted // // MessageText: // // The UPS driver could not be accessed by the UPS service. // #define NERR_UPSDriverNotStarted 2480 // // MessageId: NERR_AgentExhausted // // MessageText: // // Agent is exhausted // #define NERR_AgentExhausted 2490 // // MessageId: NERR_FormatNotAvail // // MessageText: // // Requested format is not available // #define NERR_FormatNotAvail 2491 // // MessageId: NERR_AllocatorNotConfig // // MessageText: // // Allocator is not configured // #define NERR_AllocatorNotConfig 2492 // // MessageId: NERR_IdentExhausted // // MessageText: // // Identifier Auth. value is exhausted // #define NERR_IdentExhausted 2493 // // MessageId: NERR_MachineIsPrimary // // MessageText: // // Machine is primary and cannot have that value // #define NERR_MachineIsPrimary 2494 // // MessageId: NERR_InvalidAgent // // MessageText: // // Agent supplied is invalid // #define NERR_InvalidAgent 2495 // // MessageId: NERR_GuidFileCorrupt // // MessageText: // // The GUID file is corrupt // #define NERR_GuidFileCorrupt 2496 // // MessageId: NERR_UuidOverrun // // MessageText: // // Too many UUIDs issued in a timer tick. // #define NERR_UuidOverrun 2497 // // MessageId: NERR_IDFormatInvalid // // MessageText: // // The ASCII format for the GUID is invalid. // #define NERR_IDFormatInvalid 2498 // // MessageId: NERR_GuidFileNotFound // // MessageText: // // The GUID file could not be found // #define NERR_GuidFileNotFound 2499 // // MessageId: NERR_BadDosRetCode // // MessageText: // // The program below returned an MS-DOS error code: // #define NERR_BadDosRetCode 2500 // // MessageId: NERR_ProgNeedsExtraMem // // MessageText: // // The program below needs more memory: // #define NERR_ProgNeedsExtraMem 2501 // // MessageId: NERR_BadDosFunction // // MessageText: // // The program below called an unsupported MS-DOS function: // #define NERR_BadDosFunction 2502 // // MessageId: NERR_RemoteBootFailed // // MessageText: // // The workstation failed to boot. // #define NERR_RemoteBootFailed 2503 // // MessageId: NERR_BadFileCheckSum // // MessageText: // // The file below is corrupt. // #define NERR_BadFileCheckSum 2504 // // MessageId: NERR_NoRplBootSystem // // MessageText: // // No loader is specified in the boot-block definition file. // #define NERR_NoRplBootSystem 2505 // // MessageId: NERR_RplLoadrNetBiosErr // // MessageText: // // NetBIOS returned an error: The NCB and SMB are dumped above. // #define NERR_RplLoadrNetBiosErr 2506 // // MessageId: NERR_RplLoadrDiskErr // // MessageText: // // A disk I/O error occurred. // #define NERR_RplLoadrDiskErr 2507 // // MessageId: NERR_ImageParamErr // // MessageText: // // Image parameter substitution failed. // #define NERR_ImageParamErr 2508 // // MessageId: NERR_TooManyImageParams // // MessageText: // // Too many image parameters cross disk sector boundaries. // #define NERR_TooManyImageParams 2509 // // MessageId: NERR_NonDosFloppyUsed // // MessageText: // // The image was not generated from an MS-DOS diskette formatted with /S. // #define NERR_NonDosFloppyUsed 2510 // // MessageId: NERR_RplBootRestart // // MessageText: // // Remote boot will be restarted later. // #define NERR_RplBootRestart 2511 // // MessageId: NERR_RplSrvrCallFailed // // MessageText: // // The call to the Remoteboot server failed. // #define NERR_RplSrvrCallFailed 2512 // // MessageId: NERR_CantConnectRplSrvr // // MessageText: // // Cannot connect to the Remoteboot server. // #define NERR_CantConnectRplSrvr 2513 // // MessageId: NERR_CantOpenImageFile // // MessageText: // // Cannot open image file on the Remoteboot server. // #define NERR_CantOpenImageFile 2514 // // MessageId: NERR_CallingRplSrvr // // MessageText: // // Connecting to the Remoteboot server... // #define NERR_CallingRplSrvr 2515 // // MessageId: NERR_StartingRplBoot // // MessageText: // // Connecting to the Remoteboot server... // #define NERR_StartingRplBoot 2516 // // MessageId: NERR_RplBootServiceTerm // // MessageText: // // Remote boot service was stopped; check the error log for the cause of the problem. // #define NERR_RplBootServiceTerm 2517 // // MessageId: NERR_RplBootStartFailed // // MessageText: // // Remote boot startup failed; check the error log for the cause of the problem. // #define NERR_RplBootStartFailed 2518 // // MessageId: NERR_RPL_CONNECTED // // MessageText: // // A second connection to a Remoteboot resource is not allowed. // #define NERR_RPL_CONNECTED 2519 // // MessageId: NERR_FTNotInstalled // // MessageText: // // DISKFT.SYS is not installed. // #define NERR_FTNotInstalled 2525 // // MessageId: NERR_FTMONITNotRunning // // MessageText: // // FTMONIT is not running // #define NERR_FTMONITNotRunning 2526 // // MessageId: NERR_FTDiskNotLocked // // MessageText: // // FTADMIN has not locked the disk. // #define NERR_FTDiskNotLocked 2527 // // MessageId: NERR_FTDiskNotAvailable // // MessageText: // // Some other process has locked the disk. // #define NERR_FTDiskNotAvailable 2528 // // MessageId: NERR_FTUnableToStart // // MessageText: // // The verifier/correcter cannot be started. // #define NERR_FTUnableToStart 2529 // // MessageId: NERR_FTNotInProgress // // MessageText: // // The verifier/correcter can't be aborted because it isn't started. // #define NERR_FTNotInProgress 2530 // // MessageId: NERR_FTUnableToAbort // // MessageText: // // The verifier/correcter can't be aborted. // #define NERR_FTUnableToAbort 2531 // // MessageId: NERR_FTUnabletoChange // // MessageText: // // The disk could not be locked/unlocked. // #define NERR_FTUnabletoChange 2532 // // MessageId: NERR_FTInvalidErrHandle // // MessageText: // // The error handle was not recognized. // #define NERR_FTInvalidErrHandle 2533 // // MessageId: NERR_FTDriveNotMirrored // // MessageText: // // The drive is not mirrored. // #define NERR_FTDriveNotMirrored 2534 // // MessageId: NERR_UpdateDBUptoDate // // MessageText: // // No change log entries at this time // #define NERR_UpdateDBUptoDate 2535 // // MessageId: NERR_MustConfirmUpdates // // MessageText: // // An outstanding request exists, and must be cleared with NetAccountConfirmUpdate // #define NERR_MustConfirmUpdates 2536 // // MessageId: NERR_UnknownUpdateToken // // MessageText: // // The token provided is not recongnised // #define NERR_UnknownUpdateToken 2537 // // MessageId: NERR_UpdateLogFull // // MessageText: // // update log file is full // #define NERR_UpdateLogFull 2538 // // MessageId: MAX_NERR // // MessageText: // // This is the last error in NERR range. // #define MAX_NERR 2999 // // MessageId: ALERT_Disk_Full // // MessageText: // // Drive %1 is nearly full. %2 bytes are available. // Please warn users and delete unneeded files. // #define ALERT_Disk_Full 3000 // // MessageId: ALERT_ErrorLog // // MessageText: // // %1 errors were logged in the last %2 minutes. // Please review the server's error log. // #define ALERT_ErrorLog 3001 // // MessageId: ALERT_NetIO // // MessageText: // // %1 network errors occurred in the last %2 minutes // on network %3. Please review the server's error log. // The server and/or network hardware may need service. // #define ALERT_NetIO 3002 // // MessageId: ALERT_Logon // // MessageText: // // There were %1 bad password attempts in the last %2 minutes. // Please review the server's audit trail. // #define ALERT_Logon 3003 // // MessageId: ALERT_Access // // MessageText: // // There were %1 access-denied errors in the last %2 minutes. // Please review the server's audit trail. // #define ALERT_Access 3004 // // MessageId: ALERT_ErrorLogFull // // MessageText: // // The error log is full. No errors will be logged until // the file is cleared or the limit is raised. // #define ALERT_ErrorLogFull 3006 // // MessageId: ALERT_ErrorLogFull_W // // MessageText: // // The error log is 80% full. // #define ALERT_ErrorLogFull_W 3007 // // MessageId: ALERT_AuditLogFull // // MessageText: // // The audit log is full. No audit entries will be logged // until the file is cleared or the limit is raised. // #define ALERT_AuditLogFull 3008 // // MessageId: ALERT_AuditLogFull_W // // MessageText: // // The audit log is 80% full. // #define ALERT_AuditLogFull_W 3009 // // MessageId: ALERT_CloseBehindError // // MessageText: // // An error occurred closing file %1. // Please check the file to make sure it's not corrupted. // #define ALERT_CloseBehindError 3010 // // MessageId: ALERT_AdminClose // // MessageText: // // The administrator has closed %1. // #define ALERT_AdminClose 3011 // // MessageId: ALERT_AccessShareSec // // MessageText: // // There were %1 access-denied errors in the last %2 minutes. // #define ALERT_AccessShareSec 3012 // // MessageId: ALERT_PowerOut // // MessageText: // // A power failure was detected at %1. The server has been paused. // #define ALERT_PowerOut 3020 // // MessageId: ALERT_PowerBack // // MessageText: // // Power has been restored at %1. The server is no longer paused. // #define ALERT_PowerBack 3021 // // MessageId: ALERT_PowerShutdown // // MessageText: // // The UPS service is commencing shutdown at %1 due to low battery. // #define ALERT_PowerShutdown 3022 // // MessageId: ALERT_UpdateLogWarn // // MessageText: // // The update log on %1 is over 80% capacity. The primary // domain controller %2 is not retrieving the updates. // #define ALERT_UpdateLogWarn 3023 // // MessageId: ALERT_UpdateLogFull // // MessageText: // // The update log on %1 is full, and no further updates // can be added until the primary domain controller %2 // retrieves the updates. // #define ALERT_UpdateLogFull 3024 // // MessageId: ALERT_HotFix // // MessageText: // // A defective sector on drive %1 has been replaced (hotfixed). // No data was lost. You should run CHKDSK soon to restore full // performance and replenish the volume's spare sector pool. // The hotfix occurred while processing a remote request. // #define ALERT_HotFix 3025 // // MessageId: ALERT_HardErr_Server // // MessageText: // // A disk error occurred on the HPFS volume in drive %1. // The error occurred while processing a remote request. // #define ALERT_HardErr_Server 3026 // // MessageId: ALERT_LocalSecFail1 // // MessageText: // // The UAS database (NET.ACC) is corrupt. The local security // system is replacing the corrupted NET.ACC with the backup // made on %1 at %2. // Any updates to the UAS made after this time are lost. // #define ALERT_LocalSecFail1 3027 // // MessageId: ALERT_LocalSecFail2 // // MessageText: // // The UAS database (NET.ACC) is missing. The local // security system is restoring the backup database // made on %1 at %2. // Any updates to the UAS made after this time are lost. // #define ALERT_LocalSecFail2 3028 // // MessageId: ALERT_LocalSecFail3 // // MessageText: // // Local security could not be started because the UAS database // (NET.ACC) was missing or corrupt, and no usable backup // database was present. // THE SYSTEM IS NOT SECURE. // #define ALERT_LocalSecFail3 3029 // // MessageId: ALERT_ReplCannotMasterDir // // MessageText: // // The server cannot export directory %1, to client %2. // It is exported from another server. // #define ALERT_ReplCannotMasterDir 3030 // // MessageId: ALERT_ReplUpdateError // // MessageText: // // The replication server could not update directory %2 from the source // on %3 due to error %1. // #define ALERT_ReplUpdateError 3031 // // MessageId: ALERT_ReplLostMaster // // MessageText: // // Master %1 did not send an update notice for directory %2 at the expected // time. // #define ALERT_ReplLostMaster 3032 // // MessageId: ALERT_AcctLimitExceeded // // MessageText: // // User %1 has exceeded account limitation %2 on server %3. // #define ALERT_AcctLimitExceeded 3033 // // MessageId: ALERT_NetlogonFailedPrimary // // MessageText: // // The primary domain controller for domain %1 failed. // #define ALERT_NetlogonFailedPrimary 3034 // // MessageId: ALERT_NetlogonAuthDCFail // // MessageText: // // Failed to authenticate with %2, the domain controller for domain %1. // #define ALERT_NetlogonAuthDCFail 3035 // // MessageId: ALERT_ReplLogonFailed // // MessageText: // // The replicator attempted to log on at %3 as %2 and failed. // #define ALERT_ReplLogonFailed 3036 // // MessageId: ALERT_Logon_Limit // // MessageText: // // LOGON HOURS %0 // #define ALERT_Logon_Limit 3037 // // MessageId: ALERT_ReplAccessDenied // // MessageText: // // Replicator could not access %2 // on %3 due to %1 system error. // #define ALERT_ReplAccessDenied 3038 // // MessageId: ALERT_ReplMaxFiles // // MessageText: // // Replicator limit for files in a directory has been exceeded. // #define ALERT_ReplMaxFiles 3039 // // MessageId: ALERT_ReplMaxTreeDepth // // MessageText: // // Replicator limit for tree depth has been exceeded. // #define ALERT_ReplMaxTreeDepth 3040 // // MessageId: ALERT_ReplUserCurDir // // MessageText: // // The replicator cannot update directory %1. It has Tree integrity // and is the current directory for some process. // #define ALERT_ReplUserCurDir 3041 // // MessageId: ALERT_ReplNetErr // // MessageText: // // Network error %1 occurred. // #define ALERT_ReplNetErr 3042 // // MessageId: ALERT_ReplSysErr // // MessageText: // // System error %1 occurred. // #define ALERT_ReplSysErr 3045 // // MessageId: ALERT_ReplUserLoged // // MessageText: // // Cannot log on. User is currently logged on and argument TRYUSER // is set to NO. // #define ALERT_ReplUserLoged 3046 // // MessageId: ALERT_ReplBadImport // // MessageText: // // IMPORT path %1 cannot be found. // #define ALERT_ReplBadImport 3047 // // MessageId: ALERT_ReplBadExport // // MessageText: // // EXPORT path %1 cannot be found. // #define ALERT_ReplBadExport 3048 // // MessageId: ALERT_ReplDataChanged // // MessageText: // // Replicated data has changed in directory %1. // #define ALERT_ReplDataChanged 3049 // // MessageId: ALERT_ReplSignalFileErr // // MessageText: // // Replicator failed to update signal file in directory %2 due to // %1 system error. // #define ALERT_ReplSignalFileErr 3050 // // MessageId: SERVICE_UIC_BADPARMVAL // // MessageText: // // LANMAN.INI or the command line has an illegal value for "%1". // #define SERVICE_UIC_BADPARMVAL 3051 // // MessageId: SERVICE_UIC_MISSPARM // // MessageText: // // The required parameter %1 was not provided on the command line or in LANMAN.INI. // #define SERVICE_UIC_MISSPARM 3052 // // MessageId: SERVICE_UIC_UNKPARM // // MessageText: // // LAN Manager doesn't recognize "%1" as a valid option. // #define SERVICE_UIC_UNKPARM 3053 // // MessageId: SERVICE_UIC_RESOURCE // // MessageText: // // A request for %1 resources could not be satisfied. // #define SERVICE_UIC_RESOURCE 3054 // // MessageId: SERVICE_UIC_CONFIG // // MessageText: // // A problem exists with the system configuration: %1. // #define SERVICE_UIC_CONFIG 3055 // // MessageId: SERVICE_UIC_SYSTEM // // MessageText: // // A system error has occurred. // #define SERVICE_UIC_SYSTEM 3056 // // MessageId: SERVICE_UIC_INTERNAL // // MessageText: // // An internal consistency error has occurred. // #define SERVICE_UIC_INTERNAL 3057 // // MessageId: SERVICE_UIC_AMBIGPARM // // MessageText: // // LANMAN.INI or the command line has an ambiguous option: %1. // #define SERVICE_UIC_AMBIGPARM 3058 // // MessageId: SERVICE_UIC_DUPPARM // // MessageText: // // LANMAN.INI or the command line has a duplicate parameter: %1. // #define SERVICE_UIC_DUPPARM 3059 // // MessageId: SERVICE_UIC_KILL // // MessageText: // // The service did not respond to control and was stopped with the DosKillProc function. // #define SERVICE_UIC_KILL 3060 // // MessageId: SERVICE_UIC_EXEC // // MessageText: // // An error occurred when attempting to run the service program. // #define SERVICE_UIC_EXEC 3061 // // MessageId: SERVICE_UIC_SUBSERV // // MessageText: // // The sub-service %1 failed to start. // #define SERVICE_UIC_SUBSERV 3062 // // MessageId: SERVICE_UIC_CONFLPARM // // MessageText: // // There is a conflict in the value or use of these options: %1 // #define SERVICE_UIC_CONFLPARM 3063 // // MessageId: SERVICE_UIC_FILE // // MessageText: // // There is a problem with the file %1. %2 // #define SERVICE_UIC_FILE 3064 // // MessageId: SERVICE_UIC_M_MEMORY // // MessageText: // // memory%0 // #define SERVICE_UIC_M_MEMORY 3070 // // MessageId: SERVICE_UIC_M_DISK // // MessageText: // // disk space%0 // #define SERVICE_UIC_M_DISK 3071 // // MessageId: SERVICE_UIC_M_THREADS // // MessageText: // // thread%0 // #define SERVICE_UIC_M_THREADS 3072 // // MessageId: SERVICE_UIC_M_PROCESSES // // MessageText: // // process%0 // #define SERVICE_UIC_M_PROCESSES 3073 // // MessageId: SERVICE_UIC_M_SECURITY // // MessageText: // // Security failure%0 // #define SERVICE_UIC_M_SECURITY 3074 // // MessageId: SERVICE_UIC_M_LANROOT // // MessageText: // // Bad or missing LAN Manager root directory%0 // #define SERVICE_UIC_M_LANROOT 3075 // // MessageId: SERVICE_UIC_M_REDIR // // MessageText: // // The network software is not installed%0 // #define SERVICE_UIC_M_REDIR 3076 // // MessageId: SERVICE_UIC_M_SERVER // // MessageText: // // The server is not started%0 // #define SERVICE_UIC_M_SERVER 3077 // // MessageId: SERVICE_UIC_M_SEC_FILE_ERR // // MessageText: // // The server cannot access the user accounts database (NET.ACC)%0 // #define SERVICE_UIC_M_SEC_FILE_ERR 3078 // // MessageId: SERVICE_UIC_M_FILES // // MessageText: // // There are incompatible files installed in the LANMAN tree%0 // #define SERVICE_UIC_M_FILES 3079 // // MessageId: SERVICE_UIC_M_LOGS // // MessageText: // // The LANMAN\LOGS directory is invalid%0 // #define SERVICE_UIC_M_LOGS 3080 // // MessageId: SERVICE_UIC_M_LANGROUP // // MessageText: // // The domain specified could not be used%0 // #define SERVICE_UIC_M_LANGROUP 3081 // // MessageId: SERVICE_UIC_M_MSGNAME // // MessageText: // // The computername is being used as a message alias on another computer%0 // #define SERVICE_UIC_M_MSGNAME 3082 // // MessageId: SERVICE_UIC_M_ANNOUNCE // // MessageText: // // The announcement of the server name failed%0 // #define SERVICE_UIC_M_ANNOUNCE 3083 // // MessageId: SERVICE_UIC_M_UAS // // MessageText: // // The user accounts system isn't configured correctly%0 // #define SERVICE_UIC_M_UAS 3084 // // MessageId: SERVICE_UIC_M_SERVER_SEC_ERR // // MessageText: // // The server isn't running with user-level security%0 // #define SERVICE_UIC_M_SERVER_SEC_ERR 3085 // // MessageId: SERVICE_UIC_M_WKSTA // // MessageText: // // The workstation is not configured appropriately%0 // #define SERVICE_UIC_M_WKSTA 3087 // // MessageId: SERVICE_UIC_M_ERRLOG // // MessageText: // // View your error log for details%0 // #define SERVICE_UIC_M_ERRLOG 3088 // // MessageId: SERVICE_UIC_M_FILE_UW // // MessageText: // // Unable to write to this file%0 // #define SERVICE_UIC_M_FILE_UW 3089 // // MessageId: SERVICE_UIC_M_ADDPAK // // MessageText: // // ADDPAK file is corrupt. Delete LANMAN\NETPROG\ADDPAK.SER and reapply all ADDPAKs%0 // #define SERVICE_UIC_M_ADDPAK 3090 // // MessageId: SERVICE_UIC_M_LAZY // // MessageText: // // The LM386 server cannot be started because CACHE.EXE is not running%0 // #define SERVICE_UIC_M_LAZY 3091 // // MessageId: SERVICE_UIC_M_UAS_MACHINE_ACCT // // MessageText: // // There is no account for this machine int the UAS database // #define SERVICE_UIC_M_UAS_MACHINE_ACCT 3092 // // MessageId: SERVICE_UIC_M_UAS_SERVERS_NMEMB // // MessageText: // // This machine isn't a member of the group SERVERS // #define SERVICE_UIC_M_UAS_SERVERS_NMEMB 3093 // // MessageId: SERVICE_UIC_M_UAS_SERVERS_NOGRP // // MessageText: // // The group SERVERS is not present in the local UAS database // #define SERVICE_UIC_M_UAS_SERVERS_NOGRP 3094 // // MessageId: SERVICE_UIC_M_UAS_INVALID_ROLE // // MessageText: // // The role of the UAS on this machine is STANDALONE // #define SERVICE_UIC_M_UAS_INVALID_ROLE 3095 // // MessageId: SERVICE_UIC_M_NETLOGON_NO_DC // // MessageText: // // The primary DC for this domain couldn't be located // #define SERVICE_UIC_M_NETLOGON_NO_DC 3096 // // MessageId: SERVICE_UIC_M_NETLOGON_DC_CFLCT // // MessageText: // // A Primary domain controller is running in this domain // #define SERVICE_UIC_M_NETLOGON_DC_CFLCT 3097 // // MessageId: SERVICE_UIC_M_NETLOGON_AUTH // // MessageText: // // The service failed to authenticate with the primary DC // #define SERVICE_UIC_M_NETLOGON_AUTH 3098 // // MessageId: SERVICE_UIC_M_UAS_PROLOG // // MessageText: // // There is a problem with the UAS creation date or serial number // #define SERVICE_UIC_M_UAS_PROLOG 3099 // // MessageId: NELOG_Internal_Error // // MessageText: // // The operation failed because a network software error occurred. // #define NELOG_Internal_Error 3100 // // MessageId: NELOG_Resource_Shortage // // MessageText: // // The system ran out of a resource controlled by the %1 option. // #define NELOG_Resource_Shortage 3101 // // MessageId: NELOG_Unable_To_Lock_Segment // // MessageText: // // The service failed to obtain a long-term lock on the // segment for NCBs. The error code is the data. // #define NELOG_Unable_To_Lock_Segment 3102 // // MessageId: NELOG_Unable_To_Unlock_Segment // // MessageText: // // The service failed to release the long-term lock on the // segment for NCBs. The error code is the data. // #define NELOG_Unable_To_Unlock_Segment 3103 // // MessageId: NELOG_Uninstall_Service // // MessageText: // // There was an error stopping service %1. // The error code from NetServiceControl is the data. // #define NELOG_Uninstall_Service 3104 // // MessageId: NELOG_Init_Exec_Fail // // MessageText: // // Initialization failed because of an OS/2 exec failure on // path %1. The OS/2 error code is the data. // #define NELOG_Init_Exec_Fail 3105 // // MessageId: NELOG_Ncb_Error // // MessageText: // // An unexpected NCB was received. The NCB is the data. // #define NELOG_Ncb_Error 3106 // // MessageId: NELOG_Net_Not_Started // // MessageText: // // The network is not started. // #define NELOG_Net_Not_Started 3107 // // MessageId: NELOG_Ioctl_Error // // MessageText: // // A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed. // The data shown is in this format: // DWORD approx CS:IP of call to ioctl or fsctl // WORD error code // WORD ioctl or fsctl number // #define NELOG_Ioctl_Error 3108 // // MessageId: NELOG_System_Semaphore // // MessageText: // // Unable to create or open system semaphore %1. // The error code is the data. // #define NELOG_System_Semaphore 3109 // // MessageId: NELOG_Init_OpenCreate_Err // // MessageText: // // Initialization failed because of an open/create error on the // file %1. The OS/2 error code is the data. // #define NELOG_Init_OpenCreate_Err 3110 // // MessageId: NELOG_NetBios // // MessageText: // // An unexpected NetBios error occurred. // The error code is the data. // #define NELOG_NetBios 3111 // // MessageId: NELOG_SMB_Illegal // // MessageText: // // An illegal SMB was received. // The SMB is the data. // #define NELOG_SMB_Illegal 3112 // // MessageId: NELOG_Service_Fail // // MessageText: // // Initialization failed because the requested service %1 // could not be started. // #define NELOG_Service_Fail 3113 // // MessageId: NELOG_Entries_Lost // // MessageText: // // Some entries in the error log were lost because of a buffer // overflow. // #define NELOG_Entries_Lost 3114 // // MessageId: NELOG_Init_Seg_Overflow // // MessageText: // // Initialization parameters controlling resource usage other // than net buffers are sized so that too much memory is needed. // #define NELOG_Init_Seg_Overflow 3120 // // MessageId: NELOG_Srv_No_Mem_Grow // // MessageText: // // The server cannot increase the size of a memory segment. // #define NELOG_Srv_No_Mem_Grow 3121 // // MessageId: NELOG_Access_File_Bad // // MessageText: // // Initialization failed because account file: %1 is either incorrect // or not present. // #define NELOG_Access_File_Bad 3122 // // MessageId: NELOG_Srvnet_Not_Started // // MessageText: // // Initialization failed because network: %1 was not started. // #define NELOG_Srvnet_Not_Started 3123 // // MessageId: NELOG_Init_Chardev_Err // // MessageText: // // The server failed to start. Either all three chdev // parameters must be zero or all three must be nonzero. // #define NELOG_Init_Chardev_Err 3124 // // MessageId: NELOG_Remote_API // // MessageText: // // A remote API request was halted due to the following // invalid description string: %1. // #define NELOG_Remote_API 3125 // // MessageId: NELOG_Ncb_TooManyErr // // MessageText: // // The network %1 ran out of NCBs. You may need to increase NCBs // for this network. The following information includes the // number of NCBs submitted by the server when this error occurred: // #define NELOG_Ncb_TooManyErr 3126 // // MessageId: NELOG_Mailslot_err // // MessageText: // // The server cannot create the %1 mailslot needed to send // the ReleaseMemory alert message. The error received is: // #define NELOG_Mailslot_err 3127 // // MessageId: NELOG_ReleaseMem_Alert // // MessageText: // // The server failed to register for the RELEASEMEMORY alert, // with recipient %1. The error code from // NetAlertStart is the data. // #define NELOG_ReleaseMem_Alert 3128 // // MessageId: NELOG_AT_cannot_write // // MessageText: // // The server cannot update the AT schedule file. The file // is corrupt. // #define NELOG_AT_cannot_write 3129 // // MessageId: NELOG_Cant_Make_Msg_File // // MessageText: // // The server encountered an error when calling // NetIMakeLMFileName. The error code is the data. // #define NELOG_Cant_Make_Msg_File 3130 // // MessageId: NELOG_Exec_Netservr_NoMem // // MessageText: // // Initialization failed because of an OS/2 exec failure on // path %1. There is not enough memory to start the process. // The OS/2 error code is the data. // #define NELOG_Exec_Netservr_NoMem 3131 // // MessageId: NELOG_Server_Lock_Failure // // MessageText: // // Longterm lock of server buffers failed. // Check swap disk free space and reboot system to start server. // #define NELOG_Server_Lock_Failure 3132 // // MessageId: NELOG_Srv_No_Memory // // MessageText: // // The server was unable to allocate more memory. // #define NELOG_Srv_No_Memory 3133 // // MessageId: NELOG_Srv_No_Handles // // MessageText: // // The server ran out of file handles. The request was denied. // #define NELOG_Srv_No_Handles 3134 // // MessageId: NELOG_Srv_No_NCBs // // MessageText: // // The server ran out of a resource controlled by the NUMREQBUF // option. // #define NELOG_Srv_No_NCBs 3135 // // MessageId: NELOG_Msg_Shutdown // // MessageText: // // The service has stopped due to repeated consecutive // occurrences of an NCB error. The last bad NCB follows // in raw data. // #define NELOG_Msg_Shutdown 3140 // // MessageId: NELOG_Msg_Sem_Shutdown // // MessageText: // // The Message server has stopped due to a lock on the // Message server shared data segment. // #define NELOG_Msg_Sem_Shutdown 3141 // // MessageId: NELOG_Msg_Log_Err // // MessageText: // // A file system error occurred while opening or writing to the // system message log file, %1. Message logging has been // switched off due to the error. The error code is the data. // #define NELOG_Msg_Log_Err 3150 // // MessageId: NELOG_VIO_POPUP_ERR // // MessageText: // // Unable to display message POPUP due to OS/2 VIO call error. // The error code is the data. // #define NELOG_VIO_POPUP_ERR 3151 // // MessageId: NELOG_Msg_Unexpected_SMB_Type // // MessageText: // // An illegal SMB was received. The SMB is the data. // #define NELOG_Msg_Unexpected_SMB_Type 3152 // // MessageId: NELOG_Wksta_Infoseg // // MessageText: // // The workstation information segment is bigger than 64K bytes. // The size follows, in DWORD format: // #define NELOG_Wksta_Infoseg 3160 // // MessageId: NELOG_Wksta_Compname // // MessageText: // // The workstation was unable to get the name-number of computer name. // #define NELOG_Wksta_Compname 3161 // // MessageId: NELOG_Wksta_BiosThreadFailure // // MessageText: // // The workstation could not initialize the Async NetBios Thread. // The error code is the data. // #define NELOG_Wksta_BiosThreadFailure 3162 // // MessageId: NELOG_Wksta_IniSeg // // MessageText: // // The workstation could not open the initial shared segment. // The error code is the data. // #define NELOG_Wksta_IniSeg 3163 // // MessageId: NELOG_Wksta_HostTab_Full // // MessageText: // // The workstation host table is full. // #define NELOG_Wksta_HostTab_Full 3164 // // MessageId: NELOG_Wksta_Bad_Mailslot_SMB // // MessageText: // // A bad mailslot SMB was received. The SMB is the data. // #define NELOG_Wksta_Bad_Mailslot_SMB 3165 // // MessageId: NELOG_Wksta_UASInit // // MessageText: // // The workstation encountered an error while trying to start the UAS. // The error code is the data. // #define NELOG_Wksta_UASInit 3166 // // MessageId: NELOG_Wksta_SSIRelogon // // MessageText: // // The workstation encountered an error while responding to an SSI revalidation request. // The function code and the error codes are the data. // #define NELOG_Wksta_SSIRelogon 3167 // // MessageId: NELOG_Build_Name // // MessageText: // // The Alerter service had a problem creating the list of // alert recipients. The error code is %1. // #define NELOG_Build_Name 3170 // // MessageId: NELOG_Name_Expansion // // MessageText: // // There was an error expanding %1 as a group name. Try // splitting the group into two or more smaller groups. // #define NELOG_Name_Expansion 3171 // // MessageId: NELOG_Message_Send // // MessageText: // // There was an error sending %2 the alert message - // ( // %3 ) // The error code is %1. // #define NELOG_Message_Send 3172 // // MessageId: NELOG_Mail_Slt_Err // // MessageText: // // There was an error in creating or reading the alerter mailslot. // The error code is %1. // #define NELOG_Mail_Slt_Err 3173 // // MessageId: NELOG_AT_cannot_read // // MessageText: // // The server could not read the AT schedule file. // #define NELOG_AT_cannot_read 3174 // // MessageId: NELOG_AT_sched_err // // MessageText: // // The server found an invalid AT schedule record. // #define NELOG_AT_sched_err 3175 // // MessageId: NELOG_AT_schedule_file_created // // MessageText: // // The server could not find an AT schedule file so it created one. // #define NELOG_AT_schedule_file_created 3176 // // MessageId: NELOG_Srvnet_NB_Open // // MessageText: // // The server could not access the %1 network with NetBiosOpen. // #define NELOG_Srvnet_NB_Open 3177 // // MessageId: NELOG_AT_Exec_Err // // MessageText: // // The AT command processor couldn't run %1. // #define NELOG_AT_Exec_Err 3178 // // MessageId: NELOG_Lazy_Write_Err // // MessageText: // // WARNING: Because of a lazy-write error, drive %1 now // contains some corrupt data. The cache is stopped. // #define NELOG_Lazy_Write_Err 3180 // // MessageId: NELOG_HotFix // // MessageText: // // A defective sector on drive %1 has been replaced (hotfixed). // No data was lost. You should run CHKDSK soon to restore full // performance and replenish the volume's spare sector pool. // The hotfix occurred while processing a remote request. // #define NELOG_HotFix 3181 // // MessageId: NELOG_HardErr_From_Server // // MessageText: // // A disk error occurred on the HPFS volume in drive %1. // The error occurred while processing a remote request. // #define NELOG_HardErr_From_Server 3182 // // MessageId: NELOG_LocalSecFail1 // // MessageText: // // The UAS database (NET.ACC) is corrupt. The local security // system is replacing the corrupted NET.ACC with the backup // made at %1. // Any updates to the UAS made after this time are lost. // #define NELOG_LocalSecFail1 3183 // // MessageId: NELOG_LocalSecFail2 // // MessageText: // // The UAS database (NET.ACC) is missing. The local // security system is restoring the backup database // made at %1. // Any updates to the UAS made after this time are lost. // #define NELOG_LocalSecFail2 3184 // // MessageId: NELOG_LocalSecFail3 // // MessageText: // // Local security could not be started because the UAS database // (NET.ACC) was missing or corrupt, and no usable backup // database was present. // THE SYSTEM IS NOT SECURE. // #define NELOG_LocalSecFail3 3185 // // MessageId: NELOG_LocalSecGeneralFail // // MessageText: // // Local security could not be started because an error // occurred during initialization. The error code returned is %1. // THE SYSTEM IS NOT SECURE. // #define NELOG_LocalSecGeneralFail 3186 // // MessageId: NELOG_Cache_Converted_To_Heap // // MessageText: // // HPFS386 converted cache blocks to heap in order to satisfy // memory requirements. // #define NELOG_Cache_Converted_To_Heap 3187 // // MessageId: NELOG_NetWkSta_Internal_Error // // MessageText: // // A NetWksta internal error has occurred: // %1 // #define NELOG_NetWkSta_Internal_Error 3190 // // MessageId: NELOG_NetWkSta_No_Resource // // MessageText: // // The redirector is out of a resource: %1. // #define NELOG_NetWkSta_No_Resource 3191 // // MessageId: NELOG_NetWkSta_SMB_Err // // MessageText: // // An SMB error occurred on connection to %1. // The SMB header is the data. // #define NELOG_NetWkSta_SMB_Err 3192 // // MessageId: NELOG_NetWkSta_VC_Err // // MessageText: // // A virtual circuit error occurred on the session to %1. // The NCB command and return code is the data. // #define NELOG_NetWkSta_VC_Err 3193 // // MessageId: NELOG_NetWkSta_Stuck_VC_Err // // MessageText: // // Hanging up a stuck session to %1. // #define NELOG_NetWkSta_Stuck_VC_Err 3194 // // MessageId: NELOG_NetWkSta_NCB_Err // // MessageText: // // An NCB error occurred (%1). // The NCB is the data. // #define NELOG_NetWkSta_NCB_Err 3195 // // MessageId: NELOG_NetWkSta_Write_Behind_Err // // MessageText: // // A write operation to %1 failed. // Data may have been lost. // #define NELOG_NetWkSta_Write_Behind_Err 3196 // // MessageId: NELOG_NetWkSta_Reset_Err // // MessageText: // // Reset of driver %1 failed to complete the NCB. // The NCB is the data. // #define NELOG_NetWkSta_Reset_Err 3197 // // MessageId: NELOG_NetWkSta_Too_Many // // MessageText: // // The amount of resource %1 requested was more // than the maximum. The maximum amount was allocated. // #define NELOG_NetWkSta_Too_Many 3198 // // MessageId: NELOG_Srv_Thread_Failure // // MessageText: // // The server could not create a thread. // The THREADS parameter in CONFIG.SYS should be increased. // #define NELOG_Srv_Thread_Failure 3204 // // MessageId: NELOG_Srv_Close_Failure // // MessageText: // // The server could not close %1. // The file is probably corrupt. // #define NELOG_Srv_Close_Failure 3205 // // MessageId: NELOG_ReplUserCurDir // // MessageText: // // The replicator cannot update directory %1. It has tree integrity // and is the current directory for some process. // #define NELOG_ReplUserCurDir 3206 // // MessageId: NELOG_ReplCannotMasterDir // // MessageText: // // The server cannot export directory %1, to client %2. // It is exported from another server. // #define NELOG_ReplCannotMasterDir 3207 // // MessageId: NELOG_ReplUpdateError // // MessageText: // // The replication server could not update directory %2 from the source // on %3 due to error %1. // #define NELOG_ReplUpdateError 3208 // // MessageId: NELOG_ReplLostMaster // // MessageText: // // Master %1 did not send an update notice for directory %2 at the expected // time. // #define NELOG_ReplLostMaster 3209 // // MessageId: NELOG_NetlogonAuthDCFail // // MessageText: // // Failed to authenticate with %2, the domain controller for domain %1. // #define NELOG_NetlogonAuthDCFail 3210 // // MessageId: NELOG_ReplLogonFailed // // MessageText: // // The replicator attempted to log on at %3 as %2 and failed. // #define NELOG_ReplLogonFailed 3211 // // MessageId: NELOG_ReplNetErr // // MessageText: // // Network error %1 occurred. // #define NELOG_ReplNetErr 3212 // // MessageId: NELOG_ReplMaxFiles // // MessageText: // // Replicator limit for files in a directory has been exceeded. // #define NELOG_ReplMaxFiles 3213 // // MessageId: NELOG_ReplMaxTreeDepth // // MessageText: // // Replicator limit for tree depth has been exceeded. // #define NELOG_ReplMaxTreeDepth 3214 // // MessageId: NELOG_ReplBadMsg // // MessageText: // // Unrecognized message received in mailslot. // #define NELOG_ReplBadMsg 3215 // // MessageId: NELOG_ReplSysErr // // MessageText: // // System error %1 occurred. // #define NELOG_ReplSysErr 3216 // // MessageId: NELOG_ReplUserLoged // // MessageText: // // Cannot log on. User is currently logged on and argument TRYUSER // is set to NO. // #define NELOG_ReplUserLoged 3217 // // MessageId: NELOG_ReplBadImport // // MessageText: // // IMPORT path %1 cannot be found. // #define NELOG_ReplBadImport 3218 // // MessageId: NELOG_ReplBadExport // // MessageText: // // EXPORT path %1 cannot be found. // #define NELOG_ReplBadExport 3219 // // MessageId: NELOG_ReplSignalFileErr // // MessageText: // // Replicator failed to update signal file in directory %2 due to // %1 system error. // #define NELOG_ReplSignalFileErr 3220 // // MessageId: NELOG_DiskFT // // MessageText: // // Disk Fault Tolerance Error // %1 // #define NELOG_DiskFT 3221 // // MessageId: NELOG_ReplAccessDenied // // MessageText: // // Replicator could not access %2 // on %3 due to %1 system error. // #define NELOG_ReplAccessDenied 3222 // // MessageId: NELOG_NetlogonFailedPrimary // // MessageText: // // The primary domain controller for domain %1 has apparently failed. // #define NELOG_NetlogonFailedPrimary 3223 // // MessageId: NELOG_NetlogonPasswdSetFailed // // MessageText: // // Error in changing this machine's password. // #define NELOG_NetlogonPasswdSetFailed 3224 // // MessageId: NELOG_NetlogonTrackingError // // MessageText: // // Error in updating the logon or logoff information for %1. // #define NELOG_NetlogonTrackingError 3225 // // MessageId: NELOG_NetlogonSyncError // // MessageText: // // Error in synchronizing with primary domain controller %1 // #define NELOG_NetlogonSyncError 3226 // // MessageId: NELOG_UPS_PowerOut // // MessageText: // // Power failure detected. // #define NELOG_UPS_PowerOut 3230 // // MessageId: NELOG_UPS_Shutdown // // MessageText: // // The UPS service performed server shutdown. // #define NELOG_UPS_Shutdown 3231 // // MessageId: NELOG_UPS_CmdFileError // // MessageText: // // The UPS service did not complete execution of the // user specified shutdown command file. // #define NELOG_UPS_CmdFileError 3232 // // MessageId: NELOG_UPS_CannotOpenDriver // // MessageText: // // The UPS driver could not be opened. The error code is // the data. // #define NELOG_UPS_CannotOpenDriver 3233 // // MessageId: NELOG_Missing_Parameter // // MessageText: // // Initialization failed because of an invalid or missing // parameter in LANMAN.INI: %1. // #define NELOG_Missing_Parameter 3250 // // MessageId: NELOG_Invalid_Config_Line // // MessageText: // // Initialization failed because of an invalid line in the // configuration file %1. The invalid line is the data. // #define NELOG_Invalid_Config_Line 3251 // // MessageId: NELOG_Invalid_Config_File // // MessageText: // // Initialization failed because of an error in the configuration // file %1. // #define NELOG_Invalid_Config_File 3252 // // MessageId: NELOG_File_Changed // // MessageText: // // The file %1 has been changed after initialization. // The boot block loading was temporarily terminated. // #define NELOG_File_Changed 3253 // // MessageId: NELOG_Files_Dont_Fit // // MessageText: // // The files do not fit to the 'boot' block configuration // file %1. Change BASE and ORG definitions or the order // of the files. // #define NELOG_Files_Dont_Fit 3254 // // MessageId: NELOG_Wrong_DLL_Version // // MessageText: // // Initialization failed because the dynamic link // library %1 returned a wrong version number. // #define NELOG_Wrong_DLL_Version 3255 // // MessageId: NELOG_Error_in_DLL // // MessageText: // // There was an unrecoverable error in the dynamic // link library of the service. // #define NELOG_Error_in_DLL 3256 // // MessageId: NELOG_System_Error // // MessageText: // // The system returned an unexpected error code. // The error code is the data. // #define NELOG_System_Error 3257 // // MessageId: NELOG_FT_ErrLog_Too_Large // // MessageText: // // The fault-tolerance error log file, LANROOT\LOGS\FT.LOG // is more than 64K. // #define NELOG_FT_ErrLog_Too_Large 3258 // // MessageId: NELOG_FT_Update_In_Progress // // MessageText: // // The fault-tolerance error-log file, LANROOT\LOGS\FT.LOG, had the // update in progress bit set upon opening, which means that the // system crashed while working on the errorlog. // #define NELOG_FT_Update_In_Progress 3259 // // MessageId: NELOG_Wrong_Version // // MessageText: // // Initialization failed because of a wrong // version number in file %1. // #define NELOG_Wrong_Version 3260 // // MessageId: NELOG_UpdateLogFull // // MessageText: // // The update log on %1 is full, and no furtherupdates // can be added until the primary domain controller %2 // retrives the updates. // #define NELOG_UpdateLogFull 3261 // // MessageId: NELOG_LogUpdate_InternalErr // // MessageText: // // A Netlogon update internal error has occurred: // %1 // #define NELOG_LogUpdate_InternalErr 3262 // // MessageId: NELOG_OEM_Code // // MessageText: // // %1 %2 %3 %4 %5 %6 %7 %8 %9. // #define NELOG_OEM_Code 3299 // // MessageId: MTXT_IPC_SHARE_REMARK // // MessageText: // // Remote IPC %0 // #define MTXT_IPC_SHARE_REMARK 3301 // // MessageId: MTXT_ADMIN_SHARE_REMARK // // MessageText: // // Remote Admin %0 // #define MTXT_ADMIN_SHARE_REMARK 3302 // // MessageId: MTXT_LOGON_SRV_SHARE_REMARK // // MessageText: // // Logon server share %0 // #define MTXT_LOGON_SRV_SHARE_REMARK 3303 // // MessageId: MTXT_WKSTA_ERR_POPUP_HDR // // MessageText: // // A network error occurred. %0 // #define MTXT_WKSTA_ERR_POPUP_HDR 3304 // // MessageId: MTXT_MemAllocMsg // // MessageText: // // There isn't enough memory to start the Workstation service. // #define MTXT_MemAllocMsg 3400 // // MessageId: MTXT_IniFilRdErr // // MessageText: // // An error occurred when reading the NETWORKS entry in LANMAN.INI. // #define MTXT_IniFilRdErr 3401 // // MessageId: MTXT_BadArgMsg // // MessageText: // // This is an invalid argument: %1. // #define MTXT_BadArgMsg 3402 // // MessageId: MTXT_BadNetEntHdr // // MessageText: // // The %1 NETWORKS entry in LANMAN.INI has a // syntax error and will be ignored. // #define MTXT_BadNetEntHdr 3403 // // MessageId: MTXT_MultNetsMsg // // MessageText: // // There are too many NETWORKS entries in LANMAN.INI. // #define MTXT_MultNetsMsg 3404 // // MessageId: MTXT_BadBiosMsg // // MessageText: // // An error occurred when opening network // device driver %1 = %2. // #define MTXT_BadBiosMsg 3406 // // MessageId: MTXT_BadLinkMsg // // MessageText: // // Device driver %1 sent a bad BiosLinkage response. // #define MTXT_BadLinkMsg 3407 // // MessageId: MTXT_BadVerMsg // // MessageText: // // LAN Manager can't run on this version of MS OS/2. // #define MTXT_BadVerMsg 3408 // // MessageId: MTXT_RdrInstMsg // // MessageText: // // The redirector is already installed. // #define MTXT_RdrInstMsg 3409 // // MessageId: MTXT_Version // // MessageText: // // Installing NETWKSTA.SYS Version %1.%2.%3 (%4) // #define MTXT_Version 3410 // // MessageId: MTXT_RdrInstlErr // // MessageText: // // There was an error installing NETWKSTA.SYS. // Press ENTER to continue. // #define MTXT_RdrInstlErr 3411 // // MessageId: MTXT_BadResolver // // MessageText: // // Resolver linkage problem. // #define MTXT_BadResolver 3412 // // MessageId: MTXT_Expiration_Warning // // MessageText: // // Your logon time at %1 ends at %2. // Please clean up and log off. // #define MTXT_Expiration_Warning 3413 // // MessageId: MTXT_Logoff_Warning // // MessageText: // // You will be automatically disconnected at %1. // #define MTXT_Logoff_Warning 3414 // // MessageId: MTXT_Expiration_Message // // MessageText: // // Your logon time at %1 has ended. // #define MTXT_Expiration_Message 3415 // // MessageId: MTXT_Past_Expiration_Message // // MessageText: // // Your logon time at %1 ended at %2. // #define MTXT_Past_Expiration_Message 3416 // // MessageId: MTXT_Immediate_Kickoff_Warning // // MessageText: // // WARNING: You have until %1 to logoff. If you // have not logged off at this time, your session will be // disconnected, and any open files or devices you // have open may lose data. // #define MTXT_Immediate_Kickoff_Warning 3417 // // MessageId: MTXT_Kickoff_Warning // // MessageText: // // WARNING: You must log off at %1 now. You have // two minutes to log off, or you will be disconnected. // #define MTXT_Kickoff_Warning 3418 // // MessageId: MTXT_Kickoff_File_Warning // // MessageText: // // You have open files or devices, and a forced // disconnection may cause you to lose data. // #define MTXT_Kickoff_File_Warning 3419 // // MessageId: MTXT_Svr_Default_Share_Remark // // MessageText: // // Default Share for Internal Use %0 // #define MTXT_Svr_Default_Share_Remark 3420 // // MessageId: APE_Success // // MessageText: // // The command completed successfully. // #define APE_Success 3500 // // MessageId: APE_InvalidSwitch // // MessageText: // // You used an invalid option. // #define APE_InvalidSwitch 3501 // // MessageId: APE_OS2Error // // MessageText: // // OS/2 error %1 has occurred. // #define APE_OS2Error 3502 // // MessageId: APE_NumArgs // // MessageText: // // The command contains an invalid number of arguments. // #define APE_NumArgs 3503 // // MessageId: APE_CmdComplWErrors // // MessageText: // // The command completed with one or more errors. // #define APE_CmdComplWErrors 3504 // // MessageId: APE_InvalidSwitchArg // // MessageText: // // You used an option with an invalid value. // #define APE_InvalidSwitchArg 3505 // // MessageId: APE_SwUnkSw // // MessageText: // // The option %1 is unknown. // #define APE_SwUnkSw 3506 // // MessageId: APE_SwAmbSw // // MessageText: // // Option %1 is ambiguous. // #define APE_SwAmbSw 3507 // // MessageId: APE_DosError // // MessageText: // // DOS error %1 has occurred. // #define APE_DosError 3508 // // MessageId: APE_DosTooManyCmds // // MessageText: // // Too many commands were specified as netservices and/or wrkservices. // #define APE_DosTooManyCmds 3509 // // MessageId: APE_ConflictingSwitches // // MessageText: // // A command was used with conflicting switches. // #define APE_ConflictingSwitches 3510 // // MessageId: APE_SubpgmNotFound // // MessageText: // // Unable to find subprogram %1. // #define APE_SubpgmNotFound 3511 // // MessageId: APE_GEN_OldOSVersion // // MessageText: // // The software requires a newer version of the operating // system. // #define APE_GEN_OldOSVersion 3512 // // MessageId: APE_MoreData // // MessageText: // // More data is available than can be returned by Lan Manager. // #define APE_MoreData 3513 // // MessageId: APE_NoConsoleWithPS // // MessageText: // // NET CONSOLE is not available for the Peer service. // #define APE_NoConsoleWithPS 3519 // // MessageId: APE_StartStartedList // // MessageText: // // These LAN Manager services are started: // #define APE_StartStartedList 3520 // // MessageId: APE_StartNotStarted // // MessageText: // // The %1 service is not started. // #define APE_StartNotStarted 3521 // // MessageId: APE_StartPending // // MessageText: // // The %1 service is starting%0 // #define APE_StartPending 3522 // // MessageId: APE_StartFailed // // MessageText: // // The %1 service could not be started. // #define APE_StartFailed 3523 // // MessageId: APE_StartSuccess // // MessageText: // // The %1 service was started successfully. // #define APE_StartSuccess 3524 // // MessageId: APE_StopSrvRunning // // MessageText: // // Stopping the Workstation service also stops the Server service. // #define APE_StopSrvRunning 3525 // // MessageId: APE_StopRdrOpenFiles // // MessageText: // // The workstation has open files. // #define APE_StopRdrOpenFiles 3526 // // MessageId: APE_StopPending // // MessageText: // // The %1 service is stopping%0 // #define APE_StopPending 3527 // // MessageId: APE_StopFailed // // MessageText: // // The %1 service could not be stopped. // #define APE_StopFailed 3528 // // MessageId: APE_StopSuccess // // MessageText: // // The %1 service was successfully stopped. // #define APE_StopSuccess 3529 // // MessageId: APE_StopServiceList // // MessageText: // // These services are active: // #define APE_StopServiceList 3530 // // MessageId: APE_StopOtherServices // // MessageText: // // Stopping the Workstation service also stops these services. // #define APE_StopOtherServices 3531 // // MessageId: APE_StopMustLogoff // // MessageText: // // Stopping the Workstation service logs you off. // #define APE_StopMustLogoff 3532 // // MessageId: APE_ServiceStatePending // // MessageText: // // The service is starting or stopping. Please try again later. // #define APE_ServiceStatePending 3533 // // MessageId: APE_NoErrorReported // // MessageText: // // The service didn't report an error. // #define APE_NoErrorReported 3534 // // MessageId: APE_ContpausDevErr // // MessageText: // // An error occurred controlling the device. // #define APE_ContpausDevErr 3535 // // MessageId: APE_ContSuccess // // MessageText: // // The %1 service was continued successfully. // #define APE_ContSuccess 3536 // // MessageId: APE_PausSuccess // // MessageText: // // The %1 service was paused successfully. // #define APE_PausSuccess 3537 // // MessageId: APE_ContFailed // // MessageText: // // The %1 service failed to resume. // #define APE_ContFailed 3538 // // MessageId: APE_PausFailed // // MessageText: // // The %1 service failed to pause. // #define APE_PausFailed 3539 // // MessageId: APE_ContPending // // MessageText: // // The %1 service continue is pending%0 // #define APE_ContPending 3540 // // MessageId: APE_PausPending // // MessageText: // // The %1 service pause is pending%0 // #define APE_PausPending 3541 // // MessageId: APE_DevContSuccess // // MessageText: // // %1 was continued successfully. // #define APE_DevContSuccess 3542 // // MessageId: APE_DevPausSuccess // // MessageText: // // %1 was paused successfully. // #define APE_DevPausSuccess 3543 // // MessageId: APE_StartPendingOther // // MessageText: // // The %1 service has been started by another process and is pending.%0 // #define APE_StartPendingOther 3544 // // MessageId: APE_BACKACC_AccTmpFileExists // // MessageText: // // File NETACC.OLD exists; NETACC.BKP may be corrupt. // #define APE_BACKACC_AccTmpFileExists 3550 // // MessageId: APE_BACKACC_AudTmpFileExists // // MessageText: // // File NETAUD.OLD exists; NETAUD.BKP may be corrupt. // #define APE_BACKACC_AudTmpFileExists 3551 // // MessageId: APE_BACKACC_CantOpenFile // // MessageText: // // File %1 cannot be opened. // #define APE_BACKACC_CantOpenFile 3552 // // MessageId: APE_BACKACC_CantCreateFile // // MessageText: // // File %1 cannot be created. // #define APE_BACKACC_CantCreateFile 3553 // // MessageId: APE_BACKACC_CantRemoveFile // // MessageText: // // File %1 cannot be removed. // #define APE_BACKACC_CantRemoveFile 3554 // // MessageId: APE_BACKACC_CantRenameFile // // MessageText: // // File %1 cannot be renamed to %2. // #define APE_BACKACC_CantRenameFile 3555 // // MessageId: APE_BACKACC_CantCopyFile // // MessageText: // // File %1 cannot be copied to %2. // #define APE_BACKACC_CantCopyFile 3556 // // MessageId: APE_BACKACC_BkpNotOpened // // MessageText: // // The ACL backup file %1 could not be opened. // #define APE_BACKACC_BkpNotOpened 3557 // // MessageId: APE_BACKACC_InvalidACLFile // // MessageText: // // The file %1 is not a valid ACL backup file. // #define APE_BACKACC_InvalidACLFile 3558 // // MessageId: APE_BACKACC_NoTempFile // // MessageText: // // BACKACC could not open a temporary workfile. // #define APE_BACKACC_NoTempFile 3559 // // MessageId: APE_BACKACC_NoDiskSpace // // MessageText: // // There isn't enough disk space available on %1 // for the backup file. // #define APE_BACKACC_NoDiskSpace 3560 // // MessageId: APE_BACKACC_BadLabel // // MessageText: // // The volume label of the source drive, "%1", // does not match the label specified in the existing ACL // backup file "%2". // #define APE_BACKACC_BadLabel 3561 // // MessageId: APE_BACKACC_OS2Err // // MessageText: // // BACKACC encountered an unexpected OS/2 error. // #define APE_BACKACC_OS2Err 3563 // // MessageId: APE_BACKACC_Overwrite // // MessageText: // // BACKACC cannot overwrite the backup file %1. // #define APE_BACKACC_Overwrite 3564 // // MessageId: APE_BACKACC_InvalidOption // // MessageText: // // %1 is not a valid BACKACC option // #define APE_BACKACC_InvalidOption 3565 // // MessageId: APE_BACKACC_BackFail // // MessageText: // // BACKACC was not able to back up NET.ACC and NET.AUD. // #define APE_BACKACC_BackFail 3566 // // MessageId: APE_BACKACC_ACLFail // // MessageText: // // BACKACC was not able to back up ACL information. // #define APE_BACKACC_ACLFail 3567 // // MessageId: APE_BACKACC_NoUAS // // MessageText: // // User Access System could not be started. // #define APE_BACKACC_NoUAS 3568 // // MessageId: APE_BACKACC_DriveNotCleaned // // MessageText: // // Warning: ACLs for drive %1 could not be completely cleaned. // #define APE_BACKACC_DriveNotCleaned 3569 // // MessageId: APE_BACKACC_ACLNotRemoved // // MessageText: // // Warning: The ACL for %1 could not be removed. // #define APE_BACKACC_ACLNotRemoved 3570 // // MessageId: APE_RESTACC_FileNotFound // // MessageText: // // The ACL backup file %1 does not exist. // #define APE_RESTACC_FileNotFound 3580 // // MessageId: APE_RESTACC_FileUnreadable // // MessageText: // // RESTACC cannot read the ACL backup file %1. // #define APE_RESTACC_FileUnreadable 3581 // // MessageId: APE_RESTACC_ACLFileInvalid // // MessageText: // // ACL backup file %1 is not a valid ACL backup file. // #define APE_RESTACC_ACLFileInvalid 3582 // // MessageId: APE_RESTACC_InsuffPriv // // MessageText: // // You do not have sufficient privileges to set // permissions on %1. // #define APE_RESTACC_InsuffPriv 3583 // // MessageId: APE_RESTACC_ResNotFound // // MessageText: // // RESTACC cannot set permission on %1 because it // does not exist. // #define APE_RESTACC_ResNotFound 3584 // // MessageId: APE_RESTACC_UserUnknown // // MessageText: // // User %1 does not exist; ACL entry discarded. // #define APE_RESTACC_UserUnknown 3585 // // MessageId: APE_RESTACC_GroupUnknown // // MessageText: // // Group %1 does not exist; ACL entry discarded. // #define APE_RESTACC_GroupUnknown 3586 // // MessageId: APE_RESTACC_GenericNonexist // // MessageText: // // %1 does not exist. // #define APE_RESTACC_GenericNonexist 3587 // // MessageId: APE_RESTACC_InvalidNewname // // MessageText: // // You cannot specify "newname" if "pathname" contains // wildcard characters. // #define APE_RESTACC_InvalidNewname 3588 // // MessageId: APE_RESTACC_InvalidOption // // MessageText: // // %1 is not a valid RESTACC option. // #define APE_RESTACC_InvalidOption 3589 // // MessageId: APE_RESTACC_VolumeMismatch // // MessageText: // // WARNING: The volume label of the destination (%1) // does not match the volume label specified in the // ACL backup file. Do you want to continue anyway? [%2] %0 // #define APE_RESTACC_VolumeMismatch 3590 // // MessageId: APE_RESTACC_Fail // // MessageText: // // RESTACC was not able to complete. // #define APE_RESTACC_Fail 3591 // // MessageId: APE_RESTACC_OutOfRsrc // // MessageText: // // RESTACC ran out of resources // #define APE_RESTACC_OutOfRsrc 3592 // // MessageId: APE_RESTACC_TooManyACLs // // MessageText: // // Maximum number of ACLs for a resource was exceeded. // #define APE_RESTACC_TooManyACLs 3593 // // MessageId: APE_RESTACC_WildNewName // // MessageText: // // You cannot specify wildcard characters in "newname". // #define APE_RESTACC_WildNewName 3594 // // MessageId: APE_RESTACC_NoACLs // // MessageText: // // The backup file, %1, contains no ACLs. // #define APE_RESTACC_NoACLs 3595 // // MessageId: APE_UVER_OpenError // // MessageText: // // Error opening the NETSVINI.EXE file. // #define APE_UVER_OpenError 3600 // // MessageId: APE_UVER_ReadError // // MessageText: // // Error reading the NETSVINI.EXE file. // #define APE_UVER_ReadError 3601 // // MessageId: APE_UVER_WriteError // // MessageText: // // Error writing to the NETSVINI.EXE file. // #define APE_UVER_WriteError 3602 // // MessageId: APE_UVER_FileCorrupt // // MessageText: // // The NETSVINI.EXE file is corrupted. // #define APE_UVER_FileCorrupt 3603 // // MessageId: APE_SessionList // // MessageText: // // These workstations have sessions on this server: // #define APE_SessionList 3660 // // MessageId: APE_SessionOpenList // // MessageText: // // These workstations have sessions with open files on this server: // #define APE_SessionOpenList 3661 // // MessageId: APE_LogOn // // MessageText: // // Message logging is ON. // #define APE_LogOn 3662 // // MessageId: APE_LogLogname // // MessageText: // // The log filename is %1. // #define APE_LogLogname 3663 // // MessageId: APE_LogOff // // MessageText: // // Message logging is OFF. // #define APE_LogOff 3664 // // MessageId: APE_LogNologname // // MessageText: // // There is no log filename. // #define APE_LogNologname 3665 // // MessageId: APE_NameIsFwd // // MessageText: // // The message alias is forwarded. // #define APE_NameIsFwd 3666 // // MessageId: APE_LogoLoggedOn // // MessageText: // // You are currently logged on as %1. // #define APE_LogoLoggedOn 3667 // // MessageId: APE_LogoMustLogoff // // MessageText: // // You must first log off before logging on again. // #define APE_LogoMustLogoff 3668 // // MessageId: APE_LogoOpenFiles // // MessageText: // // All open files must be closed before logging off. // #define APE_LogoOpenFiles 3669 // // MessageId: APE_KillDevList // // MessageText: // // You have these remote connections: // #define APE_KillDevList 3670 // // MessageId: APE_KillCancel // // MessageText: // // Continuing will cancel the connections. // #define APE_KillCancel 3671 // // MessageId: APE_LogoNotLoggedOn // // MessageText: // // You are not currently logged on. // #define APE_LogoNotLoggedOn 3672 // // MessageId: APE_LogoUnableToAddName // // MessageText: // // The logon processor did not add the message alias. // #define APE_LogoUnableToAddName 3673 // // MessageId: APE_LogoUnableToDelName // // MessageText: // // The logoff processor did not delete the message alias. // #define APE_LogoUnableToDelName 3674 // // MessageId: APE_SessionOpenFiles // // MessageText: // // The session from %1 has open files. // #define APE_SessionOpenFiles 3675 // // MessageId: APE_LoadError // // MessageText: // // Error restoring connection to %1. // #define APE_LoadError 3680 // // MessageId: APE_ExitToExit // // MessageText: // // Type EXIT or CTRL+Z to exit. // #define APE_ExitToExit 3681 // // MessageId: APE_NothingRunning // // MessageText: // // No network services are started. // #define APE_NothingRunning 3682 // // MessageId: APE_EmptyList // // MessageText: // // There are no entries in the list. // #define APE_EmptyList 3683 // // MessageId: APE_NoValidUserNameFromINI // // MessageText: // // There is no valid username in LANMAN.INI so the computername will be used. // #define APE_NoValidUserNameFromINI 3684 // // MessageId: APE_SigIgnored // // MessageText: // // Service control cannot be interrupted now and is continuing. // #define APE_SigIgnored 3685 // // MessageId: APE_QueueMade // // MessageText: // // Print queue %1 was created. // #define APE_QueueMade 3686 // // MessageId: APE_SharePassIgnored // // MessageText: // // The server is running with user-level security. The share password is ignored. // #define APE_SharePassIgnored 3687 // // MessageId: APE_ShareOpens // // MessageText: // // Users have open files on %1. Continuing the operation will force the files closed. // #define APE_ShareOpens 3688 // // MessageId: APE_WkstaSwitchesIgnored // // MessageText: // // The Workstation service is already running. LAN Manager will ignore command options for the workstation. // #define APE_WkstaSwitchesIgnored 3689 // // MessageId: APE_AccessMoreData // // MessageText: // // There are more file and directory permissions than can be displayed. To see more permissions, change to a subdirectory and again type NET ACCESS using the /TREE option. // #define APE_AccessMoreData 3690 // // MessageId: APE_OpenHandles // // MessageText: // // There are open files and/or incomplete directory searches pending on the connection to %1. // #define APE_OpenHandles 3691 // // MessageId: APE_NetRunErrRet // // MessageText: // // The program you were running on a remote server ended abnormally. // The exit code was: %1 // #define APE_NetRunErrRet 3692 // // MessageId: APE_RemotingToDC // // MessageText: // // The request will be processed at the domain controller for domain %1. // #define APE_RemotingToDC 3693 // // MessageId: APE_UPG_UninstallFailed // // MessageText: // // User Pak not uninstalled. It was never installed on this server. // #define APE_UPG_UninstallFailed 3698 // // MessageId: APE_UPG_BadProdRevNo // // MessageText: // // The product revision number is invalid. // #define APE_UPG_BadProdRevNo 3699 // // MessageId: APE_UPG_NotOnServer // // MessageText: // // ADDPAK can only be applied to a server. // #define APE_UPG_NotOnServer 3700 // // MessageId: APE_UPG_OpenError // // MessageText: // // Error opening the ADDPAK.SER file. // #define APE_UPG_OpenError 3701 // // MessageId: APE_UPG_BadUpgrade // // MessageText: // // The ADDPAK disk is corrupt. // #define APE_UPG_BadUpgrade 3702 // // MessageId: APE_UPG_ReadError // // MessageText: // // Error reading the ADDPAK.SER file. // #define APE_UPG_ReadError 3703 // // MessageId: APE_UPG_WriteError // // MessageText: // // Error writing to the ADDPAK.SER file. // #define APE_UPG_WriteError 3704 // // MessageId: APE_UPG_AlreadyUnlimited // // MessageText: // // This server is already unlimited. // #define APE_UPG_AlreadyUnlimited 3705 // // MessageId: APE_UPG_InvalidSerial // // MessageText: // // The ADDPAK.SER file contains an invalid serial number. // #define APE_UPG_InvalidSerial 3706 // // MessageId: APE_UPG_DupSerial // // MessageText: // // The ADDPAK.SER file contains duplicate serial numbers. // #define APE_UPG_DupSerial 3707 // // MessageId: APE_UPG_UserTerminated // // MessageText: // // ADDPAK was terminated by the user. // #define APE_UPG_UserTerminated 3708 // // MessageId: APE_UPG_DupNewSerial // // MessageText: // // This 10 User Pak has already been applied. // #define APE_UPG_DupNewSerial 3709 // // MessageId: APE_HelpFileDoesNotExist // // MessageText: // // There was an error opening the help file. // #define APE_HelpFileDoesNotExist 3710 // // MessageId: APE_HelpFileEmpty // // MessageText: // // The Help file is empty. // #define APE_HelpFileEmpty 3711 // // MessageId: APE_HelpFileError // // MessageText: // // The Help file is corrupted. // #define APE_HelpFileError 3712 // // MessageId: APE_DCNotFound // // MessageText: // // Unable to find a Domain Controller for Domain %1. // #define APE_DCNotFound 3713 // // MessageId: APE_DownlevelReqPriv // // MessageText: // // This operation is privileged on systems with earlier // versions of the software. // #define APE_DownlevelReqPriv 3714 // // MessageId: APE_UnknDevType // // MessageText: // // The device type is unknown. // #define APE_UnknDevType 3716 // // MessageId: APE_LogFileCorrupt // // MessageText: // // The log file has been corrupted. // #define APE_LogFileCorrupt 3717 // // MessageId: APE_OnlyNetRunExes // // MessageText: // // Program filenames must end with .EXE. // #define APE_OnlyNetRunExes 3718 // // MessageId: APE_ShareNotFound // // MessageText: // // A matching share could not be found so nothing was deleted. // #define APE_ShareNotFound 3719 // // MessageId: APE_UserBadUPW // // MessageText: // // A bad value is in the units-per-week field of the user record. // #define APE_UserBadUPW 3720 // // MessageId: APE_UseBadPass // // MessageText: // // The password is invalid for %1. // #define APE_UseBadPass 3721 // // MessageId: APE_SendErrSending // // MessageText: // // An error occurred while sending a message to %1. // #define APE_SendErrSending 3722 // // MessageId: APE_SendErrOpening // // MessageText: // // An error occurred while opening a temporary file. // #define APE_SendErrOpening 3723 // // MessageId: APE_SendErrWriting // // MessageText: // // An error occurred when writing a temporary file. // #define APE_SendErrWriting 3724 // // MessageId: APE_ShareErrDeleting // // MessageText: // // An error occurred when the share was deleted. // #define APE_ShareErrDeleting 3725 // // MessageId: APE_LogoInvalidName // // MessageText: // // The username is invalid. // #define APE_LogoInvalidName 3726 // // MessageId: APE_UtilInvalidPass // // MessageText: // // The password is invalid. // #define APE_UtilInvalidPass 3727 // // MessageId: APE_UtilNomatch // // MessageText: // // The passwords do not match. // #define APE_UtilNomatch 3728 // // MessageId: APE_LoadAborted // // MessageText: // // Your persistent connections were not all restored. // #define APE_LoadAborted 3729 // // MessageId: APE_PassInvalidCname // // MessageText: // // This is not a valid computername or domainname. // #define APE_PassInvalidCname 3730 // // MessageId: APE_CmdNotFoundAtRemote // // MessageText: // // The command isn't in the RUNPATH on the remote server. // #define APE_CmdNotFoundAtRemote 3731 // // MessageId: APE_NoDefaultPerms // // MessageText: // // Default permissions cannot be set for that resource. // #define APE_NoDefaultPerms 3732 // // MessageId: APE_NoPathChars // // MessageText: // // The NETRUN command looks for the program name on the RUNPATH. You cannot specify path characters when using NETRUN. // #define APE_NoPathChars 3733 // // MessageId: APE_NoGoodPass // // MessageText: // // A valid password was not entered. // #define APE_NoGoodPass 3734 // // MessageId: APE_NoGoodName // // MessageText: // // A valid name was not entered. // #define APE_NoGoodName 3735 // // MessageId: APE_BadResource // // MessageText: // // The resource named cannot be shared. // #define APE_BadResource 3736 // // MessageId: APE_BadPermsString // // MessageText: // // The permissions string contains invalid permissions. // #define APE_BadPermsString 3737 // // MessageId: APE_InvalidDeviceType // // MessageText: // // You can perform this operation only on LPT and COM devices. // #define APE_InvalidDeviceType 3738 // // MessageId: APE_UserHasRights // // MessageText: // // %1 already has permissions for the resource. // #define APE_UserHasRights 3739 // // MessageId: APE_UserHasNoRights // // MessageText: // // %1 doesn't have permissions for the resource. // #define APE_UserHasNoRights 3740 // // MessageId: APE_BadRightsString // // MessageText: // // %1 is an invalid permission string. // #define APE_BadRightsString 3741 // // MessageId: APE_BadUGName // // MessageText: // // %1 is an invalid username or groupname. // #define APE_BadUGName 3742 // // MessageId: APE_BadAdminConfig // // MessageText: // // The server is not configured for administration. // #define APE_BadAdminConfig 3743 // // MessageId: APE_FailExecingCmdExe // // MessageText: // // A failure occurred while starting CMD.EXE. // #define APE_FailExecingCmdExe 3744 // // MessageId: APE_ErrorOnFile // // MessageText: // // An error was encountered processing the file %1. // #define APE_ErrorOnFile 3745 // // MessageId: APE_BadSource // // MessageText: // // %1 is an invalid source file. // #define APE_BadSource 3746 // // MessageId: APE_BadDest // // MessageText: // // %1 is an invalid destination file. // #define APE_BadDest 3747 // // MessageId: APE_ErrorCopyingSource // // MessageText: // // An error occurred while copying %1. // #define APE_ErrorCopyingSource 3748 // // MessageId: APE_ErrorDeletingSource // // MessageText: // // An error occurred while deleting %1. // #define APE_ErrorDeletingSource 3749 // // MessageId: APE_ErrorMovingSource // // MessageText: // // An error occurred while moving %1. // #define APE_ErrorMovingSource 3750 // // MessageId: APE_ErrorFindingSource // // MessageText: // // An error occurred while searching a directory. // #define APE_ErrorFindingSource 3751 // // MessageId: APE_NoUsersOfSrv // // MessageText: // // No users have sessions with this server. // #define APE_NoUsersOfSrv 3752 // // MessageId: APE_UserNotInGroup // // MessageText: // // User %1 is not a member of group %2. // #define APE_UserNotInGroup 3753 // // MessageId: APE_UserAlreadyInGroup // // MessageText: // // User %1 is already a member of group %2. // #define APE_UserAlreadyInGroup 3754 // // MessageId: APE_NoSuchUser // // MessageText: // // There is no such user: %1. // #define APE_NoSuchUser 3755 // // MessageId: APE_UtilInvalidResponse // // MessageText: // // This is an invalid response. // #define APE_UtilInvalidResponse 3756 // // MessageId: APE_NoGoodResponse // // MessageText: // // No valid response was provided. // #define APE_NoGoodResponse 3757 // // MessageId: APE_ShareNoMatch // // MessageText: // // The destination list provided does not match the destination list of the printer queue. // #define APE_ShareNoMatch 3758 // // MessageId: APE_PassChgDate // // MessageText: // // Your password cannot be changed until %1. // #define APE_PassChgDate 3759 // // MessageId: APE_UnrecognizedDay // // MessageText: // // %1 is not a recognized day of the week. // #define APE_UnrecognizedDay 3760 // // MessageId: APE_ReversedTimeRange // // MessageText: // // The time range specified ends before it starts. // #define APE_ReversedTimeRange 3761 // // MessageId: APE_UnrecognizedHour // // MessageText: // // %1 is not a recognized hour. // #define APE_UnrecognizedHour 3762 // // MessageId: APE_UnrecognizedMinutes // // MessageText: // // %1 is not a valid specification for minutes. // #define APE_UnrecognizedMinutes 3763 // // MessageId: APE_NonzeroMinutes // // MessageText: // // Time supplied is not exactly on the hour. // #define APE_NonzeroMinutes 3764 // // MessageId: APE_MixedTimeFormat // // MessageText: // // 12 and 24 hour time formats may not be mixed. // #define APE_MixedTimeFormat 3765 // // MessageId: APE_NeitherAmNorPm // // MessageText: // // %1 is not a valid 12-hour suffix. // #define APE_NeitherAmNorPm 3766 // // MessageId: APE_BadDateFormat // // MessageText: // // An illegal date format has been supplied. // #define APE_BadDateFormat 3767 // // MessageId: APE_BadDayRange // // MessageText: // // An illegal day range has been supplied. // #define APE_BadDayRange 3768 // // MessageId: APE_BadTimeRange // // MessageText: // // An illegal time range has been supplied. // #define APE_BadTimeRange 3769 // // MessageId: APE_UserBadArgs // // MessageText: // // Arguments to NET USER are invalid. Check minimum password // length and/or arguments supplied. // #define APE_UserBadArgs 3770 // // MessageId: APE_UserBadEnablescript // // MessageText: // // The value for ENABLESCRIPT must be YES. // #define APE_UserBadEnablescript 3771 // // MessageId: APE_UserBadCountryCode // // MessageText: // // An illegal country code has been supplied. // #define APE_UserBadCountryCode 3773 // // MessageId: APE_UserBadLogonServer // // MessageText: // // An illegal logon server has been supplied. // #define APE_UserBadLogonServer 3774 // // MessageId: APE_LogonStandalone // // MessageText: // // You were logged on STANDALONE as %1; no server has confirmed your account. // #define APE_LogonStandalone 3780 // // MessageId: APE_LogonPrivilege // // MessageText: // // Your privilege level on this domain is %1. // #define APE_LogonPrivilege 3781 // // MessageId: APE_LogonLastLogon // // MessageText: // // The last time you logged on was %1. // #define APE_LogonLastLogon 3782 // // MessageId: APE_LogonLogoffTime // // MessageText: // // You must log off by %1. // #define APE_LogonLogoffTime 3783 // // MessageId: APE_LogonPasswordWillExpire // // MessageText: // // NOTE: Your password expires %1. Use the NET PASSWORD // command to change your password before then. // #define APE_LogonPasswordWillExpire 3784 // // MessageId: APE_LogonPasswordExpired // // MessageText: // // Your password for the %1 domain has expired. // Please change your password now. // #define APE_LogonPasswordExpired 3785 // // MessageId: APE_LogonPasswordChanged // // MessageText: // // Password has been changed, continuing logon process. // #define APE_LogonPasswordChanged 3786 // // MessageId: APE_LocalLogonPasswordExpired // // MessageText: // // Your password for the LOCAL domain has expired. // #define APE_LocalLogonPasswordExpired 3787 // // MessageId: APE_LLO_CannotRun // // MessageText: // // Unable to run %1. // #define APE_LLO_CannotRun 3788 // // MessageId: APE_LLO_UnexpectedError // // MessageText: // // Unexpected error occurred. // #define APE_LLO_UnexpectedError 3789 // // MessageId: APE_LLO_NoHPFS // // MessageText: // // Cannot find HPFS. // #define APE_LLO_NoHPFS 3790 // // MessageId: APE_LogonNameMismatch // // MessageText: // // The network logon name does not match the local logon name. // #define APE_LogonNameMismatch 3791 // // MessageId: APE_UsingDefaultUsername // // MessageText: // // There is no valid username or computername in LANMAN.INI so the // default name "USER" will be used. // #define APE_UsingDefaultUsername 3792 // // MessageId: APE_LLO_PswdExpWarn // // MessageText: // // Your password has expired. Please change it as soon as possible. // #define APE_LLO_PswdExpWarn 3793 // // MessageId: APE_LLO_PswdExpSeeAdmin // // MessageText: // // Your password has expired. Contact your network administrator. // #define APE_LLO_PswdExpSeeAdmin 3794 // // MessageId: APE_AT_INVALID_SCHED_DATE // // MessageText: // // This schedule date is invalid. // #define APE_AT_INVALID_SCHED_DATE 3802 // // MessageId: APE_AT_WKSTAGETINFO_FAILURE // // MessageText: // // The LANMAN root directory is unavailable. // #define APE_AT_WKSTAGETINFO_FAILURE 3803 // // MessageId: APE_AT_SCHED_FILE_FAILURE // // MessageText: // // The SCHED.LOG cannot be opened. // #define APE_AT_SCHED_FILE_FAILURE 3804 // // MessageId: APE_AT_MEM_FAILURE // // MessageText: // // The Server service has not been started. // #define APE_AT_MEM_FAILURE 3805 // // MessageId: APE_AT_ID_NOT_FOUND // // MessageText: // // The AT job ID does not exist. // #define APE_AT_ID_NOT_FOUND 3806 // // MessageId: APE_AT_SCHED_CORRUPT // // MessageText: // // The AT schedule file is corrupted. // #define APE_AT_SCHED_CORRUPT 3807 // // MessageId: APE_AT_DELETE_FAILURE // // MessageText: // // The delete failed due to a problem with the AT schedule file. // #define APE_AT_DELETE_FAILURE 3808 // // MessageId: APE_AT_COMMAND_TOO_LONG // // MessageText: // // The command line cannot exceed 128 characters. // #define APE_AT_COMMAND_TOO_LONG 3809 // // MessageId: APE_AT_DISKFULL // // MessageText: // // Can't update the AT schedule file because the disk is full. // #define APE_AT_DISKFULL 3810 // // MessageId: APE_AT_INVALIDATED_AT_FILE // // MessageText: // // The AT schedule file is invalid. Please delete the file and create a new one. // #define APE_AT_INVALIDATED_AT_FILE 3812 // // MessageId: APE_AT_SCHED_FILE_CLEARED // // MessageText: // // The AT schedule file was deleted. // #define APE_AT_SCHED_FILE_CLEARED 3813 // // MessageId: APE_AT_USAGE // // MessageText: // // The syntax of this command is: // AT [id] [/DELETE] // AT time [/EVERY:date | /NEXT:date] command // The AT command schedules a program command to run at a // later date and time on a server. It also displays the // list of programs and commands scheduled to be run. // You can specify the date as M,T,W,Th,F,S,Su or 1-31 // for the day of the month. // You can specify the time in the 24 hour HH:MM format. // #define APE_AT_USAGE 3814 // // MessageId: APE_AT_SEM_BLOCKED // // MessageText: // // The AT command has timed-out. // Please try again later. // #define APE_AT_SEM_BLOCKED 3815 // // MessageId: APE_MA_AdminPasswdPrompt // // MessageText: // // Type the password for the "Admin" account: %0 // #define APE_MA_AdminPasswdPrompt 3820 // // MessageId: APE_MA_AdminNamePrompt // // MessageText: // // Type the name for the "Admin" account [%1]: %0 // #define APE_MA_AdminNamePrompt 3821 // // MessageId: APE_MA_LanRootPrompt // // MessageText: // // Type the pathname for the LAN Manager root directory: %0 // #define APE_MA_LanRootPrompt 3822 // // MessageId: APE_MA_PasswdConfirmPrompt // // MessageText: // // Type the password again to confirm: %0 // #define APE_MA_PasswdConfirmPrompt 3823 // // MessageId: APE_MA_OKtoOverWritePrompt // // MessageText: // // OK to replace (overwrite) %1? %0 // #define APE_MA_OKtoOverWritePrompt 3824 // // MessageId: APE_MA_GuestPasswdPrompt // // MessageText: // // Type the password for the "Guest" account: %0 // #define APE_MA_GuestPasswdPrompt 3825 // // MessageId: APE_MA_ReservedName // // MessageText: // // The name %1 is reserved. // #define APE_MA_ReservedName 3826 // // MessageId: APE_MA_WriteError // // MessageText: // // An error occurred writing to %1. // #define APE_MA_WriteError 3827 // // MessageId: APE_MA_ReadError // // MessageText: // // An error occurred reading from %1. // #define APE_MA_ReadError 3828 // // MessageId: APE_MA_FileExists // // MessageText: // // The file %1 already exists. // #define APE_MA_FileExists 3829 // // MessageId: APE_MA_CantRemoveFile // // MessageText: // // The file %1 could not be deleted. // #define APE_MA_CantRemoveFile 3830 // // MessageId: APE_MA_CantMoveFile // // MessageText: // // The file %1 could not be renamed. // #define APE_MA_CantMoveFile 3831 // // MessageId: APE_MA_CantCreateFile // // MessageText: // // The file %1 could not be created. // #define APE_MA_CantCreateFile 3832 // // MessageId: APE_MA_BadSwitch // // MessageText: // // The %1 option is invalid. // #define APE_MA_BadSwitch 3833 // // MessageId: APE_MA_InvalidLanRoot // // MessageText: // // %1 isn't a valid pathname. // #define APE_MA_InvalidLanRoot 3834 // // MessageId: APE_MA_AccFileGone // // MessageText: // // The new accounts file %1 has been deleted. // #define APE_MA_AccFileGone 3835 // // MessageId: APE_MA_Usage // // MessageText: // // The syntax of this command is: // MAKEACC [/HELP] // [/LANROOT:path] // [/ADMINNAME:name] // [/COMPNAME:name] // [/COMPPASS:name] // [/ADMINPASSWORD: [password | *] ] // [/GUESTNAME:name] // [/GUESTPASSWORD: [password | *] ] // [/ROLE: PRIMARY | BACKUP | MEMBER | STANDALONE] // [/SERVER: 286 | 386 ] // #define APE_MA_Usage 3837 // // MessageId: APE_MA_PasswdTooLong // // MessageText: // // You typed a password with too many characters. // #define APE_MA_PasswdTooLong 3838 // // MessageId: APE_MA_PasswdTooShort // // MessageText: // // You typed a password with not enough characters. // #define APE_MA_PasswdTooShort 3839 // // MessageId: APE_MA_Interrupted // // MessageText: // // MAKEACC was interrupted. // #define APE_MA_Interrupted 3840 // // MessageId: APE_MA_RenameOldFile // // MessageText: // // Please rename or delete the file %1 so that // MAKEACC can create a backup file with that name, then run // MAKEACC again. // #define APE_MA_RenameOldFile 3841 // // MessageId: APE_MA_SigHandlerFailed // // MessageText: // // The signal handler failed to install. // #define APE_MA_SigHandlerFailed 3842 // // MessageId: APE_MA_PasswdMismatch // // MessageText: // // You typed passwords that don't match. // #define APE_MA_PasswdMismatch 3843 // // MessageId: APE_MA_SameNames // // MessageText: // // The "Admin" and "Guest" accounts may not have the same names. // #define APE_MA_SameNames 3844 // // MessageId: APE_MA_BadUserName // // MessageText: // // %1 is not a valid user name. // #define APE_MA_BadUserName 3845 // // MessageId: APE_MA_ENCRYPT_FAILED // // MessageText: // // Encryption of password failed. // #define APE_MA_ENCRYPT_FAILED 3846 // // MessageId: APE_MA_UASStarted // // MessageText: // // User Account System has already been started. // #define APE_MA_UASStarted 3847 // // MessageId: APE_MA_OldFileRestored // // MessageText: // // The old accounts file %1 was restored. // #define APE_MA_OldFileRestored 3848 // // MessageId: APE_MA_NoNewAccFile // // MessageText: // // No new accounts file was created. // #define APE_MA_NoNewAccFile 3849 // // MessageId: APE_MA_InvalidCompName // // MessageText: // // Computer name was not supplied or is invalid. // #define APE_MA_InvalidCompName 3850 // // MessageId: APE_MA_InvalidCompPass // // MessageText: // // Password for the computer name account was not supplied or is // invalid // #define APE_MA_InvalidCompPass 3851 // // MessageId: APE_BAD_COMPNAME // // MessageText: // // %1 is not a valid computername. // #define APE_BAD_COMPNAME 3870 // // MessageId: APE_BAD_MSGID // // MessageText: // // %1 is not a valid LAN Manager message ID. // #define APE_BAD_MSGID 3871 // // MessageId: APE_PA_Usage // // MessageText: // // The syntax of this command is: // PORTACC // #define APE_PA_Usage 3880 // // MessageId: APE_PA_FileNotFound // // MessageText: // // The file %1 could not be found. // #define APE_PA_FileNotFound 3881 // // MessageId: APE_PA_BadAccFile // // MessageText: // // The file %1 is not a valid LAN Manager 1.0 accounts file. // #define APE_PA_BadAccFile 3882 // // MessageId: APE_PA_DupUser // // MessageText: // // The user account %1 already exists; it has not been modified. // #define APE_PA_DupUser 3883 // // MessageId: APE_PA_DupGroup // // MessageText: // // The group %1 already exists; it has not been modified. // #define APE_PA_DupGroup 3884 // // MessageId: APE_PA_DupAcl // // MessageText: // // The access record %1 already exists; it has not been modified. // #define APE_PA_DupAcl 3885 // // MessageId: APE_PA_TooManyGroups // // MessageText: // // The accounts file %1 has too many groups. // #define APE_PA_TooManyGroups 3886 // // MessageId: APE_PA_Interrupted // // MessageText: // // PORTACC was interrupted. // Some modifications may have been made to the UAS database. // #define APE_PA_Interrupted 3887 // // MessageId: APE_PA_CantStartUas // // MessageText: // // The UAS could not be started. // #define APE_PA_CantStartUas 3888 // // MessageId: APE_PA_NotAdmin // // MessageText: // // You must have admin privileges in order to run PORTACC. // #define APE_PA_NotAdmin 3889 // // MessageId: APE_PA_NoSuchFile // // MessageText: // // Cannot add access record for %1; the file does not exist. // #define APE_PA_NoSuchFile 3890 // // MessageId: APE_PA_SpeGroup // // MessageText: // // The group %1 is a reserved Lan Manager 2.0 group. It will // not be ported. No references to this group will be ported. // #define APE_PA_SpeGroup 3891 // // MessageId: APE_MSNGR_HDR // // MessageText: // // Message from %1 to %2 on %3 // #define APE_MSNGR_HDR 3900 // // MessageId: APE_MSNGR_GOODEND // // MessageText: // // **** // #define APE_MSNGR_GOODEND 3901 // // MessageId: APE_MSNGR_BADEND // // MessageText: // // **** unexpected end of message **** // #define APE_MSNGR_BADEND 3902 // // MessageId: APE_POPUP_DISMISS // // MessageText: // // Press ESC to exit // #define APE_POPUP_DISMISS 3905 // // MessageId: APE_POPUP_MOREDATA // // MessageText: // // ... // #define APE_POPUP_MOREDATA 3906 // // MessageId: APE_TIME_TimeDisp // // MessageText: // // Current time at %1 is %2 // #define APE_TIME_TimeDisp 3910 // // MessageId: APE_TIME_SetTime // // MessageText: // // The current local clock is %1 // Do you want to set the local machine's time to match the // time at %2? %3: %0 // #define APE_TIME_SetTime 3911 // // MessageId: APE_TIME_RtsNotFound // // MessageText: // // Unable to locate a time-server. // #define APE_TIME_RtsNotFound 3912 // // MessageId: APE_TIME_DcNotFound // // MessageText: // // Unable to find Primary Domain Controller for domain %1. // #define APE_TIME_DcNotFound 3913 // // MessageId: APE_CS_CantEnumGroup // // MessageText: // // Unable to enumerate the users in group %1. // #define APE_CS_CantEnumGroup 3921 // // MessageId: APE_CS_ReportHeader // // MessageText: // // Storage (KB) // Username Allowed Used Path // -------------------- ------- ------- ----------------------------- // #define APE_CS_ReportHeader 3922 // // MessageId: APE_CS_DiskUsageViolation // // MessageText: // // User %1 has exceeded maximum storage limits on server %2. // Maximum storage allowed: %3. Storage currently used: %4. // #define APE_CS_DiskUsageViolation 3923 // // MessageId: APE_CS_MoreThanOneServer // // MessageText: // // Only one server may be specified on the command line. // #define APE_CS_MoreThanOneServer 3924 // // MessageId: APE_CS_DomainAndServer // // MessageText: // // The /DOMAIN switch may not be used if a server is specified. // #define APE_CS_DomainAndServer 3925 // // MessageId: APE_CS_DupSwitch // // MessageText: // // You have used a switch more than once. // #define APE_CS_DupSwitch 3926 // // MessageId: APE_CS_AlertArgRequired // // MessageText: // // The /ALERTS switch requires a value of YES or NO. // #define APE_CS_AlertArgRequired 3927 // // MessageId: APE_CS_AlertInvalidArg // // MessageText: // // You typed an unrecognized value for the /ALERTS option. // #define APE_CS_AlertInvalidArg 3928 // // MessageId: APE_CS_InvalidParam // // MessageText: // // You typed the unrecognized value: %1. // #define APE_CS_InvalidParam 3929 // // MessageId: APE_CS_NoMoreMemory // // MessageText: // // There isn't enough memory to run the service or command you specified. // #define APE_CS_NoMoreMemory 3930 // // MessageId: APE_CS_HELP // // MessageText: // // The syntax of this command is: // CHKSTOR [\\servername | /DOMAIN[:domainname] ] // [username | groupname] [...] // [/ALERTS:{Yes | No} ] // The CHKSTOR command is used to check a user's actual storage // (memory for a home directory) on the server against the // maximum storage amount specified in their account information. // #define APE_CS_HELP 3931 // // MessageId: APE_CS_InvalidDomain // // MessageText: // // "%1" is not a valid domain name. // #define APE_CS_InvalidDomain 3932 // // MessageId: APE_CS_CantAccessDir // // MessageText: // // An error occurred while trying to access %1. // #define APE_CS_CantAccessDir 3933 // // MessageId: APE_CS_NoUserOrGroup // // MessageText: // // There is no such user or group: %1 // #define APE_CS_NoUserOrGroup 3934 // // MessageId: APE_COPY_ArgRequired // // MessageText: // // You must supply a value for the %1 option. // #define APE_COPY_ArgRequired 3940 // // MessageId: APE_COPY_UnknownSwitch // // MessageText: // // The option %1 is not recognized. // #define APE_COPY_UnknownSwitch 3941 // // MessageId: APE_COPY_TooManyArgs // // MessageText: // // Too many arguments were given. // #define APE_COPY_TooManyArgs 3942 // // MessageId: APE_COPY_CantEnumUsers // // MessageText: // // Unable to enumerate the users in the domain. // #define APE_COPY_CantEnumUsers 3943 // // MessageId: APE_COPY_CantFindUser // // MessageText: // // Unable to locate user %1. // #define APE_COPY_CantFindUser 3944 // // MessageId: APE_COPY_NoSourceFile // // MessageText: // // No source file specified. // #define APE_COPY_NoSourceFile 3945 // // MessageId: APE_CmdArgTooMany // // MessageText: // // You specified too many values for the %1 option. // #define APE_CmdArgTooMany 3951 // // MessageId: APE_CmdArgIllegal // // MessageText: // // You entered an invalid value for the %1 option. // #define APE_CmdArgIllegal 3952 // // MessageId: APE_CmdArgIncorrectSyntax // // MessageText: // // The syntax is incorrect. // #define APE_CmdArgIncorrectSyntax 3953 // // MessageId: APE_FILE_BadId // // MessageText: // // The file number supplied is illegal. // #define APE_FILE_BadId 3960 // // MessageId: APE_PRINT_BadId // // MessageText: // // The print job number supplied is illegal. // #define APE_PRINT_BadId 3961 // // MessageId: APE_ERRPOPUP_NoArgs // // MessageText: // // %1: No arguments supplied. // #define APE_ERRPOPUP_NoArgs 3970 // // MessageId: APE_ERRPOPUP_LongArgs // // MessageText: // // %1: Argument aggregate length exceeds %2. // #define APE_ERRPOPUP_LongArgs 3971 // // MessageId: APE_ERRPOPUP_TooManyOpenFiles // // MessageText: // // %1: Unable to complete execution -- too many open files. // #define APE_ERRPOPUP_TooManyOpenFiles 3972 // // MessageId: APE_ERRPOPUP_NoMoreMem // // MessageText: // // %1: Unable to allocate memory. // #define APE_ERRPOPUP_NoMoreMem 3973 // // MessageId: APE_ERRPOPUP_BadFname // // MessageText: // // %1: Unable to find program %2. // #define APE_ERRPOPUP_BadFname 3974 // // MessageId: APE_ERRPOPUP_ExecFail // // MessageText: // // %1: Unable to execute program %2. // Error code is %3. // #define APE_ERRPOPUP_ExecFail 3975 // // MessageId: APE_ERRPOPUP_PipeFail // // MessageText: // // %1: Unable to create pipe. // Error code is %2. // #define APE_ERRPOPUP_PipeFail 3976 // // MessageId: APE_ERRPOPUP_ThreadFail // // MessageText: // // %1: Unable to create second thread. // Error code is %2. // #define APE_ERRPOPUP_ThreadFail 3977 // // MessageId: APE_ERRPOPUP_ChildFail // // MessageText: // // %1: An error occurred while executing this command: // %2 %3 // Program %5 terminated with an exit code of %4. // The output of %5 was: // #define APE_ERRPOPUP_ChildFail 3978 // // MessageId: APE_MAKE_DIR // // MessageText: // // An error occurred while making the subdirectory: %1. // #define APE_MAKE_DIR 3980 // // MessageId: APE_DEF_ERROR // // MessageText: // // Error in line %1 of .DEF file. // #define APE_DEF_ERROR 3981 // // MessageId: APE_BAD_DRIVE // // MessageText: // // The specified drive does not exist. // #define APE_BAD_DRIVE 3982 // // MessageId: APE_BAD_DEF_NAME // // MessageText: // // MAKEIMG.EXE was given an invalid .DEF filename. // #define APE_BAD_DEF_NAME 3983 // // MessageId: APE_NOT_DOS // // MessageText: // // The diskette is not a bootable DOS diskette. Use DOS "FORMAT A: /S". // #define APE_NOT_DOS 3984 // // MessageId: APE_NOMEM // // MessageText: // // Insufficient memory. // #define APE_NOMEM 3985 // // MessageId: APE_IMAGE_OPEN // // MessageText: // // Error opening image file. // #define APE_IMAGE_OPEN 3986 // // MessageId: APE_IMAGE_WRITE // // MessageText: // // Error writing image. // #define APE_IMAGE_WRITE 3987 // // MessageId: APE_DISK_READ // // MessageText: // // Error reading diskette. // #define APE_DISK_READ 3988 // // MessageId: APE_SOURCE_READ // // MessageText: // // Error reading source file %1. // #define APE_SOURCE_READ 3989 // // MessageId: APE_DISK_WRITE // // MessageText: // // Error writing file %1 to diskette. // #define APE_DISK_WRITE 3990 // // MessageId: APE_DEF_OPEN // // MessageText: // // Cannot find image definition file: %1. // #define APE_DEF_OPEN 3991 // // MessageId: APE_DOMAINS_PrimaryExists // // MessageText: // // Primary domain controller already exists. // #define APE_DOMAINS_PrimaryExists 3995 // // MessageId: APE_DOMAINS_NotDomainAdmin // // MessageText: // // You are not logged on with admin privilege to the domain. // #define APE_DOMAINS_NotDomainAdmin 3996 // // MessageId: APE_DOMAINS_NotLocalAdmin // // MessageText: // // You are not logged on with admin privileges to the local computer. // #define APE_DOMAINS_NotLocalAdmin 3997 // // MessageId: APE_DOMAINS_CantChgPrimary // // MessageText: // // The primary domain controller cannot be changed to member or backup. // #define APE_DOMAINS_CantChgPrimary 3998 // // MessageId: APE_ALERT_ADMIN_NOT_CFG // // MessageText: // // The destination Server is not configured for remote administration. // #define APE_ALERT_ADMIN_NOT_CFG 4000 // // MessageId: APE_ALERT_AUTODISC_RANGE // // MessageText: // // Autodisconnect value must be in the range %1 to %2. // #define APE_ALERT_AUTODISC_RANGE 4001 // // MessageId: APE_ALERT_BAD_ACCOUNT_CONTENT // // MessageText: // // The access control database is corrupted. // #define APE_ALERT_BAD_ACCOUNT_CONTENT 4003 // // MessageId: APE_ALERT_BAD_CMDLINE // // MessageText: // // Invalid switch or argument %1 on command line. // #define APE_ALERT_BAD_CMDLINE 4004 // // MessageId: APE_ALERT_BAD_DEFAULT_USERNAME // // MessageText: // // The default username in the file LANMAN.INI is ill-formed. // Using the computername as the default username. // #define APE_ALERT_BAD_DEFAULT_USERNAME 4005 // // MessageId: APE_ALERT_BAD_DEVICE_NAME // // MessageText: // // Incorrectly formed devicename. (NO LONGER USED) // #define APE_ALERT_BAD_DEVICE_NAME 4006 // // MessageId: APE_ALERT_BAD_DEVLIST // // MessageText: // // Incorrectly formed list of devicenames given. // #define APE_ALERT_BAD_DEVLIST 4007 // // MessageId: APE_ALERT_BAD_INIPARM // // MessageText: // // Bad parameter given in LANMAN.INI: // %1 = %2 // #define APE_ALERT_BAD_INIPARM 4008 // // MessageId: APE_ALERT_BAD_LOGNAME // // MessageText: // // You have specified an illegal name for the message log file. // Message logging status has not changed. // #define APE_ALERT_BAD_LOGNAME 4009 // // MessageId: APE_ALERT_BAD_MSGNAME // // MessageText: // // Incorrectly formed message alias. // Please enter a single message alias. // #define APE_ALERT_BAD_MSGNAME 4010 // // MessageId: APE_ALERT_BAD_MSGNAME_LIST // // MessageText: // // An ill-formed list of message aliases was given. // #define APE_ALERT_BAD_MSGNAME_LIST 4011 // // MessageId: APE_ALERT_BAD_NETNAME // // MessageText: // // The sharename you specified is invalid. // #define APE_ALERT_BAD_NETNAME 4012 // // MessageId: APE_ALERT_BAD_NUMBER // // MessageText: // // Incorrectly formed numeric input. Please type a number here. // #define APE_ALERT_BAD_NUMBER 4013 // // MessageId: APE_ALERT_BAD_OLD_PASSWORD // // MessageText: // // An incorrect old password was supplied. // The password was not changed. // #define APE_ALERT_BAD_OLD_PASSWORD 4014 // // MessageId: APE_ALERT_BAD_PASSWORD // // MessageText: // // Incorrectly formed password. // #define APE_ALERT_BAD_PASSWORD 4015 // // MessageId: APE_ALERT_BAD_PATH // // MessageText: // // Incorrectly formed pathname of file. // #define APE_ALERT_BAD_PATH 4016 // // MessageId: APE_ALERT_BAD_RSRC_NAME // // MessageText: // // Incorrectly formed sharename or pathname. // #define APE_ALERT_BAD_RSRC_NAME 4017 // // MessageId: APE_ALERT_BAD_SCRIPT_NAME // // MessageText: // // Incorrectly formed script filename. // It has to be relative to the user root directory. // #define APE_ALERT_BAD_SCRIPT_NAME 4018 // // MessageId: APE_ALERT_BAD_SERVER_NAME // // MessageText: // // Incorrectly formed computername. // #define APE_ALERT_BAD_SERVER_NAME 4019 // // MessageId: APE_ALERT_BAD_TIME // // MessageText: // // Incorrectly formed time specified. // #define APE_ALERT_BAD_TIME 4020 // // MessageId: APE_ALERT_BAD_USERNAME // // MessageText: // // Incorrectly formed username or groupname. // #define APE_ALERT_BAD_USERNAME 4021 // // MessageId: APE_ALERT_BAD_USERNAME_LIST // // MessageText: // // Incorrectly formed list of usernames given. // #define APE_ALERT_BAD_USERNAME_LIST 4022 // // MessageId: APE_ALERT_CANT_CONTINUE // // MessageText: // // Failed to continue the paused %1 service. // #define APE_ALERT_CANT_CONTINUE 4023 // // MessageId: APE_ALERT_CANT_PAUSE // // MessageText: // // Failed to pause the %1 service. // #define APE_ALERT_CANT_PAUSE 4024 // // MessageId: APE_ALERT_CANT_REMOTE_THIS // // MessageText: // // This function does not operate while administering a remote Server. // You must use your local machine in order to do this. // #define APE_ALERT_CANT_REMOTE_THIS 4025 // // MessageId: APE_ALERT_CANT_SEND_TO // // MessageText: // // Unable to send message to user %1 -- name too long. // #define APE_ALERT_CANT_SEND_TO 4026 // // MessageId: APE_ALERT_CANT_START // // MessageText: // // Failed to start the %1 service. // #define APE_ALERT_CANT_START 4027 // // MessageId: APE_ALERT_CANT_START_NET // // MessageText: // // An error occurred while trying to autostart the LAN Manager software. // The command cannot be completed. // #define APE_ALERT_CANT_START_NET 4028 // // MessageId: APE_ALERT_CANT_STOP // // MessageText: // // Failed to stop the %1 service. // #define APE_ALERT_CANT_STOP 4029 // // MessageId: APE_ALERT_CONNECTION_IN_USE // // MessageText: // // You are actively using a connection targeted for deletion. // Finish all remote activity on %1, then try again. // #define APE_ALERT_CONNECTION_IN_USE 4030 // // MessageId: APE_ALERT_CORE_SERVER // // MessageText: // // This function not available to down-level Servers. // #define APE_ALERT_CORE_SERVER 4031 // // MessageId: APE_ALERT_COULDNT_LOGOFF // // MessageText: // // Log off was unsuccessful. You are still logged on. // #define APE_ALERT_COULDNT_LOGOFF 4032 // // MessageId: APE_ALERT_COW_INIT_FAILED // // MessageText: // // Full-screen interface failed to find screen and/or keyboard. // #define APE_ALERT_COW_INIT_FAILED 4033 // // MessageId: APE_ALERT_DATABASE_CONCURR_UPD // // MessageText: // // The access control database is currently being updated. // Your request cannot be completed. // #define APE_ALERT_DATABASE_CONCURR_UPD 4034 // // MessageId: APE_ALERT_DELETE_NAME_LATER // // MessageText: // // The name cannot be deleted immediately. It will be deleted soon. // #define APE_ALERT_DELETE_NAME_LATER 4035 // // MessageId: APE_ALERT_DISK_CHANGE_NOT_MADE // // MessageText: // // The disk for this drive was not inserted. // #define APE_ALERT_DISK_CHANGE_NOT_MADE 4036 // // MessageId: APE_ALERT_DISK_FULL // // MessageText: // // There is no more space available on the current disk. // Unable to write out the complete log file. // #define APE_ALERT_DISK_FULL 4037 // // MessageId: APE_ALERT_FILE_NOT_DIR // // MessageText: // // Cannot create the requested directory, since the file // %1 is not a subdirectory. // #define APE_ALERT_FILE_NOT_DIR 4038 // // MessageId: APE_ALERT_GOREMOTE_FAILED // // MessageText: // // Failed to connect to Server %1 for remote administration. // #define APE_ALERT_GOREMOTE_FAILED 4039 // // MessageId: APE_ALERT_INVALID_PASSWD // // MessageText: // // Invalid password. Action denied. // #define APE_ALERT_INVALID_PASSWD 4040 // // MessageId: APE_ALERT_LOG_WRITTEN // // MessageText: // // The log file was successfully saved as ASCII textfile // in %1, in the \LOGS subdirectory. // #define APE_ALERT_LOG_WRITTEN 4042 // // MessageId: APE_ALERT_LOGFILE_CORRUPT // // MessageText: // // The log file is corrupt and contains invalid data. // #define APE_ALERT_LOGFILE_CORRUPT 4043 // // MessageId: APE_ALERT_LOGFILE_INCOMPLETE // // MessageText: // // Unable to read entire log file. // Only a subset is available for viewing. // #define APE_ALERT_LOGFILE_INCOMPLETE 4044 // // MessageId: APE_ALERT_LONG_USERNAME // // MessageText: // // The logon processor was unable to add // the username as a messaging alias. // #define APE_ALERT_LONG_USERNAME 4045 // // MessageId: APE_ALERT_MAXUSERS_RANGE // // MessageText: // // Maximum-users value must be in the range %1 to %2. // #define APE_ALERT_MAXUSERS_RANGE 4046 // // MessageId: APE_ALERT_MESSAGE_NOT_FOUND // // MessageText: // // Cannot find part of the message; the diagnostic message may be garbled. // #define APE_ALERT_MESSAGE_NOT_FOUND 4047 // // MessageId: APE_ALERT_MID_NOT_FOUND // // MessageText: // // Error %1. No message text for this error can be found. // #define APE_ALERT_MID_NOT_FOUND 4048 // // MessageId: APE_ALERT_MSF_NOT_FOUND // // MessageText: // // Error %1-- cannot find the message log file; // No description is available. // #define APE_ALERT_MSF_NOT_FOUND 4049 // // MessageId: APE_ALERT_MSG_ALREADY_FWDED // // MessageText: // // Messages to this alias have already been forwarded to another alias. // #define APE_ALERT_MSG_ALREADY_FWDED 4050 // // MessageId: APE_ALERT_MSG_BC_TRUNCATED // // MessageText: // // Messages addressed to the entire network must not be longer // than 128 characters. Your message was shortened to this limit. // #define APE_ALERT_MSG_BC_TRUNCATED 4051 // // MessageId: APE_ALERT_MSG_NAME_NOT_FOUND // // MessageText: // // Cannot find the named recipient on the network. // No message was sent to %1. // #define APE_ALERT_MSG_NAME_NOT_FOUND 4052 // // MessageId: APE_ALERT_MSG_NOT_FWDED // // MessageText: // // Messages to this alias are not currently // being forwarded to another alias. // #define APE_ALERT_MSG_NOT_FWDED 4053 // // MessageId: APE_ALERT_NOT_ADMIN // // MessageText: // // You do not have administrative privilege at the specified Server. // Access denied. // #define APE_ALERT_NOT_ADMIN 4055 // // MessageId: APE_ALERT_NOT_CHARDEV_NAME // // MessageText: // // A character devicename (such as "LPT1:" or "COM2:") is required. // #define APE_ALERT_NOT_CHARDEV_NAME 4056 // // MessageId: APE_ALERT_NOT_DEVICE_NAME // // MessageText: // // A devicename (such as "D:," "LPT1:," or "COM2:") is required. // #define APE_ALERT_NOT_DEVICE_NAME 4057 // // MessageId: APE_ALERT_NOT_DRIVE_NAME // // MessageText: // // A disk devicename (such as "F:") is required. // #define APE_ALERT_NOT_DRIVE_NAME 4058 // // MessageId: APE_ALERT_NOT_LOCAL_DRIVE // // MessageText: // // Drive %1 is not a local disk drive. // #define APE_ALERT_NOT_LOCAL_DRIVE 4059 // // MessageId: APE_ALERT_NOT_SPOOLED_NAME // // MessageText: // // Printer devicename (e.g. LPT1) required. // #define APE_ALERT_NOT_SPOOLED_NAME 4060 // // MessageId: APE_ALERT_NOT_USER_LEVEL_SECUR // // MessageText: // // The Server is not running in user-level security mode. // The access control database cannot be accessed. // #define APE_ALERT_NOT_USER_LEVEL_SECUR 4061 // // MessageId: APE_ALERT_NO_DRIVES_AVAILABLE // // MessageText: // // All appropriate devicenames on the computer are already in use. // #define APE_ALERT_NO_DRIVES_AVAILABLE 4062 // // MessageId: APE_ALERT_NO_HELP_DATA // // MessageText: // // Cannot find the help file. No help is available. // #define APE_ALERT_NO_HELP_DATA 4063 // // MessageId: APE_ALERT_NO_MEMORY // // MessageText: // // Your computer has insufficient memory available to perform this function. // Quit another program, then try again. // #define APE_ALERT_NO_MEMORY 4064 // // MessageId: APE_ALERT_NO_MSGLOG // // MessageText: // // No message log file exists to read. // #define APE_ALERT_NO_MSGLOG 4065 // // MessageId: APE_ALERT_NONUNIQUE_CONSOLE // // MessageText: // // An instance of NET CONSOLE is already running on this Server. // #define APE_ALERT_NONUNIQUE_CONSOLE 4066 // // MessageId: APE_ALERT_NO_PARENT_PERM // // MessageText: // // Cannot find the default permissions information for this resource. // #define APE_ALERT_NO_PARENT_PERM 4067 // // MessageId: APE_ALERT_NO_REDIR // // MessageText: // // The system-level LAN Manager software has not been loaded. // LAN Manager cannot operate without this component. // #define APE_ALERT_NO_REDIR 4068 // // MessageId: APE_ALERT_NO_SPOOLER // // MessageText: // // The print spooler is not loaded. // #define APE_ALERT_NO_SPOOLER 4069 // // MessageId: APE_ALERT_NO_SUCH_DISKSHARE // // MessageText: // // The Server disk is not available for remote access // %1 // #define APE_ALERT_NO_SUCH_DISKSHARE 4070 // // MessageId: APE_ALERT_NO_SUCH_DRIVE // // MessageText: // // This path contains an invalid drive letter: // "%1" // #define APE_ALERT_NO_SUCH_DRIVE 4071 // // MessageId: APE_ALERT_NO_SUCH_RSRC // // MessageText: // // You entered the name of a remote resource which doesn't exist. // #define APE_ALERT_NO_SUCH_RSRC 4072 // // MessageId: APE_ALERT_NO_SUCH_SERVER // // MessageText: // // Cannot find the named Server on the network. // #define APE_ALERT_NO_SUCH_SERVER 4073 // // MessageId: APE_ALERT_OK_LOGOFF // // MessageText: // // Successfully logged off your username from the network. // #define APE_ALERT_OK_LOGOFF 4074 // // MessageId: APE_ALERT_OK_SHUTDOWN // // MessageText: // // LAN Manager was successfully stopped. // #define APE_ALERT_OK_SHUTDOWN 4075 // // MessageId: APE_ALERT_PARTIAL_SHUTDOWN // // MessageText: // // Cannot access the service table, so LAN Manager could not be stopped. // Check for other net-active programs and try again. // #define APE_ALERT_PARTIAL_SHUTDOWN 4076 // // MessageId: APE_ALERT_PASSWORD_CHANGED // // MessageText: // // Successfully changed password for %1 at %2. // #define APE_ALERT_PASSWORD_CHANGED 4077 // // MessageId: APE_ALERT_PASSWORDS_MUST_DIFFER // // MessageText: // // Both Password fields are the same. Your new // password must differ from your old password. // #define APE_ALERT_PASSWORDS_MUST_DIFFER 4078 // // MessageId: APE_ALERT_PATH_NOT_FOUND // // MessageText: // // You specified a path with some invalid components. // #define APE_ALERT_PATH_NOT_FOUND 4079 // // MessageId: APE_ALERT_PERMISSION_NOT_FOUND // // MessageText: // // Cannot find the access control record // for: %1. // #define APE_ALERT_PERMISSION_NOT_FOUND 4080 // // MessageId: APE_ALERT_PRIORITY_RANGE // // MessageText: // // Priority value must be in the range %1 to %2. // #define APE_ALERT_PRIORITY_RANGE 4081 // // MessageId: APE_ALERT_PROFILE_NOT_LOADED // // MessageText: // // Your persistent connections were not successfully restored. // #define APE_ALERT_PROFILE_NOT_LOADED 4083 // // MessageId: APE_ALERT_PW_NO_SUCH_SERVER // // MessageText: // // Cannot find the named Server on the network. // User password not changed. // #define APE_ALERT_PW_NO_SUCH_SERVER 4085 // // MessageId: APE_ALERT_PW_NO_SUCH_USER // // MessageText: // // Cannot find this username on the named Server. // User password not changed. // #define APE_ALERT_PW_NO_SUCH_USER 4086 // // MessageId: APE_ALERT_REMOTE_BADCOMM // // MessageText: // // The computer can't maintain communication with the remote // server. Focus is returning to the local computer. // #define APE_ALERT_REMOTE_BADCOMM 4087 // // MessageId: APE_ALERT_RSRC_NOT_DEVNAME // // MessageText: // // You specified an invalid resource name. // #define APE_ALERT_RSRC_NOT_DEVNAME 4089 // // MessageId: APE_ALERT_SERVICE_NOT_CONFIG // // MessageText: // // Your LAN Manager system is not configured to run the %1 service. // #define APE_ALERT_SERVICE_NOT_CONFIG 4090 // // MessageId: APE_ALERT_SHARE_COMMENT_SIZE // // MessageText: // // The sharename remark is too long. It must be 48 characters or less. // #define APE_ALERT_SHARE_COMMENT_SIZE 4091 // // MessageId: APE_ALERT_SHARE_RESERVED // // MessageText: // // You are trying to share a sharename reserved to the Server. // Use the "Admin share" option to add such a share. // #define APE_ALERT_SHARE_RESERVED 4092 // // MessageId: APE_ALERT_STANDALONE_LOGON // // MessageText: // // You were logged on standalone; no server has confirmed // your account information. // #define APE_ALERT_STANDALONE_LOGON 4093 // // MessageId: APE_ALERT_SURPRISE_LOG_CLEAR // // MessageText: // // The contents of the log file have been deleted. // An administrator may have cleared it remotely. // #define APE_ALERT_SURPRISE_LOG_CLEAR 4094 // // MessageId: APE_ALERT_TOO_MANY_ACCESS_ENTR // // MessageText: // // The number of permission entries for the resource has been exceeded. // #define APE_ALERT_TOO_MANY_ACCESS_ENTR 4095 // // MessageId: APE_ALERT_TOO_MANY_RMT_ADMIN // // MessageText: // // The number of allowed remote Administrators was exceeded at the Server. // #define APE_ALERT_TOO_MANY_RMT_ADMIN 4096 // // MessageId: APE_ALERT_UNKNOWN_PERM // // MessageText: // // Unknown permission: %1. // #define APE_ALERT_UNKNOWN_PERM 4097 // // MessageId: APE_ALERT_USERNAME_NONUNIQUE // // MessageText: // // Username already logged in at another workstation. // Logon proceeding. // #define APE_ALERT_USERNAME_NONUNIQUE 4098 // // MessageId: APE_ALERT_REMOTE_WKSTA_SHUTDWN // // MessageText: // // You cannot stop the workstation from a remote administration session. // #define APE_ALERT_REMOTE_WKSTA_SHUTDWN 4100 // // MessageId: APE_ALERT_NOT_PAUSABLE // // MessageText: // // %1 is not a pausable service. // #define APE_ALERT_NOT_PAUSABLE 4101 // // MessageId: APE_ALERT_UNKNOWN_PARAM // // MessageText: // // %1 is not a valid start option for service %2. // #define APE_ALERT_UNKNOWN_PARAM 4102 // // MessageId: APE_ALERT_NIFC_ON_PEER // // MessageText: // // The console version of the Lan Manager screen cannot // be used on a Peer Server. // #define APE_ALERT_NIFC_ON_PEER 4103 // // MessageId: APE_ALERT_DOS_START_WKSTA // // MessageText: // // Please net start workstation first. // #define APE_ALERT_DOS_START_WKSTA 4104 // // MessageId: APE_ALERT_DOS_SVC_INSTALL // // MessageText: // // Please start [%1] before using this function. // #define APE_ALERT_DOS_SVC_INSTALL 4105 // // MessageId: APE_ALERT_LOGFILE_TOOBIG // // MessageText: // // Log file too large; unable to read entire log file. // #define APE_ALERT_LOGFILE_TOOBIG 4106 // // MessageId: APE_ALERT_BAD_GROUPNAME // // MessageText: // // Incorrectly formed group name. // Please enter a single group name. // #define APE_ALERT_BAD_GROUPNAME 4107 // // MessageId: APE_ALERT_BAD_GROUPNAME_LIST // // MessageText: // // An ill-formed list of group names was given. // #define APE_ALERT_BAD_GROUPNAME_LIST 4108 // // MessageId: APE_ALERT_BAD_DOMAINNAME // // MessageText: // // Incorrectly formed domain name. // Please enter a single domain name. // #define APE_ALERT_BAD_DOMAINNAME 4109 // // MessageId: APE_ALERT_BAD_DOMAINNAME_LIST // // MessageText: // // An ill-formed list of domain names was given. // #define APE_ALERT_BAD_DOMAINNAME_LIST 4110 // // MessageId: APE_ALERT_GROUP_NAME_NOT_FOUND // // MessageText: // // Cannot find the named group on the server. // No message was sent to %1. // #define APE_ALERT_GROUP_NAME_NOT_FOUND 4111 // // MessageId: APE_ALERT_NO_MESSAGE // // MessageText: // // You must enter a message to send. // #define APE_ALERT_NO_MESSAGE 4112 // // MessageId: APE_ALERT_SOCF_PRIV_ADMIN // // MessageText: // // You have administrative privileges at %1. // You may receive detailed help at any time // by pressing the F1 key. // #define APE_ALERT_SOCF_PRIV_ADMIN 4113 // // MessageId: APE_ALERT_SOCF_PRIV_OPERATOR // // MessageText: // // You have operator privileges at %1 for: %2%3%4%5%6 // You may receive detailed help at any time // by pressing the F1 key. // #define APE_ALERT_SOCF_PRIV_OPERATOR 4114 // // MessageId: APE_ALERT_SOCF_PRIV_USER // // MessageText: // // You have user privileges at %1. // You may receive detailed help at any time // by pressing the F1 key. // #define APE_ALERT_SOCF_PRIV_USER 4115 // // MessageId: APE_ALERT_SOCF_PRIV_GUEST // // MessageText: // // You have guest privileges at %1. // You may receive detailed help at any time // by pressing the F1 key. // #define APE_ALERT_SOCF_PRIV_GUEST 4116 // // MessageId: APE_ALERT_SOCF_PRIV_NONE // // MessageText: // // You have no privileges at %1. // You may receive detailed help at any time // by pressing the F1 key. // #define APE_ALERT_SOCF_PRIV_NONE 4117 // // MessageId: APE_ALERT_CANT_CREATE_FILE // // MessageText: // // Cannot create temporary file on %1. // #define APE_ALERT_CANT_CREATE_FILE 4118 // // MessageId: APE_ALERT_CANT_COPY // // MessageText: // // Cannot copy file %1 to %2. // #define APE_ALERT_CANT_COPY 4119 // // MessageId: APE_ALERT_CANT_DELETE // // MessageText: // // Cannot delete file %1 on %2. // #define APE_ALERT_CANT_DELETE 4120 // // MessageId: APE_ALERT_PWHIST_RANGE // // MessageText: // // The password uniqueness field has an invalid value. Password // uniqueness must be in the range %1 to %2. // #define APE_ALERT_PWHIST_RANGE 4121 // // MessageId: APE_ALERT_MINLEN_RANGE // // MessageText: // // The minimum password length field has an invalid value. The // minimum length must be in the range %1 to %2. // #define APE_ALERT_MINLEN_RANGE 4122 // // MessageId: APE_ALERT_MINPASSAGE // // MessageText: // // The minimum password age field has an invalid value. // #define APE_ALERT_MINPASSAGE 4123 // // MessageId: APE_ALERT_MAXPASSAGE // // MessageText: // // The maximum password age field has an invalid value. // #define APE_ALERT_MAXPASSAGE 4124 // // MessageId: APE_ALERT_FORCE // // MessageText: // // The Force Logoff field has an invalid value. // #define APE_ALERT_FORCE 4125 // // MessageId: APE_ALERT_COMMENT_INVALID // // MessageText: // // The Comment field is invalid. // #define APE_ALERT_COMMENT_INVALID 4126 // // MessageId: APE_ALERT_NO_PERM_RIGHTS // // MessageText: // // You do not have sufficient rights to browse the permissions for %1\%2. // #define APE_ALERT_NO_PERM_RIGHTS 4127 // // MessageId: APE_ALERT_WKSTA_NOT_STARTED // // MessageText: // // The workstation service has not been started. // #define APE_ALERT_WKSTA_NOT_STARTED 4128 // // MessageId: APE_ALERT_NOT_LOGGED_IN // // MessageText: // // There is no user logged in. // #define APE_ALERT_NOT_LOGGED_IN 4129 // // MessageId: APE_ALERT_ALREADY_LOGGED_IN // // MessageText: // // There is already a user logged in. // #define APE_ALERT_ALREADY_LOGGED_IN 4130 // // MessageId: APE_ALERT_PASSWORD_EXPIRED // // MessageText: // // Your password has expired. You must change it now before // you may proceed. // #define APE_ALERT_PASSWORD_EXPIRED 4131 // // MessageId: APE_ALERT_CHANGE_PW_SOON // // MessageText: // // Your password will expire at %1. Please change your password // soon. // #define APE_ALERT_CHANGE_PW_SOON 4132 // // MessageId: APE_ALERT_DC_NOT_FOUND // // MessageText: // // The domain controller for domain %1 could not be found. // #define APE_ALERT_DC_NOT_FOUND 4133 // // MessageId: APE_ALERT_BAD_HELP_FILE // // MessageText: // // The help file is damaged. No help is available. // #define APE_ALERT_BAD_HELP_FILE 4134 // // MessageId: APE_ALERT_CANT_SHOW_SERVERS // // MessageText: // // Unable to present the list of visible servers. // #define APE_ALERT_CANT_SHOW_SERVERS 4135 // // MessageId: APE_ALERT_NOT_NUMBER // // MessageText: // // This field must contain a number. // #define APE_ALERT_NOT_NUMBER 4137 // // MessageId: APE_ALERT_BAD_WKSTA_LIST // // MessageText: // // Incorrectly formed list of workstation names given. // #define APE_ALERT_BAD_WKSTA_LIST 4138 // // MessageId: APE_ALERT_BAD_PMSPLDD_NAME // // MessageText: // // An incorrectly formed print spooler device name was given. // #define APE_ALERT_BAD_PMSPLDD_NAME 4139 // // MessageId: APE_ALERT_NOT_PDC // // MessageText: // // You can't update your password at this server. Update your // password at the primary domain controller of this domain. // #define APE_ALERT_NOT_PDC 4140 // // MessageId: APE_ALERT_PASSWORD_TOO_SHORT // // MessageText: // // A user password on this server must be at least %1 characters // long. // #define APE_ALERT_PASSWORD_TOO_SHORT 4141 // // MessageId: APE_ALERT_CANT_SHOW_PRINTERS // // MessageText: // // Unable to display the list of printer queues. // #define APE_ALERT_CANT_SHOW_PRINTERS 4142 // // MessageId: APE_ALERT_DEFAULT_USERNAME // // MessageText: // // There is no valid username or computername in LANMAN.INI so // the default name "USER" will be used. // #define APE_ALERT_DEFAULT_USERNAME 4143 // // MessageId: APE_ALERT_LOCAL_LOGON // // MessageText: // // You are logged on locally as %1. Logging on to the network with // a different name also changes your local username. // #define APE_ALERT_LOCAL_LOGON 4144 // // MessageId: APE_ALERT_LOCAL_RELOGON // // MessageText: // // Your local username, %1, will be changed to your network // username, %2. // #define APE_ALERT_LOCAL_RELOGON 4145 // // MessageId: APE_ALERT_FILE_MSG_TRUNC // // MessageText: // // The file was not sent completely; information may have been lost. // #define APE_ALERT_FILE_MSG_TRUNC 4146 // // MessageId: APE_ALERT_CREATE_ACCESS_DENIED // // MessageText: // // You do not have permission to create or modify the file %1. // #define APE_ALERT_CREATE_ACCESS_DENIED 4147 // // MessageId: APE_ALERT_ACL_ACCESS_DENIED // // MessageText: // // You do not have permission to access the resource %1. // #define APE_ALERT_ACL_ACCESS_DENIED 4148 // // MessageId: APE_ALERT_PINBALL_DRIVE // // MessageText: // // You cannot place access permissions on an HPFS386 drive. // #define APE_ALERT_PINBALL_DRIVE 4149 // // MessageId: APE_ALERT_NO_ACLS // // MessageText: // // No access records were deleted. // #define APE_ALERT_NO_ACLS 4150 // // MessageId: APE_ALERT_MORE_DATA // // MessageText: // // There are too many records to display. A partial listing will // be displayed. // #define APE_ALERT_MORE_DATA 4151 // // MessageId: APE_ALERT_LOCKOUT_RANGE // // MessageText: // // The lockout count must be in the range 1 to 65535. // #define APE_ALERT_LOCKOUT_RANGE 4152 // // MessageId: APE_ALERT_PARMS_CONFLICT // // MessageText: // // There is a conflict between services in the use of the // "parms" field in this user's record. // #define APE_ALERT_PARMS_CONFLICT 4153 // // MessageId: APE_ALERT_PG_NOT_MEMBER // // MessageText: // // The user must be a member of his/her primary group. // #define APE_ALERT_PG_NOT_MEMBER 4154 // // MessageId: APE_ALERT_D_PRIMARYEXISTS // // MessageText: // // Primary domain controller for %1 domain already exists. // #define APE_ALERT_D_PRIMARYEXISTS 4155 // // MessageId: APE_ALERT_D_NOTDOMADMIN // // MessageText: // // You are not logged on with admin privileges on %1 domain. // #define APE_ALERT_D_NOTDOMADMIN 4156 // // MessageId: APE_ALERT_D_NOTLOCADMIN // // MessageText: // // You are not logged on with admin privileges on %1. // #define APE_ALERT_D_NOTLOCADMIN 4157 // // MessageId: APE_ALERT_D_CANTCHGPRMY // // MessageText: // // The primary domain controller cannot be changed to %1. // #define APE_ALERT_D_CANTCHGPRMY 4158 // // MessageId: APE_BG_LANMAN // // MessageText: // // Microsoft LAN Manager // #define APE_BG_LANMAN 4175 // // MessageId: APE_BG_SEARCHING // // MessageText: // // Searching for servers... // #define APE_BG_SEARCHING 4176 // // MessageId: APE_ABOUT_CAPTION // // MessageText: // // About Microsoft LAN Manager%0 // #define APE_ABOUT_CAPTION 4177 // // MessageId: APE_ABOUT_LINE1 // // MessageText: // // %0 // #define APE_ABOUT_LINE1 4178 // // MessageId: APE_ABOUT_LINE2 // // MessageText: // // M I C R O S O F T%0 // #define APE_ABOUT_LINE2 4179 // // MessageId: APE_ABOUT_LINE3 // // MessageText: // // %0 // #define APE_ABOUT_LINE3 4180 // // MessageId: APE_ABOUT_LINE4 // // MessageText: // // LAN Manager%0 // #define APE_ABOUT_LINE4 4181 // // MessageId: APE_ABOUT_LINE5 // // MessageText: // // Version 2.1%0 // #define APE_ABOUT_LINE5 4182 // // MessageId: APE_ABOUT_LINE6 // // MessageText: // // %0 // #define APE_ABOUT_LINE6 4183 // // MessageId: APE_ABOUT_LINE7 // // MessageText: // // (C) Copyright Microsoft Corp., 1988-1991.%0 // #define APE_ABOUT_LINE7 4184 // // MessageId: APE_ABOUT_LINE8 // // MessageText: // // All rights reserved.%0 // #define APE_ABOUT_LINE8 4185 // // MessageId: APE_QUERY_ADD_FWD_NAME // // MessageText: // // The alias you are trying to add is currently forwarded from your // machine; adding the alias will leave it still forwarded to the // current remote alias. Do you want to proceed? // #define APE_QUERY_ADD_FWD_NAME 4200 // // MessageId: APE_QUERY_NET_SHUTDOWN // // MessageText: // // HALTING SYSTEM! // All current network connections will be lost. // Do you want to proceed? // #define APE_QUERY_NET_SHUTDOWN 4201 // // MessageId: APE_QUERY_REMOTE_SHUTDOWN // // MessageText: // // You are administering this server remotely. Stopping the Server // will disconnect you and return you to administering your local // machine (%1). Do you want to proceed? // #define APE_QUERY_REMOTE_SHUTDOWN 4202 // // MessageId: APE_QUERY_ACTIVE_USERS // // MessageText: // // There are users with active connections to local shared // devices; do you really want to stop the Server? // #define APE_QUERY_ACTIVE_USERS 4204 // // MessageId: APE_QUERY_FILE_EXISTS // // MessageText: // // This file exists. Do you wish to replace it? // File: %1 // #define APE_QUERY_FILE_EXISTS 4205 // // MessageId: APE_QUERY_ACCESS_EXISTS // // MessageText: // // An access record already exists for the file %1. // Do you wish to replace it? // #define APE_QUERY_ACCESS_EXISTS 4206 // // MessageId: APE_QUERY_DEL_PERM // // MessageText: // // Do you wish to revoke permissions for the entire tree? // Tree path: %1 // #define APE_QUERY_DEL_PERM 4207 // // MessageId: APE_QUERY_DEL_ACCOUNT // // MessageText: // // Do you wish to delete the account: %1 // #define APE_QUERY_DEL_ACCOUNT 4208 // // MessageId: APE_QUERY_DEL_QUEUE // // MessageText: // // Do you wish to delete the queue: %1? // #define APE_QUERY_DEL_QUEUE 4209 // // MessageId: APE_QUERY_PURGE_QUEUE // // MessageText: // // Do you wish to purge the queue: %1 // #define APE_QUERY_PURGE_QUEUE 4210 // // MessageId: APE_QUERY_PURGESELF_QUEUE // // MessageText: // // Do you wish to purge the queue %1 of all jobs from %2? // #define APE_QUERY_PURGESELF_QUEUE 4211 // // MessageId: APE_QUERY_DEL_PRJOB // // MessageText: // // Do you wish to delete the print job? // #define APE_QUERY_DEL_PRJOB 4212 // // MessageId: APE_QUERY_CLOSE_DEV // // MessageText: // // Do you wish to close the comm device: %1? // #define APE_QUERY_CLOSE_DEV 4213 // // MessageId: APE_QUERY_DEL_OTHERPERM // // MessageText: // // Do you wish to delete the permission: %1? // #define APE_QUERY_DEL_OTHERPERM 4214 // // MessageId: APE_QUERY_RETRY_LOGFILE_LOCKED // // MessageText: // // While reading the log file, a locking or sharing violation // was encountered; some other user is accessing the file simultaneously. // Is it OK to retry the log file read? // #define APE_QUERY_RETRY_LOGFILE_LOCKED 4215 // // MessageId: APE_QUERY_MSG_ERROR_RESUME // // MessageText: // // An error occurred while sending your message to // one of the users in the specified list. // Resume sending to the remaining members of the list? // #define APE_QUERY_MSG_ERROR_RESUME 4216 // // MessageId: APE_QUERY_CREATE_DIR // // MessageText: // // The specified directory does not exist. // Choose to create directory %1 // #define APE_QUERY_CREATE_DIR 4217 // // MessageId: APE_QUERY_CREATE_PQ // // MessageText: // // The specified print queue does not exist. // Choose to create the queue %1. // #define APE_QUERY_CREATE_PQ 4218 // // MessageId: APE_QUERY_LOGOFF_USER // // MessageText: // // You have network connections; logging your current // username off the network will break these connections. // Do you wish to proceed to log off username %1? // #define APE_QUERY_LOGOFF_USER 4219 // // MessageId: APE_QUERY_DISC_SESSION // // MessageText: // // Disconnect the session from %1? // #define APE_QUERY_DISC_SESSION 4220 // // MessageId: APE_QUERY_DISC_ACTIVE_SESSION // // MessageText: // // The session you want to delete is active. // Please confirm disconnecting the session from %1. // #define APE_QUERY_DISC_ACTIVE_SESSION 4221 // // MessageId: APE_QUERY_DEL_USE // // MessageText: // // Do you wish to stop using %1? // #define APE_QUERY_DEL_USE 4222 // // MessageId: APE_QUERY_START_SERVICE // // MessageText: // // The %1 service is not started; OK to start? // #define APE_QUERY_START_SERVICE 4223 // // MessageId: APE_QUERY_PROFILE_LOAD_ERR // // MessageText: // // Error restoring connection to %1; // choose to resume. // #define APE_QUERY_PROFILE_LOAD_ERR 4224 // // MessageId: APE_QUERY_DEL_USE_FORCE // // MessageText: // // There are open files and/or incomplete directory searches pending // on this connection. // Do you wish to force file/directories closed // and proceed with the disconnect? // #define APE_QUERY_DEL_USE_FORCE 4225 // // MessageId: APE_QUERY_CLEAR_STATS // // MessageText: // // Reset LAN Manager statistics? // #define APE_QUERY_CLEAR_STATS 4226 // // MessageId: APE_QUERY_CLOSE_HANDLE // // MessageText: // // Close this open file instance? // User: %1 Path: %2 // #define APE_QUERY_CLOSE_HANDLE 4227 // // MessageId: APE_QUERY_CLEAR_LOGFILE // // MessageText: // // Clear the log file? // #define APE_QUERY_CLEAR_LOGFILE 4228 // // MessageId: APE_QUERY_CLEAR_LOGFILE_BACKUP // // MessageText: // // Clear the log file? // (leaving backup in %1) // #define APE_QUERY_CLEAR_LOGFILE_BACKUP 4229 // // MessageId: APE_QUERY_SAVE_LOGFILE // // MessageText: // // Save the log file into %1? // #define APE_QUERY_SAVE_LOGFILE 4230 // // MessageId: APE_QUERY_STOP_SERVICE // // MessageText: // // Do you wish to stop the service %1? // #define APE_QUERY_STOP_SERVICE 4231 // // MessageId: APE_QUERY_ACTIVE_SERVER // // MessageText: // // %1 active session(s) to this server; stopping the // Server service will end the session(s). // Do you wish to proceed? // #define APE_QUERY_ACTIVE_SERVER 4232 // // MessageId: APE_QUERY_SEND_TO_DOMAIN // // MessageText: // // This message will be sent to ALL users on the network // in the domains specified. // Are you sure that you want to do this? // #define APE_QUERY_SEND_TO_DOMAIN 4233 // // MessageId: APE_QUERY_SEND_TO_ALL // // MessageText: // // This message will be sent to ALL users in EVERY domain on the network. // Are you sure that you want to do this? // #define APE_QUERY_SEND_TO_ALL 4234 // // MessageId: APE_QUERY_DEL_USE_FROM // // MessageText: // // Are you sure that you want to delete the use of %1 to %2? // #define APE_QUERY_DEL_USE_FROM 4235 // // MessageId: APE_QUERY_DEF_PERM // // MessageText: // // Reset permissions for this entry to the default (%1)? // #define APE_QUERY_DEF_PERM 4236 // // MessageId: APE_QUERY_ACCESS_OVERRIDE // // MessageText: // // Replace all such records? // #define APE_QUERY_ACCESS_OVERRIDE 4237 // // MessageId: APE_QUERY_GROUP_DELETE // // MessageText: // // Are you sure that you want to delete the group %1? // #define APE_QUERY_GROUP_DELETE 4238 // // MessageId: APE_QUERY_TRY_PDC // // MessageText: // // To alter your password in the domain %1, you must change your // password at the server %2. Do you wish to do this? // #define APE_QUERY_TRY_PDC 4239 // // MessageId: APE_QUERY_SHARENAME_NOT_FAT // // MessageText: // // This sharename you entered will not be accessible from an MS-DOS // workstation. Are you sure that you want to do this? // #define APE_QUERY_SHARENAME_NOT_FAT 4240 // // MessageId: APE_QUERY_DELETE_SERVERS // // MessageText: // // The SERVERS group is used by LAN Manager for tracking the // servers in your domain. Are you sure you want to delete it? // #define APE_QUERY_DELETE_SERVERS 4241 // // MessageId: APE_QUERY_REMOVE_FROM_SERVERS // // MessageText: // // Removing this account will prevent the corresponding server from // using the domain-wide account database. Are you sure you // want to do this? // #define APE_QUERY_REMOVE_FROM_SERVERS 4242 // // MessageId: APE_QUERY_REMOVE_SERVER_ACCOUNT // // MessageText: // // This account is a member of the SERVERS group. Are you // sure you want to delete it? // #define APE_QUERY_REMOVE_SERVER_ACCOUNT 4243 // // MessageId: APE_MENU_VIEW_NETWORK // // MessageText: // // View resources available on the server of current focus // #define APE_MENU_VIEW_NETWORK 4250 // // MessageId: APE_MENU_VIEW_WKSTA // // MessageText: // // View resources used by your workstation // #define APE_MENU_VIEW_WKSTA 4251 // // MessageId: APE_MENU_VIEW_PRINTQ // // MessageText: // // View spooled printer queues // #define APE_MENU_VIEW_PRINTQ 4252 // // MessageId: APE_MENU_VIEW_COMMQ // // MessageText: // // View communication-device queues // #define APE_MENU_VIEW_COMMQ 4253 // // MessageId: APE_MENU_VIEW_SERVER // // MessageText: // // View resources shared on this server // #define APE_MENU_VIEW_SERVER 4254 // // MessageId: APE_MENU_VIEW_OTHER // // MessageText: // // View another server on the local-area network // #define APE_MENU_VIEW_OTHER 4255 // // MessageId: APE_MENU_ABOUT // // MessageText: // // Information about the LAN Manager Screen // #define APE_MENU_ABOUT 4256 // // MessageId: APE_MENU_EXIT // // MessageText: // // Exit from the LAN Manager Screen and return to the system prompt // #define APE_MENU_EXIT 4257 // // MessageId: APE_MENU_MESSAGE_SEND // // MessageText: // // Send a message // #define APE_MENU_MESSAGE_SEND 4258 // // MessageId: APE_MENU_MESSAGE_READ // // MessageText: // // Read the messages in your message log // #define APE_MENU_MESSAGE_READ 4259 // // MessageId: APE_MENU_MESSAGE_LOG // // MessageText: // // Specify a message log file // #define APE_MENU_MESSAGE_LOG 4260 // // MessageId: APE_MENU_MESSAGE_NAMES // // MessageText: // // Manage message aliases // #define APE_MENU_MESSAGE_NAMES 4261 // // MessageId: APE_MENU_LOGON // // MessageText: // // Log on to the local-area network // #define APE_MENU_LOGON 4262 // // MessageId: APE_MENU_LOGOFF // // MessageText: // // Log off from the local-area network // #define APE_MENU_LOGOFF 4263 // // MessageId: APE_MENU_CONFIG_SERVER // // MessageText: // // Install and configure your server // #define APE_MENU_CONFIG_SERVER 4266 // // MessageId: APE_MENU_CONFIG_PASSWORD // // MessageText: // // Change your password at a server // #define APE_MENU_CONFIG_PASSWORD 4267 // // MessageId: APE_MENU_CONFIG_SERVICES // // MessageText: // // Start, stop, pause, or continue a LAN Manager service // #define APE_MENU_CONFIG_SERVICES 4268 // // MessageId: APE_MENU_CONFIG_SHUTDOWN // // MessageText: // // Stop all LAN Manager services at your computer // #define APE_MENU_CONFIG_SHUTDOWN 4269 // // MessageId: APE_MENU_STATUS_DEVICE // // MessageText: // // Check the status of shared devices // #define APE_MENU_STATUS_DEVICE 4270 // // MessageId: APE_MENU_STATUS_ERROR // // MessageText: // // Check the error log for your computer // #define APE_MENU_STATUS_ERROR 4271 // // MessageId: APE_MENU_STATUS_WKSTA_STATS // // MessageText: // // Check the workstation statistics for your computer // #define APE_MENU_STATUS_WKSTA_STATS 4272 // // MessageId: APE_MENU_STATUS_SESSIONS // // MessageText: // // Check the status of user sessions to your server // #define APE_MENU_STATUS_SESSIONS 4273 // // MessageId: APE_MENU_STATUS_FILES // // MessageText: // // Check the status of open files on your server // #define APE_MENU_STATUS_FILES 4274 // // MessageId: APE_MENU_STATUS_SERVER_STATS // // MessageText: // // Check the server statistics for your computer // #define APE_MENU_STATUS_SERVER_STATS 4275 // // MessageId: APE_MENU_STATUS_AUDIT // // MessageText: // // Check the audit trail for your server // #define APE_MENU_STATUS_AUDIT 4276 // // MessageId: APE_MENU_ADMIN_USERS // // MessageText: // // Manage user accounts // #define APE_MENU_ADMIN_USERS 4277 // // MessageId: APE_MENU_ADMIN_FILE_PERMS // // MessageText: // // Manage user-level file permissions // #define APE_MENU_ADMIN_FILE_PERMS 4278 // // MessageId: APE_MENU_ADMIN_DEV_PERMS // // MessageText: // // Manage user-level permissions for non-disk resources // #define APE_MENU_ADMIN_DEV_PERMS 4279 // // MessageId: APE_MENU_KANA_ACCEL // // MessageText: // // Switch between use of Kana and Roman accelerator keys // #define APE_MENU_KANA_ACCEL 4280 // // MessageId: APE_MENU_VIEW_SRVUSERS // // MessageText: // // View users on a server // #define APE_MENU_VIEW_SRVUSERS 4281 // // MessageId: APE_MENU_VIEW_DOMUSERS // // MessageText: // // View users on a domain // #define APE_MENU_VIEW_DOMUSERS 4282 // // MessageId: APE_MENU_YOUR_ACCOUNT // // MessageText: // // View or change your user account // #define APE_MENU_YOUR_ACCOUNT 4283 // // MessageId: APE_MENU_ADMIN_SETTINGS // // MessageText: // // View or change settings for system security // #define APE_MENU_ADMIN_SETTINGS 4284 // // MessageId: APE_MENU_ADMIN_GROUPS // // MessageText: // // Manage groups // #define APE_MENU_ADMIN_GROUPS 4285 // // MessageId: APE_MENU_CONFIG_WKSTA // // MessageText: // // View configuration of your workstation // #define APE_MENU_CONFIG_WKSTA 4286 // // MessageId: APE_MENU_MESSAGE_SENDFILE // // MessageText: // // Send a file as a message // #define APE_MENU_MESSAGE_SENDFILE 4287 // // MessageId: APE_MENU_HELP_GENERAL // // MessageText: // // View Help about using the LAN Manager Screen // #define APE_MENU_HELP_GENERAL 4288 // // MessageId: APE_MENU_HELP_CONTENTS // // MessageText: // // View the Help table of contents // #define APE_MENU_HELP_CONTENTS 4289 // // MessageId: APE_MENU_HELP_INDEX // // MessageText: // // View the Help glossary of term and field definitions // #define APE_MENU_HELP_INDEX 4290 // // MessageId: APE_MENU_HELP_HELP // // MessageText: // // View Help about using LAN Manager Help // #define APE_MENU_HELP_HELP 4291 // // MessageId: APE_MENU_HELP_MOUSE // // MessageText: // // View Help about using LAN Manager with a mouse // #define APE_MENU_HELP_MOUSE 4292 // // MessageId: APE_MENU_HELP_KEYBOARD // // MessageText: // // View Help about using LAN Manager with the keyboard // #define APE_MENU_HELP_KEYBOARD 4293 // // MessageId: APE2_GEN_YES // // MessageText: // // Yes%0 // #define APE2_GEN_YES 4300 // // MessageId: APE2_GEN_NO // // MessageText: // // No%0 // #define APE2_GEN_NO 4301 // // MessageId: APE2_GEN_ALL // // MessageText: // // All%0 // #define APE2_GEN_ALL 4302 // // MessageId: APE2_GEN_NONE // // MessageText: // // None%0 // #define APE2_GEN_NONE 4303 // // MessageId: APE2_GEN_ALWAYS // // MessageText: // // Always%0 // #define APE2_GEN_ALWAYS 4304 // // MessageId: APE2_GEN_NEVER // // MessageText: // // Never%0 // #define APE2_GEN_NEVER 4305 // // MessageId: APE2_GEN_UNLIMITED // // MessageText: // // Unlimited%0 // #define APE2_GEN_UNLIMITED 4306 // // MessageId: APE2_GEN_SUNDAY // // MessageText: // // Sunday%0 // #define APE2_GEN_SUNDAY 4307 // // MessageId: APE2_GEN_MONDAY // // MessageText: // // Monday%0 // #define APE2_GEN_MONDAY 4308 // // MessageId: APE2_GEN_TUESDAY // // MessageText: // // Tuesday%0 // #define APE2_GEN_TUESDAY 4309 // // MessageId: APE2_GEN_WEDNSDAY // // MessageText: // // Wednesday%0 // #define APE2_GEN_WEDNSDAY 4310 // // MessageId: APE2_GEN_THURSDAY // // MessageText: // // Thursday%0 // #define APE2_GEN_THURSDAY 4311 // // MessageId: APE2_GEN_FRIDAY // // MessageText: // // Friday%0 // #define APE2_GEN_FRIDAY 4312 // // MessageId: APE2_GEN_SATURDAY // // MessageText: // // Saturday%0 // #define APE2_GEN_SATURDAY 4313 // // MessageId: APE2_GEN_SUNDAY_ABBREV // // MessageText: // // Su%0 // #define APE2_GEN_SUNDAY_ABBREV 4314 // // MessageId: APE2_GEN_MONDAY_ABBREV // // MessageText: // // M%0 // #define APE2_GEN_MONDAY_ABBREV 4315 // // MessageId: APE2_GEN_TUESDAY_ABBREV // // MessageText: // // T%0 // #define APE2_GEN_TUESDAY_ABBREV 4316 // // MessageId: APE2_GEN_WEDNSDAY_ABBREV // // MessageText: // // W%0 // #define APE2_GEN_WEDNSDAY_ABBREV 4317 // // MessageId: APE2_GEN_THURSDAY_ABBREV // // MessageText: // // Th%0 // #define APE2_GEN_THURSDAY_ABBREV 4318 // // MessageId: APE2_GEN_FRIDAY_ABBREV // // MessageText: // // F%0 // #define APE2_GEN_FRIDAY_ABBREV 4319 // // MessageId: APE2_GEN_SATURDAY_ABBREV // // MessageText: // // S%0 // #define APE2_GEN_SATURDAY_ABBREV 4320 // // MessageId: APE2_GEN_UNKNOWN // // MessageText: // // Unknown%0 // #define APE2_GEN_UNKNOWN 4321 // // MessageId: APE2_GEN_TIME_AM1 // // MessageText: // // AM%0 // #define APE2_GEN_TIME_AM1 4322 // // MessageId: APE2_GEN_TIME_AM2 // // MessageText: // // A.M.%0 // #define APE2_GEN_TIME_AM2 4323 // // MessageId: APE2_GEN_TIME_PM1 // // MessageText: // // PM%0 // #define APE2_GEN_TIME_PM1 4324 // // MessageId: APE2_GEN_TIME_PM2 // // MessageText: // // P.M.%0 // #define APE2_GEN_TIME_PM2 4325 // // MessageId: APE2_GEN_SERVER // // MessageText: // // Server%0 // #define APE2_GEN_SERVER 4326 // // MessageId: APE2_GEN_REDIR // // MessageText: // // Redirector%0 // #define APE2_GEN_REDIR 4327 // // MessageId: APE2_GEN_APP // // MessageText: // // Application%0 // #define APE2_GEN_APP 4328 // // MessageId: APE2_GEN_TOTAL // // MessageText: // // Total%0 // #define APE2_GEN_TOTAL 4329 // // MessageId: APE2_GEN_QUESTION // // MessageText: // // ? %1 %0 // #define APE2_GEN_QUESTION 4330 // // MessageId: APE2_GEN_KILOBYTES // // MessageText: // // K%0 // #define APE2_GEN_KILOBYTES 4331 // // MessageId: APE2_GEN_MSG_NONE // // MessageText: // // (none)%0 // #define APE2_GEN_MSG_NONE 4332 // // MessageId: APE2_GEN_DEVICE // // MessageText: // // Device%0 // #define APE2_GEN_DEVICE 4333 // // MessageId: APE2_GEN_REMARK // // MessageText: // // Remark%0 // #define APE2_GEN_REMARK 4334 // // MessageId: APE2_GEN_AT // // MessageText: // // At%0 // #define APE2_GEN_AT 4335 // // MessageId: APE2_GEN_QUEUE // // MessageText: // // Queue%0 // #define APE2_GEN_QUEUE 4336 // // MessageId: APE2_GEN_QUEUES // // MessageText: // // Queues%0 // #define APE2_GEN_QUEUES 4337 // // MessageId: APE2_GEN_USER_NAME // // MessageText: // // Username%0 // #define APE2_GEN_USER_NAME 4338 // // MessageId: APE2_GEN_PATH // // MessageText: // // Path%0 // #define APE2_GEN_PATH 4339 // // MessageId: APE2_GEN_DEFAULT_YES // // MessageText: // // (Y/N) [Y]%0 // #define APE2_GEN_DEFAULT_YES 4340 // // MessageId: APE2_GEN_DEFAULT_NO // // MessageText: // // (Y/N) [N]%0 // #define APE2_GEN_DEFAULT_NO 4341 // // MessageId: APE2_GEN_ERROR // // MessageText: // // Error%0 // #define APE2_GEN_ERROR 4342 // // MessageId: APE2_GEN_OK // // MessageText: // // OK%0 // #define APE2_GEN_OK 4343 // // MessageId: APE2_GEN_NLS_YES_CHAR // // MessageText: // // Y%0 // #define APE2_GEN_NLS_YES_CHAR 4344 // // MessageId: APE2_GEN_NLS_NO_CHAR // // MessageText: // // N%0 // #define APE2_GEN_NLS_NO_CHAR 4345 // // MessageId: APE2_GEN_ANY // // MessageText: // // Any%0 // #define APE2_GEN_ANY 4346 // // MessageId: APE2_GEN_TIME_AM3 // // MessageText: // // A%0 // #define APE2_GEN_TIME_AM3 4347 // // MessageId: APE2_GEN_TIME_PM3 // // MessageText: // // P%0 // #define APE2_GEN_TIME_PM3 4348 // // MessageId: APE2_GEN_NOT_FOUND // // MessageText: // // (not found)%0 // #define APE2_GEN_NOT_FOUND 4349 // // MessageId: APE2_GEN_UKNOWN_IN_PARENS // // MessageText: // // (unknown)%0 // #define APE2_GEN_UKNOWN_IN_PARENS 4350 // // MessageId: APE2_GEN_UsageHelp // // MessageText: // // For help on %1 type NET HELP %1 // #define APE2_GEN_UsageHelp 4351 // // MessageId: APE_AdminRemotePasswd // // MessageText: // // Type the password for the remote server: %0 // #define APE_AdminRemotePasswd 4355 // // MessageId: APE_AdminConsolePasswd // // MessageText: // // Type the password for the console version of LAN Manager: %0 // #define APE_AdminConsolePasswd 4356 // // MessageId: APE_UsePassPrompt // // MessageText: // // Type the password for %1: %0 // #define APE_UsePassPrompt 4357 // // MessageId: APE_UserUserPass // // MessageText: // // Type a password for the user: %0 // #define APE_UserUserPass 4358 // // MessageId: APE_ShareSharePass // // MessageText: // // Type the password for the shared resource: %0 // #define APE_ShareSharePass 4359 // // MessageId: APE_UtilPasswd // // MessageText: // // Type your password: %0 // #define APE_UtilPasswd 4360 // // MessageId: APE_UtilConfirm // // MessageText: // // Retype the password to confirm: %0 // #define APE_UtilConfirm 4361 // // MessageId: APE_PassOpass // // MessageText: // // Type the user's old password: %0 // #define APE_PassOpass 4362 // // MessageId: APE_PassNpass // // MessageText: // // Type the user's new password: %0 // #define APE_PassNpass 4363 // // MessageId: APE_LogonNewPass // // MessageText: // // Type your new password: %0 // #define APE_LogonNewPass 4364 // // MessageId: APE_StartReplPass // // MessageText: // // Type the Replicator service password: %0 // #define APE_StartReplPass 4365 // // MessageId: APE_LogoUsername // // MessageText: // // Type your username, or press ENTER if it is %1: %0 // #define APE_LogoUsername 4366 // // MessageId: APE_PassCname // // MessageText: // // Type the domain or server where you want to change a password, or // press ENTER if it is for domain %1: %0. // #define APE_PassCname 4367 // // MessageId: APE_PassUname // // MessageText: // // Type your username: %0 // #define APE_PassUname 4368 // // MessageId: APE_StatsStatistics // // MessageText: // // Network statistics for \\%1 // #define APE_StatsStatistics 4369 // // MessageId: APE_PrintOptions // // MessageText: // // Printing options for %1 // #define APE_PrintOptions 4370 // // MessageId: APE_CommPoolsAccessing // // MessageText: // // Communication-device queues accessing %1 // #define APE_CommPoolsAccessing 4371 // // MessageId: APE_PrintJobOptions // // MessageText: // // Print job detail // #define APE_PrintJobOptions 4372 // // MessageId: APE_CommPools // // MessageText: // // Communication-device queues at \\%1 // #define APE_CommPools 4373 // // MessageId: APE_PrintQueues // // MessageText: // // Printer queues at %1 // #define APE_PrintQueues 4374 // // MessageId: APE_PrintQueuesDevice // // MessageText: // // Printer queues accessing %1 // #define APE_PrintQueuesDevice 4375 // // MessageId: APE_PrintJobs // // MessageText: // // Print jobs at %1: // #define APE_PrintJobs 4376 // // MessageId: APE_ViewResourcesAt // // MessageText: // // Shared resources at %1 // #define APE_ViewResourcesAt 4377 // // MessageId: APE_CnfgHeader // // MessageText: // // The following running services are configurable: // #define APE_CnfgHeader 4378 // // MessageId: APE_StatsHeader // // MessageText: // // Statistics are available for the following running services: // #define APE_StatsHeader 4379 // // MessageId: APE_UserAccounts // // MessageText: // // User accounts for \\%1 // #define APE_UserAccounts 4380 // // MessageId: APE_Syntax // // MessageText: // // The syntax of this command is: // #define APE_Syntax 4381 // // MessageId: APE_Options // // MessageText: // // The options of this command are: // #define APE_Options 4382 // // MessageId: APE2_RESTACC_RestoreACL // // MessageText: // // Restoring ACL for %1 into %2. // #define APE2_RESTACC_RestoreACL 4385 // // MessageId: APE2_RESTACC_Working // // MessageText: // // Restoring ACLs.... // #define APE2_RESTACC_Working 4386 // // MessageId: APE2_RESTACC_Success // // MessageText: // // RESTACC completed successfully. // #define APE2_RESTACC_Success 4387 // // MessageId: APE2_GROUPENUM_HEADER // // MessageText: // // Group Accounts for \\%1 // #define APE2_GROUPENUM_HEADER 4400 // // MessageId: APE2_GROUPDISP_GROUPNAME // // MessageText: // // Groupname%0 // #define APE2_GROUPDISP_GROUPNAME 4401 // // MessageId: APE2_GROUPDISP_COMMENT // // MessageText: // // Comment%0 // #define APE2_GROUPDISP_COMMENT 4402 // // MessageId: APE2_GROUPDISP_MEMBERS // // MessageText: // // Members // #define APE2_GROUPDISP_MEMBERS 4403 // // MessageId: APE2_USERENUM_HEADER // // MessageText: // // User Accounts for \\%1 // #define APE2_USERENUM_HEADER 4410 // // MessageId: APE2_USERDISP_USERNAME // // MessageText: // // Username%0 // #define APE2_USERDISP_USERNAME 4411 // // MessageId: APE2_USERDISP_FULLNAME // // MessageText: // // Full Name%0 // #define APE2_USERDISP_FULLNAME 4412 // // MessageId: APE2_USERDISP_COMMENT // // MessageText: // // Comment%0 // #define APE2_USERDISP_COMMENT 4413 // // MessageId: APE2_USERDISP_USRCOMMENT // // MessageText: // // User's comment%0 // #define APE2_USERDISP_USRCOMMENT 4414 // // MessageId: APE2_USERDISP_PARMS // // MessageText: // // Parameters%0 // #define APE2_USERDISP_PARMS 4415 // // MessageId: APE2_USERDISP_COUNTRYCODE // // MessageText: // // Country code%0 // #define APE2_USERDISP_COUNTRYCODE 4416 // // MessageId: APE2_USERDISP_PRIV // // MessageText: // // Privilege level%0 // #define APE2_USERDISP_PRIV 4417 // // MessageId: APE2_USERDISP_OPRIGHTS // // MessageText: // // Operator privileges%0 // #define APE2_USERDISP_OPRIGHTS 4418 // // MessageId: APE2_USERDISP_ACCENABLED // // MessageText: // // Account active%0 // #define APE2_USERDISP_ACCENABLED 4419 // // MessageId: APE2_USERDISP_ACCEXP // // MessageText: // // Account expires%0 // #define APE2_USERDISP_ACCEXP 4420 // // MessageId: APE2_USERDISP_PSWDSET // // MessageText: // // Password last set%0 // #define APE2_USERDISP_PSWDSET 4421 // // MessageId: APE2_USERDISP_PSWDEXP // // MessageText: // // Password expires%0 // #define APE2_USERDISP_PSWDEXP 4422 // // MessageId: APE2_USERDISP_PSWDCHNG // // MessageText: // // Password changeable%0 // #define APE2_USERDISP_PSWDCHNG 4423 // // MessageId: APE2_USERDISP_WKSTA // // MessageText: // // Workstations allowed%0 // #define APE2_USERDISP_WKSTA 4424 // // MessageId: APE2_USERDISP_MAXDISK // // MessageText: // // Maximum disk space%0 // #define APE2_USERDISP_MAXDISK 4425 // // MessageId: APE2_USERDISP_MAXDISK_UNLIM // // MessageText: // // Unlimited%0 // #define APE2_USERDISP_MAXDISK_UNLIM 4426 // // MessageId: APE2_USERDISP_LOGONSRV // // MessageText: // // Logon server%0 // #define APE2_USERDISP_LOGONSRV 4427 // // MessageId: APE2_USERDISP_LOGONSRV_DC // // MessageText: // // Domain controller%0 // #define APE2_USERDISP_LOGONSRV_DC 4428 // // MessageId: APE2_USERDISP_LOGONSCRIPT // // MessageText: // // Logon script%0 // #define APE2_USERDISP_LOGONSCRIPT 4429 // // MessageId: APE2_USERDISP_LASTLOGON // // MessageText: // // Last logon%0 // #define APE2_USERDISP_LASTLOGON 4430 // // MessageId: APE2_USERDISP_GROUPS // // MessageText: // // Group memberships%0 // #define APE2_USERDISP_GROUPS 4431 // // MessageId: APE2_USERDISP_LOGHOURS // // MessageText: // // Logon hours allowed%0 // #define APE2_USERDISP_LOGHOURS 4432 // // MessageId: APE2_USERDISP_LOGHRS_ALL // // MessageText: // // All%0 // #define APE2_USERDISP_LOGHRS_ALL 4433 // // MessageId: APE2_USERDISP_LOGHRS_NONE // // MessageText: // // None%0 // #define APE2_USERDISP_LOGHRS_NONE 4434 // // MessageId: APE2_USERDISP_LOGHRS_DAILY // // MessageText: // // Daily %1 - %2%0 // #define APE2_USERDISP_LOGHRS_DAILY 4435 // // MessageId: APE2_USERDISP_HOMEDIR // // MessageText: // // Home directory%0 // #define APE2_USERDISP_HOMEDIR 4436 // // MessageId: APE2_USERDISP_PSWDREQ // // MessageText: // // Password required%0 // #define APE2_USERDISP_PSWDREQ 4437 // // MessageId: APE2_USERDISP_PSWDUCHNG // // MessageText: // // User may change password%0 // #define APE2_USERDISP_PSWDUCHNG 4438 // // MessageId: APE2_CFG_W_CNAME // // MessageText: // // Computername%0 // #define APE2_CFG_W_CNAME 4450 // // MessageId: APE2_CFG_W_UNAME // // MessageText: // // Username%0 // #define APE2_CFG_W_UNAME 4451 // // MessageId: APE2_CFG_W_VERSION // // MessageText: // // Software version%0 // #define APE2_CFG_W_VERSION 4452 // // MessageId: APE2_CFG_W_NETS // // MessageText: // // Workstation active on%0 // #define APE2_CFG_W_NETS 4453 // // MessageId: APE2_CFG_W_ROOT // // MessageText: // // LAN Manager root directory%0 // #define APE2_CFG_W_ROOT 4454 // // MessageId: APE2_CFG_W_DOMAIN_P // // MessageText: // // Workstation domain%0 // #define APE2_CFG_W_DOMAIN_P 4455 // // MessageId: APE2_CFG_W_DOMAIN_L // // MessageText: // // Logon domain%0 // #define APE2_CFG_W_DOMAIN_L 4456 // // MessageId: APE2_CFG_W_DOMAIN_O // // MessageText: // // Other domain(s)%0 // #define APE2_CFG_W_DOMAIN_O 4457 // // MessageId: APE2_CFG_W_COM_OTIME // // MessageText: // // COM Open Timeout (sec)%0 // #define APE2_CFG_W_COM_OTIME 4458 // // MessageId: APE2_CFG_W_COM_SCNT // // MessageText: // // COM Send Count (byte)%0 // #define APE2_CFG_W_COM_SCNT 4459 // // MessageId: APE2_CFG_W_COM_STIME // // MessageText: // // COM Send Timeout (msec)%0 // #define APE2_CFG_W_COM_STIME 4460 // // MessageId: APE2_CFG_W_3X_PRTTIME // // MessageText: // // DOS session print time-out (sec)%0 // #define APE2_CFG_W_3X_PRTTIME 4461 // // MessageId: APE2_CFG_W_MAXERRLOG // // MessageText: // // Max. errorlog size (K)%0 // #define APE2_CFG_W_MAXERRLOG 4462 // // MessageId: APE2_CFG_W_MAXCACHE // // MessageText: // // Max. cache memory (K)%0 // #define APE2_CFG_W_MAXCACHE 4463 // // MessageId: APE2_CFG_W_NUMNBUF // // MessageText: // // Number of network buffers%0 // #define APE2_CFG_W_NUMNBUF 4464 // // MessageId: APE2_CFG_W_NUMCBUF // // MessageText: // // Number of character buffers%0 // #define APE2_CFG_W_NUMCBUF 4465 // // MessageId: APE2_CFG_W_SIZNBUF // // MessageText: // // Size of network buffers%0 // #define APE2_CFG_W_SIZNBUF 4466 // // MessageId: APE2_CFG_W_SIZCBUF // // MessageText: // // Size of character buffers%0 // #define APE2_CFG_W_SIZCBUF 4467 // // MessageId: APE2_CFG_S_SRVNAME // // MessageText: // // Server Name%0 // #define APE2_CFG_S_SRVNAME 4481 // // MessageId: APE2_CFG_S_SRVCOMM // // MessageText: // // Server Comment%0 // #define APE2_CFG_S_SRVCOMM 4482 // // MessageId: APE2_CFG_S_ADMINALRT // // MessageText: // // Send admin alerts to%0 // #define APE2_CFG_S_ADMINALRT 4483 // // MessageId: APE2_CFG_S_VERSION // // MessageText: // // Software version%0 // #define APE2_CFG_S_VERSION 4484 // // MessageId: APE2_CFG_S_VERSION_PS // // MessageText: // // Peer Server%0 // #define APE2_CFG_S_VERSION_PS 4485 // // MessageId: APE2_CFG_S_VERSION_LM // // MessageText: // // LAN Manager%0 // #define APE2_CFG_S_VERSION_LM 4486 // // MessageId: APE2_CFG_S_LEVEL // // MessageText: // // Server Level%0 // #define APE2_CFG_S_LEVEL 4487 // // MessageId: APE2_CFG_S_VERSION_IBM // // MessageText: // // LAN Server%0 // #define APE2_CFG_S_VERSION_IBM 4488 // // MessageId: APE2_CFG_S_NETS // // MessageText: // // Server is active on%0 // #define APE2_CFG_S_NETS 4489 // // MessageId: APE2_CFG_S_ROOT // // MessageText: // // LAN Manager root directory%0 // #define APE2_CFG_S_ROOT 4490 // // MessageId: APE2_CFG_S_USERDIR // // MessageText: // // User accounts root directory%0 // #define APE2_CFG_S_USERDIR 4491 // // MessageId: APE2_CFG_S_SRVHIDDEN // // MessageText: // // Server hidden%0 // #define APE2_CFG_S_SRVHIDDEN 4492 // // MessageId: APE2_CFG_S_SECURITY // // MessageText: // // Security mode %0 // #define APE2_CFG_S_SECURITY 4493 // // MessageId: APE2_CFG_S_AUD_ENAB // // MessageText: // // Auditing enabled%0 // #define APE2_CFG_S_AUD_ENAB 4494 // // MessageId: APE2_CFG_S_AUD_SSTAT // // MessageText: // // Service Status%0 // #define APE2_CFG_S_AUD_SSTAT 4495 // // MessageId: APE2_CFG_S_AUD_NLOGON_S // // MessageText: // // Network Logon Success%0 // #define APE2_CFG_S_AUD_NLOGON_S 4496 // // MessageId: APE2_CFG_S_AUD_NLOGON_F // // MessageText: // // Network Logon Failure%0 // #define APE2_CFG_S_AUD_NLOGON_F 4497 // // MessageId: APE2_CFG_S_AUD_SLOGON_S // // MessageText: // // Session Logon Success%0 // #define APE2_CFG_S_AUD_SLOGON_S 4498 // // MessageId: APE2_CFG_S_AUD_SLOGON_F // // MessageText: // // Session Logon Failure%0 // #define APE2_CFG_S_AUD_SLOGON_F 4499 // // MessageId: APE2_CFG_S_AUD_CONN_S // // MessageText: // // Connection Success%0 // #define APE2_CFG_S_AUD_CONN_S 4500 // // MessageId: APE2_CFG_S_AUD_CONN_F // // MessageText: // // Connection Failure%0 // #define APE2_CFG_S_AUD_CONN_F 4501 // // MessageId: APE2_CFG_S_AUD_UASCHG // // MessageText: // // Account Changes%0 // #define APE2_CFG_S_AUD_UASCHG 4502 // // MessageId: APE2_CFG_S_AUD_RESCHG // // MessageText: // // Resource Permission Changes%0 // #define APE2_CFG_S_AUD_RESCHG 4504 // // MessageId: APE2_CFG_S_AUD_LOGON_LIM // // MessageText: // // Logon Limit Violation%0 // #define APE2_CFG_S_AUD_LOGON_LIM 4505 // // MessageId: APE2_CFG_S_MAXUSERS // // MessageText: // // Max Logged On Users%0 // #define APE2_CFG_S_MAXUSERS 4506 // // MessageId: APE2_CFG_S_MAXADMINS // // MessageText: // // Max. concurrent administrators%0 // #define APE2_CFG_S_MAXADMINS 4507 // // MessageId: APE2_CFG_S_MAXSHARES // // MessageText: // // Max. resources shared%0 // #define APE2_CFG_S_MAXSHARES 4508 // // MessageId: APE2_CFG_S_MAXCONNS // // MessageText: // // Max. connections to resources%0 // #define APE2_CFG_S_MAXCONNS 4509 // // MessageId: APE2_CFG_S_MAXOFILES // // MessageText: // // Max. open files on server%0 // #define APE2_CFG_S_MAXOFILES 4510 // // MessageId: APE2_CFG_S_MAXOFILESPS // // MessageText: // // Max. open files per session%0 // #define APE2_CFG_S_MAXOFILESPS 4511 // // MessageId: APE2_CFG_S_MAXLOCKS // // MessageText: // // Max. file locks%0 // #define APE2_CFG_S_MAXLOCKS 4512 // // MessageId: APE2_CFG_S_ACCESSIV // // MessageText: // // Access checking interval (min)%0 // #define APE2_CFG_S_ACCESSIV 4513 // // MessageId: APE2_CFG_S_ACCESSTH // // MessageText: // // Access thresholds%0 // #define APE2_CFG_S_ACCESSTH 4514 // // MessageId: APE2_CFG_S_ACCESSTH_IOERR // // MessageText: // // Network I/O errors%0 // #define APE2_CFG_S_ACCESSTH_IOERR 4515 // // MessageId: APE2_CFG_S_ACCESSTH_PW // // MessageText: // // Password violations%0 // #define APE2_CFG_S_ACCESSTH_PW 4516 // // MessageId: APE2_CFG_S_ACCESSTH_ACC // // MessageText: // // Access violations%0 // #define APE2_CFG_S_ACCESSTH_ACC 4517 // // MessageId: APE2_CFG_S_ACCESSTH_SYSERR // // MessageText: // // System error%0 // #define APE2_CFG_S_ACCESSTH_SYSERR 4518 // // MessageId: APE2_CFG_S_ACCESSTH_DISK // // MessageText: // // Disk error (K)%0 // #define APE2_CFG_S_ACCESSTH_DISK 4519 // // MessageId: APE2_CFG_S_IDLETIME // // MessageText: // // Idle session time (min)%0 // #define APE2_CFG_S_IDLETIME 4520 // // MessageId: APE2_CFG_S_AUDITLOG // // MessageText: // // Max. audit-log size (K)%0 // #define APE2_CFG_S_AUDITLOG 4521 // // MessageId: APE2_CFG_S_BACKUPTIME // // MessageText: // // Backup time%0 // #define APE2_CFG_S_BACKUPTIME 4522 // // MessageId: APE2_CFG_S_NUMNBUF // // MessageText: // // Number of network buffers%0 // #define APE2_CFG_S_NUMNBUF 4523 // // MessageId: APE2_CFG_S_SIZNBUF // // MessageText: // // Network buffer size%0 // #define APE2_CFG_S_SIZNBUF 4524 // // MessageId: APE2_CFG_S_NUMBBUF // // MessageText: // // Number of big buffers%0 // #define APE2_CFG_S_NUMBBUF 4525 // // MessageId: APE2_CFG_S_SEC_SHARE // // MessageText: // // Share-level%0 // #define APE2_CFG_S_SEC_SHARE 4526 // // MessageId: APE2_CFG_S_SEC_USER // // MessageText: // // User-level%0 // #define APE2_CFG_S_SEC_USER 4527 // // MessageId: APE2_CFG_S_AUD_RESACC // // MessageText: // // Resource Accesses%0 // #define APE2_CFG_S_AUD_RESACC 4528 // // MessageId: APE2_CFG_S_LEVEL_LIMITED // // MessageText: // // %1-user Server%0 // #define APE2_CFG_S_LEVEL_LIMITED 4529 // // MessageId: APE2_CFG_S_LEVEL_UNLIMITED // // MessageText: // // Unlimited Server%0 // #define APE2_CFG_S_LEVEL_UNLIMITED 4530 // // MessageId: APE2_ACCESS_AUDITED // // MessageText: // // ( Audited )%0 // #define APE2_ACCESS_AUDITED 4550 // // MessageId: APE2_ACCESS_AUDITED_EXPL // // MessageText: // // ( Audited - %s )%0 // #define APE2_ACCESS_AUDITED_EXPL 4551 // // MessageId: APE2_ACCESS_RESOURCE // // MessageText: // // Resource%0 // #define APE2_ACCESS_RESOURCE 4552 // // MessageId: APE2_ACCESS_PERMS // // MessageText: // // Permissions%0 // #define APE2_ACCESS_PERMS 4553 // // MessageId: APE2_ACCESS_HDR // // MessageText: // // Resource Permissions Permissions // #define APE2_ACCESS_HDR 4554 // // MessageId: APE2_ACCOUNTS_FORCELOGOFF // // MessageText: // // Force user logoff how long after time expires:%0 // #define APE2_ACCOUNTS_FORCELOGOFF 4570 // // MessageId: APE2_ACCOUNTS_LOCKOUT_COUNT // // MessageText: // // Lock out account after how many bad passwords:%0 // #define APE2_ACCOUNTS_LOCKOUT_COUNT 4571 // // MessageId: APE2_ACCOUNTS_MINPWAGE // // MessageText: // // Minimum password age (days):%0 // #define APE2_ACCOUNTS_MINPWAGE 4572 // // MessageId: APE2_ACCOUNTS_MAXPWAGE // // MessageText: // // Maximum password age (days):%0 // #define APE2_ACCOUNTS_MAXPWAGE 4573 // // MessageId: APE2_ACCOUNTS_MINPWLEN // // MessageText: // // Minimum password length:%0 // #define APE2_ACCOUNTS_MINPWLEN 4574 // // MessageId: APE2_ACCOUNTS_UNIQUEPW // // MessageText: // // Length of password history maintained:%0 // #define APE2_ACCOUNTS_UNIQUEPW 4575 // // MessageId: APE2_ACCOUNTS_ROLE // // MessageText: // // Server role:%0 // #define APE2_ACCOUNTS_ROLE 4576 // // MessageId: APE2_ACCOUNTS_CONTROLLER // // MessageText: // // Primary domain controller for workstation domain:%0. // #define APE2_ACCOUNTS_CONTROLLER 4577 // // MessageId: APE2_WHO_COMMENT // // MessageText: // // Comment: %1 // #define APE2_WHO_COMMENT 4588 // // MessageId: APE2_WHO_LAST_LOGON // // MessageText: // // Last login: %1 // #define APE2_WHO_LAST_LOGON 4589 // // MessageId: APE2_WHO_SRVUSERS_1 // // MessageText: // // Time since // #define APE2_WHO_SRVUSERS_1 4590 // // MessageId: APE2_WHO_SRVUSERS_2 // // MessageText: // // Username Workstation connection // #define APE2_WHO_SRVUSERS_2 4591 // // MessageId: APE2_WHO_SRVHDR // // MessageText: // // Users on Server %1 // #define APE2_WHO_SRVHDR 4592 // // MessageId: APE2_WHO_DOMUSERS_1 // // MessageText: // // Time since // #define APE2_WHO_DOMUSERS_1 4593 // // MessageId: APE2_WHO_DOMUSERS_2 // // MessageText: // // Username Workstation logon Full Name // #define APE2_WHO_DOMUSERS_2 4594 // // MessageId: APE2_WHO_DOMHDR // // MessageText: // // Users on Domain %1 // #define APE2_WHO_DOMHDR 4595 // // MessageId: APE2_WHO_USRUNAME // // MessageText: // // Username: %1 // #define APE2_WHO_USRUNAME 4596 // // MessageId: APE2_WHO_USRFNAME // // MessageText: // // Full Name: %1 // #define APE2_WHO_USRFNAME 4597 // // MessageId: APE2_WHO_USRUCOMM // // MessageText: // // User's Comment: %1 // #define APE2_WHO_USRUCOMM 4598 // // MessageId: APE2_STATS_STARTED // // MessageText: // // Statistics since%0 // #define APE2_STATS_STARTED 4600 // // MessageId: APE2_STATS_S_ACCEPTED // // MessageText: // // Sessions accepted%0 // #define APE2_STATS_S_ACCEPTED 4601 // // MessageId: APE2_STATS_S_TIMEDOUT // // MessageText: // // Sessions timed-out%0 // #define APE2_STATS_S_TIMEDOUT 4602 // // MessageId: APE2_STATS_ERROREDOUT // // MessageText: // // Sessions errored-out%0 // #define APE2_STATS_ERROREDOUT 4603 // // MessageId: APE2_STATS_B_SENT // // MessageText: // // Kilobytes sent%0 // #define APE2_STATS_B_SENT 4604 // // MessageId: APE2_STATS_B_RECEIVED // // MessageText: // // Kilobytes received%0 // #define APE2_STATS_B_RECEIVED 4605 // // MessageId: APE2_STATS_RESPONSE // // MessageText: // // Mean response time (msec)%0 // #define APE2_STATS_RESPONSE 4606 // // MessageId: APE2_STATS_NETIO_ERR // // MessageText: // // Network errors%0 // #define APE2_STATS_NETIO_ERR 4607 // // MessageId: APE2_STATS_FILES_ACC // // MessageText: // // Files accessed%0 // #define APE2_STATS_FILES_ACC 4608 // // MessageId: APE2_STATS_PRINT_ACC // // MessageText: // // Print jobs spooled%0 // #define APE2_STATS_PRINT_ACC 4609 // // MessageId: APE2_STATS_SYSTEM_ERR // // MessageText: // // System errors%0 // #define APE2_STATS_SYSTEM_ERR 4610 // // MessageId: APE2_STATS_PASS_ERR // // MessageText: // // Password violations%0 // #define APE2_STATS_PASS_ERR 4611 // // MessageId: APE2_STATS_PERM_ERR // // MessageText: // // Permission violations%0 // #define APE2_STATS_PERM_ERR 4612 // // MessageId: APE2_STATS_COMM_ACC // // MessageText: // // Comm devices accessed%0 // #define APE2_STATS_COMM_ACC 4613 // // MessageId: APE2_STATS_S_OPENED // // MessageText: // // Sessions started%0 // #define APE2_STATS_S_OPENED 4614 // // MessageId: APE2_STATS_S_RECONN // // MessageText: // // Sessions reconnected%0 // #define APE2_STATS_S_RECONN 4615 // // MessageId: APE2_STATS_S_FAILED // // MessageText: // // Sessions starts failed%0 // #define APE2_STATS_S_FAILED 4616 // // MessageId: APE2_STATS_S_DISCONN // // MessageText: // // Sessions disconnected%0 // #define APE2_STATS_S_DISCONN 4617 // // MessageId: APE2_STATS_NETIO // // MessageText: // // Network I/O's performed%0 // #define APE2_STATS_NETIO 4618 // // MessageId: APE2_STATS_IPC // // MessageText: // // Files and pipes accessed%0 // #define APE2_STATS_IPC 4619 // // MessageId: APE2_STATS_BUFCOUNT // // MessageText: // // Times buffers exhausted // #define APE2_STATS_BUFCOUNT 4620 // // MessageId: APE2_STATS_BIGBUF // // MessageText: // // Big buffers%0 // #define APE2_STATS_BIGBUF 4621 // // MessageId: APE2_STATS_REQBUF // // MessageText: // // Request buffers%0 // #define APE2_STATS_REQBUF 4622 // // MessageId: APE2_STATS_WKSTA // // MessageText: // // Workstation Statistics for \\%1 // #define APE2_STATS_WKSTA 4623 // // MessageId: APE2_STATS_SERVER // // MessageText: // // Server Statistics for \\%1 // #define APE2_STATS_SERVER 4624 // // MessageId: APE2_STATS_SINCE // // MessageText: // // Statistics since %1 // #define APE2_STATS_SINCE 4625 // // MessageId: APE2_STATS_C_MADE // // MessageText: // // Connections made%0 // #define APE2_STATS_C_MADE 4626 // // MessageId: APE2_STATS_C_FAILED // // MessageText: // // Connections failed%0 // #define APE2_STATS_C_FAILED 4627 // // MessageId: APE2_AT_DEL_WARNING // // MessageText: // // This operation will clear the AT schedule file. // #define APE2_AT_DEL_WARNING 4630 // // MessageId: APE2_AT_SCHED_FILE_CLEARED // // MessageText: // // The AT schedule file was cleared. // #define APE2_AT_SCHED_FILE_CLEARED 4631 // // MessageId: APE2_AT_TODAY // // MessageText: // // Today %0 // #define APE2_AT_TODAY 4632 // // MessageId: APE2_AT_TOMORROW // // MessageText: // // Tomorrow %0 // #define APE2_AT_TOMORROW 4633 // // MessageId: APE2_AT_NEXT // // MessageText: // // Next %1%0 // #define APE2_AT_NEXT 4634 // // MessageId: APE2_AT_EACH // // MessageText: // // Each %1%0 // #define APE2_AT_EACH 4635 // // MessageId: APE2_AT_DUMP_HEADER // // MessageText: // // Status ID Day Time Command Line // #define APE2_AT_DUMP_HEADER 4636 // // MessageId: APE2_AT_DI_TASK // // MessageText: // // Task ID: %0 // #define APE2_AT_DI_TASK 4637 // // MessageId: APE2_AT_DI_STATUS // // MessageText: // // Status: %0 // #define APE2_AT_DI_STATUS 4638 // // MessageId: APE2_AT_DI_SCHEDULE // // MessageText: // // Schedule: %0 // #define APE2_AT_DI_SCHEDULE 4639 // // MessageId: APE2_AT_DI_TIMEOFDAY // // MessageText: // // Time of day: %0 // #define APE2_AT_DI_TIMEOFDAY 4640 // // MessageId: APE2_AT_DI_COMMAND // // MessageText: // // Command: %0 // #define APE2_AT_DI_COMMAND 4641 // // MessageId: APE_DelSuccess // // MessageText: // // %1 was deleted successfully. // #define APE_DelSuccess 4650 // // MessageId: APE_UseSuccess // // MessageText: // // %1 was used successfully. // #define APE_UseSuccess 4651 // // MessageId: APE_SendSuccess // // MessageText: // // The message was successfully sent to %1. // #define APE_SendSuccess 4652 // // MessageId: APE_ForwardSuccess // // MessageText: // // The messagename %1 was forwarded successfully. // #define APE_ForwardSuccess 4653 // // MessageId: APE_NameSuccess // // MessageText: // // The messagename %1 was added successfully. // #define APE_NameSuccess 4654 // // MessageId: APE_ForwardDelSuccess // // MessageText: // // The messagename forwarding was successfully canceled. // #define APE_ForwardDelSuccess 4655 // // MessageId: APE_ShareSuccess // // MessageText: // // %1 was shared successfully. // #define APE_ShareSuccess 4656 // // MessageId: APE_LogonSuccess // // MessageText: // // The server %1 successfully logged you on as %2. // #define APE_LogonSuccess 4657 // // MessageId: APE_LogoffSuccess // // MessageText: // // %1 was logged off successfully. // #define APE_LogoffSuccess 4658 // // MessageId: APE_PassSuccess // // MessageText: // // The password was changed successfully. // #define APE_PassSuccess 4661 // // MessageId: APE_FilesCopied // // MessageText: // // %1 file(s) copied. // #define APE_FilesCopied 4662 // // MessageId: APE_FilesMoved // // MessageText: // // %1 file(s) moved. // #define APE_FilesMoved 4663 // // MessageId: APE_SendAllSuccess // // MessageText: // // The message was successfully sent to all users of the network. // #define APE_SendAllSuccess 4664 // // MessageId: APE_SendDomainSuccess // // MessageText: // // The message was successfully sent to Domain %1. // #define APE_SendDomainSuccess 4665 // // MessageId: APE_SendUsersSuccess // // MessageText: // // The message was successfully sent to all users of this server. // #define APE_SendUsersSuccess 4666 // // MessageId: APE_SendGroupSuccess // // MessageText: // // The message was successfully sent to Group *%1. // #define APE_SendGroupSuccess 4667 // // MessageId: APE2_VER_Release // // MessageText: // // Microsoft LAN Manager 2.1 // #define APE2_VER_Release 4695 // // MessageId: APE2_VER_ProductOS2Server // // MessageText: // // OS/2 Server // #define APE2_VER_ProductOS2Server 4696 // // MessageId: APE2_VER_ProductOS2Workstation // // MessageText: // // OS/2 Workstation // #define APE2_VER_ProductOS2Workstation 4697 // // MessageId: APE2_VER_ProductDOSWorkstation // // MessageText: // // DOS Enhanced Workstation // #define APE2_VER_ProductDOSWorkstation 4698 // // MessageId: APE2_VER_BuildTime // // MessageText: // // Created at %1 // #define APE2_VER_BuildTime 4699 // // MessageId: APE2_VIEW_ALL_HDR // // MessageText: // // Server Name Remark // #define APE2_VIEW_ALL_HDR 4700 // // MessageId: APE2_VIEW_SVR_HDR // // MessageText: // // Sharename Type Used as Comment // #define APE2_VIEW_SVR_HDR 4701 // // MessageId: APE2_VIEW_UNC // // MessageText: // // (UNC)%0 // #define APE2_VIEW_UNC 4702 // // MessageId: APE2_VIEW_MORE // // MessageText: // // ...%0 // #define APE2_VIEW_MORE 4703 // // MessageId: APE2_USE_TYPE_DISK // // MessageText: // // Disk%0 // #define APE2_USE_TYPE_DISK 4710 // // MessageId: APE2_USE_TYPE_PRINT // // MessageText: // // Print%0 // #define APE2_USE_TYPE_PRINT 4711 // // MessageId: APE2_USE_TYPE_COMM // // MessageText: // // Comm%0 // #define APE2_USE_TYPE_COMM 4712 // // MessageId: APE2_USE_TYPE_IPC // // MessageText: // // IPC%0 // #define APE2_USE_TYPE_IPC 4713 // // MessageId: APE2_USE_HEADER // // MessageText: // // Status Local name Remote name // #define APE2_USE_HEADER 4714 // // MessageId: APE2_USE_STATUS_OK // // MessageText: // // OK%0 // #define APE2_USE_STATUS_OK 4715 // // MessageId: APE2_USE_STATUS_DORMANT // // MessageText: // // Dormant%0 // #define APE2_USE_STATUS_DORMANT 4716 // // MessageId: APE2_USE_STATUS_PAUSED // // MessageText: // // Paused%0 // #define APE2_USE_STATUS_PAUSED 4717 // // MessageId: APE2_USE_STATUS_SESSION_LOST // // MessageText: // // Disconnected%0 // #define APE2_USE_STATUS_SESSION_LOST 4718 // // MessageId: APE2_USE_STATUS_NET_ERROR // // MessageText: // // Error%0 // #define APE2_USE_STATUS_NET_ERROR 4719 // // MessageId: APE2_USE_STATUS_CONNECTING // // MessageText: // // Connecting%0 // #define APE2_USE_STATUS_CONNECTING 4720 // // MessageId: APE2_USE_STATUS_RECONNECTING // // MessageText: // // Reconnecting%0 // #define APE2_USE_STATUS_RECONNECTING 4721 // // MessageId: APE2_USE_MSG_STATUS // // MessageText: // // Status%0 // #define APE2_USE_MSG_STATUS 4722 // // MessageId: APE2_USE_MSG_LOCAL // // MessageText: // // Local name%0 // #define APE2_USE_MSG_LOCAL 4723 // // MessageId: APE2_USE_MSG_REMOTE // // MessageText: // // Remote name%0 // #define APE2_USE_MSG_REMOTE 4724 // // MessageId: APE2_USE_MSG_TYPE // // MessageText: // // Resource type%0 // #define APE2_USE_MSG_TYPE 4725 // // MessageId: APE2_USE_MSG_OPEN_COUNT // // MessageText: // // # Opens%0 // #define APE2_USE_MSG_OPEN_COUNT 4726 // // MessageId: APE2_USE_MSG_USE_COUNT // // MessageText: // // # Connections%0 // #define APE2_USE_MSG_USE_COUNT 4727 // // MessageId: APE2_SHARE_MSG_HDR // // MessageText: // // Sharename Resource Remark // #define APE2_SHARE_MSG_HDR 4730 // // MessageId: APE2_SHARE_MSG_NAME // // MessageText: // // Sharename%0 // #define APE2_SHARE_MSG_NAME 4731 // // MessageId: APE2_SHARE_MSG_DEVICE // // MessageText: // // Resource%0 // #define APE2_SHARE_MSG_DEVICE 4732 // // MessageId: APE2_SHARE_MSG_SPOOLED // // MessageText: // // Spooled%0 // #define APE2_SHARE_MSG_SPOOLED 4733 // // MessageId: APE2_SHARE_MSG_PERM // // MessageText: // // Permission%0 // #define APE2_SHARE_MSG_PERM 4734 // // MessageId: APE2_SHARE_MSG_MAX_USERS // // MessageText: // // Max. users%0 // #define APE2_SHARE_MSG_MAX_USERS 4735 // // MessageId: APE2_SHARE_MSG_ULIMIT // // MessageText: // // No limit%0 // #define APE2_SHARE_MSG_ULIMIT 4736 // // MessageId: APE2_SHARE_MSG_USERS // // MessageText: // // Users%0 // #define APE2_SHARE_MSG_USERS 4737 // // MessageId: APE2_SHARE_MSG_NONFAT // // MessageText: // // The sharename entered is not accessible from an MS-DOS workstation. // Are you sure you want to use this sharename? %1: %0 // #define APE2_SHARE_MSG_NONFAT 4738 // // MessageId: APE2_FILE_MSG_HDR // // MessageText: // // ID Path Username # Locks // #define APE2_FILE_MSG_HDR 4740 // // MessageId: APE2_FILE_MSG_ID // // MessageText: // // File ID%0 // #define APE2_FILE_MSG_ID 4741 // // MessageId: APE2_FILE_MSG_NUM_LOCKS // // MessageText: // // Locks%0 // #define APE2_FILE_MSG_NUM_LOCKS 4742 // // MessageId: APE2_FILE_MSG_OPENED_FOR // // MessageText: // // Permissions%0 // #define APE2_FILE_MSG_OPENED_FOR 4743 // // MessageId: APE2_SESS_MSG_HDR // // MessageText: // // Computer User name Client Type Opens Idle time // #define APE2_SESS_MSG_HDR 4750 // // MessageId: APE2_SESS_MSG_CMPTR // // MessageText: // // Computer%0 // #define APE2_SESS_MSG_CMPTR 4751 // // MessageId: APE2_SESS_MSG_SESSTIME // // MessageText: // // Sess time%0 // #define APE2_SESS_MSG_SESSTIME 4752 // // MessageId: APE2_SESS_MSG_IDLETIME // // MessageText: // // Idle time%0 // #define APE2_SESS_MSG_IDLETIME 4753 // // MessageId: APE2_SESS_MSG_HDR2 // // MessageText: // // Sharename Type # Opens // #define APE2_SESS_MSG_HDR2 4754 // // MessageId: APE2_SESS_MSG_CLIENTTYPE // // MessageText: // // Client type%0 // #define APE2_SESS_MSG_CLIENTTYPE 4755 // // MessageId: APE2_SESS_MSG_GUEST // // MessageText: // // Guest logon%0 // #define APE2_SESS_MSG_GUEST 4756 // // MessageId: APE2_DEV_MSG_HDR // // MessageText: // // Devicename Status Date/Time Username // #define APE2_DEV_MSG_HDR 4770 // // MessageId: APE2_DEV_MSG_DEVICE // // MessageText: // // Devicename%0 // #define APE2_DEV_MSG_DEVICE 4771 // // MessageId: APE2_DEV_MSG_STATUS // // MessageText: // // Status%0 // #define APE2_DEV_MSG_STATUS 4772 // // MessageId: APE2_DEV_MSG_TIME // // MessageText: // // Time%0 // #define APE2_DEV_MSG_TIME 4773 // // MessageId: APE2_DEV_MSG_OPENED // // MessageText: // // Opened%0 // #define APE2_DEV_MSG_OPENED 4774 // // MessageId: APE2_DEV_MSG_IDLE // // MessageText: // // Idle%0 // #define APE2_DEV_MSG_IDLE 4775 // // MessageId: APE2_DEV_MSG_PAUSED // // MessageText: // // Paused%0 // #define APE2_DEV_MSG_PAUSED 4776 // // MessageId: APE2_DEV_MSG_ERROR // // MessageText: // // Error%0 // #define APE2_DEV_MSG_ERROR 4777 // // MessageId: APE2_DEV_MSG_OFFLINE // // MessageText: // // Offline%0 // #define APE2_DEV_MSG_OFFLINE 4778 // // MessageId: APE2_DEV_MSG_OUT_OF_PAPER // // MessageText: // // Out of paper%0 // #define APE2_DEV_MSG_OUT_OF_PAPER 4779 // // MessageId: APE2_DEV_MSG_PRINTING // // MessageText: // // Printing%0 // #define APE2_DEV_MSG_PRINTING 4780 // // MessageId: APE2_COMM_MSG_HDR // // MessageText: // // Local // Sharename devicename Users ahead Users waiting // #define APE2_COMM_MSG_HDR 4790 // // MessageId: APE2_COMM_MSG_PRIORITY // // MessageText: // // Priority%0 // #define APE2_COMM_MSG_PRIORITY 4791 // // MessageId: APE2_COMM_MSG_DEVS // // MessageText: // // Comm Devices%0 // #define APE2_COMM_MSG_DEVS 4792 // // MessageId: APE2_COMM_MSG_ELLIPSIS // // MessageText: // // ...%0 // #define APE2_COMM_MSG_ELLIPSIS 4793 // // MessageId: APE2_NAME_MSG_NAME // // MessageText: // // Name%0 // #define APE2_NAME_MSG_NAME 4800 // // MessageId: APE2_NAME_MSG_FWD // // MessageText: // // Forwarded to%0 // #define APE2_NAME_MSG_FWD 4801 // // MessageId: APE2_NAME_MSG_FWD_FROM // // MessageText: // // forwarded to you from%0 // #define APE2_NAME_MSG_FWD_FROM 4802 // // MessageId: APE2_SEND_MSG_USERS // // MessageText: // // Users of this server%0 // #define APE2_SEND_MSG_USERS 4803 // // MessageId: APE2_SEND_MSG_INTERRUPT // // MessageText: // // Net Send has been interrupted by a Ctrl+Break from the user. // #define APE2_SEND_MSG_INTERRUPT 4804 // // MessageId: APE2_PRINT_MSG_HDR // // MessageText: // // Name Job # Size Status // #define APE2_PRINT_MSG_HDR 4810 // // MessageId: APE2_PRINT_MSG_JOBS // // MessageText: // // jobs%0 // #define APE2_PRINT_MSG_JOBS 4811 // // MessageId: APE2_PRINT_MSG_PRINT // // MessageText: // // Print%0 // #define APE2_PRINT_MSG_PRINT 4812 // // MessageId: APE2_PRINT_MSG_NAME // // MessageText: // // Name%0 // #define APE2_PRINT_MSG_NAME 4813 // // MessageId: APE2_PRINT_MSG_JOB // // MessageText: // // Job #%0 // #define APE2_PRINT_MSG_JOB 4814 // // MessageId: APE2_PRINT_MSG_SIZE // // MessageText: // // Size%0 // #define APE2_PRINT_MSG_SIZE 4815 // // MessageId: APE2_PRINT_MSG_STATUS // // MessageText: // // Status%0 // #define APE2_PRINT_MSG_STATUS 4816 // // MessageId: APE2_PRINT_MSG_SEPARATOR // // MessageText: // // Separator file%0 // #define APE2_PRINT_MSG_SEPARATOR 4817 // // MessageId: APE2_PRINT_MSG_COMMENT // // MessageText: // // Comment%0 // #define APE2_PRINT_MSG_COMMENT 4818 // // MessageId: APE2_PRINT_MSG_PRIORITY // // MessageText: // // Priority%0 // #define APE2_PRINT_MSG_PRIORITY 4819 // // MessageId: APE2_PRINT_MSG_AFTER // // MessageText: // // Print after%0 // #define APE2_PRINT_MSG_AFTER 4820 // // MessageId: APE2_PRINT_MSG_UNTIL // // MessageText: // // Print until%0 // #define APE2_PRINT_MSG_UNTIL 4821 // // MessageId: APE2_PRINT_MSG_PROCESSOR // // MessageText: // // Print processor%0 // #define APE2_PRINT_MSG_PROCESSOR 4822 // // MessageId: APE2_PRINT_MSG_ADDITIONAL_INFO // // MessageText: // // Additional info%0 // #define APE2_PRINT_MSG_ADDITIONAL_INFO 4823 // // MessageId: APE2_PRINT_MSG_PARMS // // MessageText: // // Parameters%0 // #define APE2_PRINT_MSG_PARMS 4824 // // MessageId: APE2_PRINT_MSG_DEVS // // MessageText: // // Print Devices%0 // #define APE2_PRINT_MSG_DEVS 4825 // // MessageId: APE2_PRINT_MSG_QUEUE_ACTIVE // // MessageText: // // Queue Active%0 // #define APE2_PRINT_MSG_QUEUE_ACTIVE 4826 // // MessageId: APE2_PRINT_MSG_QUEUE_PAUSED // // MessageText: // // Queue held%0 // #define APE2_PRINT_MSG_QUEUE_PAUSED 4827 // // MessageId: APE2_PRINT_MSG_QUEUE_ERROR // // MessageText: // // Queue error%0 // #define APE2_PRINT_MSG_QUEUE_ERROR 4828 // // MessageId: APE2_PRINT_MSG_QUEUE_PENDING // // MessageText: // // Queue being deleted%0 // #define APE2_PRINT_MSG_QUEUE_PENDING 4829 // // MessageId: APE2_PRINT_MSG_QUEUE_UNKN // // MessageText: // // Queue status unknown%0 // #define APE2_PRINT_MSG_QUEUE_UNKN 4830 // // MessageId: APE2_PRINT_MSG_QUEUE_UNSCHED // // MessageText: // // Held until %1%0 // #define APE2_PRINT_MSG_QUEUE_UNSCHED 4840 // // MessageId: APE2_PRINT_MSG_JOB_ID // // MessageText: // // Job #%0 // #define APE2_PRINT_MSG_JOB_ID 4841 // // MessageId: APE2_PRINT_MSG_SUBMITTING_USER // // MessageText: // // Submitting user%0 // #define APE2_PRINT_MSG_SUBMITTING_USER 4842 // // MessageId: APE2_PRINT_MSG_NOTIFY // // MessageText: // // Notify%0 // #define APE2_PRINT_MSG_NOTIFY 4843 // // MessageId: APE2_PRINT_MSG_JOB_DATA_TYPE // // MessageText: // // Job data type%0 // #define APE2_PRINT_MSG_JOB_DATA_TYPE 4844 // // MessageId: APE2_PRINT_MSG_JOB_PARAMETERS // // MessageText: // // Job parameters%0 // #define APE2_PRINT_MSG_JOB_PARAMETERS 4845 // // MessageId: APE2_PRINT_MSG_WAITING // // MessageText: // // Waiting%0 // #define APE2_PRINT_MSG_WAITING 4846 // // MessageId: APE2_PRINT_MSG_PAUSED_IN_QUEUE // // MessageText: // // Held in queue%0 // #define APE2_PRINT_MSG_PAUSED_IN_QUEUE 4847 // // MessageId: APE2_PRINT_MSG_SPOOLING // // MessageText: // // Spooling%0 // #define APE2_PRINT_MSG_SPOOLING 4848 // // MessageId: APE2_PRINT_MSG_PRINTER_PAUSED // // MessageText: // // Paused%0 // #define APE2_PRINT_MSG_PRINTER_PAUSED 4849 // // MessageId: APE2_PRINT_MSG_PRINTER_OFFLINE // // MessageText: // // Offline%0 // #define APE2_PRINT_MSG_PRINTER_OFFLINE 4850 // // MessageId: APE2_PRINT_MSG_PRINTER_ERROR // // MessageText: // // Error%0 // #define APE2_PRINT_MSG_PRINTER_ERROR 4851 // // MessageId: APE2_PRINT_MSG_OUT_OF_PAPER // // MessageText: // // Out of paper%0 // #define APE2_PRINT_MSG_OUT_OF_PAPER 4852 // // MessageId: APE2_PRINT_MSG_PRINTER_INTERV // // MessageText: // // Intervention required%0 // #define APE2_PRINT_MSG_PRINTER_INTERV 4853 // // MessageId: APE2_PRINT_MSG_PRINTING // // MessageText: // // Printing%0 // #define APE2_PRINT_MSG_PRINTING 4854 // // MessageId: APE2_PRINT_MSG_ON_WHAT_PRINTER // // MessageText: // // on %0 // #define APE2_PRINT_MSG_ON_WHAT_PRINTER 4855 // // MessageId: APE2_PRINT_MSG_PRINTER_PAUS_ON // // MessageText: // // Paused on %1%0 // #define APE2_PRINT_MSG_PRINTER_PAUS_ON 4856 // // MessageId: APE2_PRINT_MSG_PRINTER_OFFL_ON // // MessageText: // // Offline on %1%0 // #define APE2_PRINT_MSG_PRINTER_OFFL_ON 4857 // // MessageId: APE2_PRINT_MSG_PRINTER_ERR_ON // // MessageText: // // Error on%1%0 // #define APE2_PRINT_MSG_PRINTER_ERR_ON 4858 // // MessageId: APE2_PRINT_MSG_OUT_OF_PAPER_ON // // MessageText: // // Out of Paper on %1%0 // #define APE2_PRINT_MSG_OUT_OF_PAPER_ON 4859 // // MessageId: APE2_PRINT_MSG_PRINTER_INTV_ON // // MessageText: // // Check printer on %1%0 // #define APE2_PRINT_MSG_PRINTER_INTV_ON 4860 // // MessageId: APE2_PRINT_MSG_PRINTING_ON // // MessageText: // // Printing on %1%0 // #define APE2_PRINT_MSG_PRINTING_ON 4861 // // MessageId: APE2_PRINT_MSG_DRIVER // // MessageText: // // Driver%0 // #define APE2_PRINT_MSG_DRIVER 4862 // // MessageId: APE2_CNFLCT_LOC_NET_NAME // // MessageText: // // Your local username, %1, will be changed to your network // username, %2. // #define APE2_CNFLCT_LOC_NET_NAME 4880 // // MessageId: APE2_USING_LOCAL_NAME // // MessageText: // // You are logged on locally as %1. Type a new name to log on // to the network, or press ENTER to logon as %1. If you type // a new name, it will also be used as your local username. // #define APE2_USING_LOCAL_NAME 4881 // // MessageId: APE2_LLO_LogonUsage // // MessageText: // // The syntax of the command is: // LOGON [username [password]] // #define APE2_LLO_LogonUsage 4900 // // MessageId: APE2_LLO_Local // // MessageText: // // %1 logged on successfully in the LOCAL domain. // #define APE2_LLO_Local 4901 // // MessageId: APE2_LLO_LogonFailed // // MessageText: // // LOCAL domain logon attempt failed. // #define APE2_LLO_LogonFailed 4902 // // MessageId: APE2_LLO_Collision // // MessageText: // // Another logon is in progress. // #define APE2_LLO_Collision 4903 // // MessageId: APE2_LLO_DaemonNotStarted // // MessageText: // // The system was not initialized for local security. // #define APE2_LLO_DaemonNotStarted 4904 // // MessageId: APE2_LLO_DaemonDead // // MessageText: // // The local security process has stopped. // #define APE2_LLO_DaemonDead 4905 // // MessageId: APE2_LLF_WkstaStarted // // MessageText: // // The Workstation service is running. Type NET LOGOFF. // #define APE2_LLF_WkstaStarted 4906 // // MessageId: APE2_SSH_PBNotInstalled // // MessageText: // // HPFS386 File System Driver not found. // #define APE2_SSH_PBNotInstalled 4907 // // MessageId: APE2_SSH_AlreadySecure // // MessageText: // // LAN Manager is already in Local-Secure state. // #define APE2_SSH_AlreadySecure 4908 // // MessageId: APE2_PRV_Usage // // MessageText: // // The syntax of this command is: // PRIV program [options] // #define APE2_PRV_Usage 4909 // // MessageId: APE2_PRV_PrivDenied // // MessageText: // // Privileged Access Denied. // #define APE2_PRV_PrivDenied 4910 // // MessageId: APE2_SSH_SecurityOn // // MessageText: // // LAN Manager local security has started. // Press ESC to logon now, or press ENTER to start the // computer with no one logged on. // #define APE2_SSH_SecurityOn 4911 // // MessageId: APE2_SSH_SecurityFailed // // MessageText: // // Warning: LAN Manager local security could not be started. // The system is booting in privileged mode. // #define APE2_SSH_SecurityFailed 4912 // // MessageId: APE2_SSH_SecurityScriptFailed // // MessageText: // // Error starting the privileged system processes. // #define APE2_SSH_SecurityScriptFailed 4913 // // MessageId: APE2_SSH_CantStartShell1 // // MessageText: // // Error %1 occurred starting user shell: %2 // Trying to start default shell: C:\OS2\PMSHELL.EXE // #define APE2_SSH_CantStartShell1 4914 // // MessageId: APE2_SSH_CantStartShell2 // // MessageText: // // Error %1 occurred starting default shell: C:\OS2\PMSHELL.EXE // #define APE2_SSH_CantStartShell2 4915 // // MessageId: APE2_PRIV_CouldNotExe // // MessageText: // // Priv could not execute the program specified. // #define APE2_PRIV_CouldNotExe 4916 // // MessageId: APE2_SSH_WkstaNotInstalled // // MessageText: // // LAN Manager local security could not be started // because the workstation device driver (netwksta.sys) // is not installed. // The system is booting in privileged mode. // #define APE2_SSH_WkstaNotInstalled 4917 // // MessageId: APE2_SSH_PrivPathNotFound // // MessageText: // // Securesh cannot find privileged mode initialization script: %1 // #define APE2_SSH_PrivPathNotFound 4918 // // MessageId: APE2_AUDIT_HEADER // // MessageText: // // Username Type Date%0 // #define APE2_AUDIT_HEADER 4930 // // MessageId: APE2_AUDIT_LOCKOUT // // MessageText: // // Lockout%0 // #define APE2_AUDIT_LOCKOUT 4931 // // MessageId: APE2_AUDIT_GENERIC // // MessageText: // // Generic%0 // #define APE2_AUDIT_GENERIC 4932 // // MessageId: APE2_AUDIT_SERVER // // MessageText: // // Server%0 // #define APE2_AUDIT_SERVER 4933 // // MessageId: APE2_AUDIT_SRV_STARTED // // MessageText: // // Server started%0 // #define APE2_AUDIT_SRV_STARTED 4934 // // MessageId: APE2_AUDIT_SRV_PAUSED // // MessageText: // // Server paused%0 // #define APE2_AUDIT_SRV_PAUSED 4935 // // MessageId: APE2_AUDIT_SRV_CONTINUED // // MessageText: // // Server continued%0 // #define APE2_AUDIT_SRV_CONTINUED 4936 // // MessageId: APE2_AUDIT_SRV_STOPPED // // MessageText: // // Server stopped%0 // #define APE2_AUDIT_SRV_STOPPED 4937 // // MessageId: APE2_AUDIT_SESS // // MessageText: // // Session%0 // #define APE2_AUDIT_SESS 4938 // // MessageId: APE2_AUDIT_SESS_GUEST // // MessageText: // // Logon Guest%0 // #define APE2_AUDIT_SESS_GUEST 4939 // // MessageId: APE2_AUDIT_SESS_USER // // MessageText: // // Logon User%0 // #define APE2_AUDIT_SESS_USER 4940 // // MessageId: APE2_AUDIT_SESS_ADMIN // // MessageText: // // Logon Admin%0 // #define APE2_AUDIT_SESS_ADMIN 4941 // // MessageId: APE2_AUDIT_SESS_NORMAL // // MessageText: // // Logoff normal%0 // #define APE2_AUDIT_SESS_NORMAL 4942 // // MessageId: APE2_AUDIT_SESS_DEFAULT // // MessageText: // // Logon%0 // #define APE2_AUDIT_SESS_DEFAULT 4943 // // MessageId: APE2_AUDIT_SESS_ERROR // // MessageText: // // Logoff error%0 // #define APE2_AUDIT_SESS_ERROR 4944 // // MessageId: APE2_AUDIT_SESS_AUTODIS // // MessageText: // // Logoff auto-disconnect%0 // #define APE2_AUDIT_SESS_AUTODIS 4945 // // MessageId: APE2_AUDIT_SESS_ADMINDIS // // MessageText: // // Logoff admin-disconnect%0 // #define APE2_AUDIT_SESS_ADMINDIS 4946 // // MessageId: APE2_AUDIT_SESS_ACCRESTRICT // // MessageText: // // Logoff forced by logon restrictions%0 // #define APE2_AUDIT_SESS_ACCRESTRICT 4947 // // MessageId: APE2_AUDIT_SVC // // MessageText: // // Service%0 // #define APE2_AUDIT_SVC 4948 // // MessageId: APE2_AUDIT_SVC_INSTALLED // // MessageText: // // %1 Installed%0 // #define APE2_AUDIT_SVC_INSTALLED 4949 // // MessageId: APE2_AUDIT_SVC_INST_PEND // // MessageText: // // %1 Install Pending%0 // #define APE2_AUDIT_SVC_INST_PEND 4950 // // MessageId: APE2_AUDIT_SVC_PAUSED // // MessageText: // // %1 Paused%0 // #define APE2_AUDIT_SVC_PAUSED 4951 // // MessageId: APE2_AUDIT_SVC_PAUS_PEND // // MessageText: // // %1 Pause Pending%0 // #define APE2_AUDIT_SVC_PAUS_PEND 4952 // // MessageId: APE2_AUDIT_SVC_CONT // // MessageText: // // %1 Continued%0 // #define APE2_AUDIT_SVC_CONT 4953 // // MessageId: APE2_AUDIT_SVC_CONT_PEND // // MessageText: // // %1 Continue Pending%0 // #define APE2_AUDIT_SVC_CONT_PEND 4954 // // MessageId: APE2_AUDIT_SVC_STOP // // MessageText: // // %1 Stopped%0 // #define APE2_AUDIT_SVC_STOP 4955 // // MessageId: APE2_AUDIT_SVC_STOP_PEND // // MessageText: // // %1 Stop Pending%0 // #define APE2_AUDIT_SVC_STOP_PEND 4956 // // MessageId: APE2_AUDIT_ACCOUNT // // MessageText: // // Account%0 // #define APE2_AUDIT_ACCOUNT 4957 // // MessageId: APE2_AUDIT_ACCOUNT_USER_MOD // // MessageText: // // User account %1 was modified.%0 // #define APE2_AUDIT_ACCOUNT_USER_MOD 4958 // // MessageId: APE2_AUDIT_ACCOUNT_GROUP_MOD // // MessageText: // // Group account %1 was modified.%0 // #define APE2_AUDIT_ACCOUNT_GROUP_MOD 4959 // // MessageId: APE2_AUDIT_ACCOUNT_USER_DEL // // MessageText: // // User account %1 was deleted%0 // #define APE2_AUDIT_ACCOUNT_USER_DEL 4960 // // MessageId: APE2_AUDIT_ACCOUNT_GROUP_DEL // // MessageText: // // Group account %1 was deleted%0 // #define APE2_AUDIT_ACCOUNT_GROUP_DEL 4961 // // MessageId: APE2_AUDIT_ACCOUNT_USER_ADD // // MessageText: // // User account %1 was added%0 // #define APE2_AUDIT_ACCOUNT_USER_ADD 4962 // // MessageId: APE2_AUDIT_ACCOUNT_GROUP_ADD // // MessageText: // // Group account %1 was added%0 // #define APE2_AUDIT_ACCOUNT_GROUP_ADD 4963 // // MessageId: APE2_AUDIT_ACCOUNT_SETTINGS // // MessageText: // // Account system settings were modified%0 // #define APE2_AUDIT_ACCOUNT_SETTINGS 4964 // // MessageId: APE2_AUDIT_ACCLIMIT // // MessageText: // // Logon restriction%0 // #define APE2_AUDIT_ACCLIMIT 4965 // // MessageId: APE2_AUDIT_ACCLIMIT_UNKNOWN // // MessageText: // // Limit exceeded: UNKNOWN%0 // #define APE2_AUDIT_ACCLIMIT_UNKNOWN 4966 // // MessageId: APE2_AUDIT_ACCLIMIT_HOURS // // MessageText: // // Limit exceeded: Logon hours%0 // #define APE2_AUDIT_ACCLIMIT_HOURS 4967 // // MessageId: APE2_AUDIT_ACCLIMIT_EXPIRED // // MessageText: // // Limit exceeded: Account expired%0 // #define APE2_AUDIT_ACCLIMIT_EXPIRED 4968 // // MessageId: APE2_AUDIT_ACCLIMIT_INVAL // // MessageText: // // Limit exceeded: Workstation ID invalid%0 // #define APE2_AUDIT_ACCLIMIT_INVAL 4969 // // MessageId: APE2_AUDIT_ACCLIMIT_DISABLED // // MessageText: // // Limit exceeded: Account disabled%0 // #define APE2_AUDIT_ACCLIMIT_DISABLED 4970 // // MessageId: APE2_AUDIT_ACCLIMIT_DELETED // // MessageText: // // Limit exceeded: Account deleted%0 // #define APE2_AUDIT_ACCLIMIT_DELETED 4971 // // MessageId: APE2_AUDIT_SHARE // // MessageText: // // Share%0 // #define APE2_AUDIT_SHARE 4972 // // MessageId: APE2_AUDIT_USE // // MessageText: // // Use %1%0 // #define APE2_AUDIT_USE 4973 // // MessageId: APE2_AUDIT_UNUSE // // MessageText: // // Unuse %1%0 // #define APE2_AUDIT_UNUSE 4974 // // MessageId: APE2_AUDIT_SESSDIS // // MessageText: // // User's session disconnected %1%0 // #define APE2_AUDIT_SESSDIS 4975 // // MessageId: APE2_AUDIT_SHARE_D // // MessageText: // // Administrator stopped sharing resource %1%0 // #define APE2_AUDIT_SHARE_D 4976 // // MessageId: APE2_AUDIT_USERLIMIT // // MessageText: // // User reached limit for %1%0 // #define APE2_AUDIT_USERLIMIT 4977 // // MessageId: APE2_AUDIT_BADPW // // MessageText: // // Bad password%0 // #define APE2_AUDIT_BADPW 4978 // // MessageId: APE2_AUDIT_ADMINREQD // // MessageText: // // Admin privilege required%0 // #define APE2_AUDIT_ADMINREQD 4979 // // MessageId: APE2_AUDIT_ACCESS // // MessageText: // // Access%0 // #define APE2_AUDIT_ACCESS 4980 // // MessageId: APE2_AUDIT_ACCESS_ADD // // MessageText: // // %1 permissions added%0 // #define APE2_AUDIT_ACCESS_ADD 4981 // // MessageId: APE2_AUDIT_ACCESS_MOD // // MessageText: // // %1 permissions modified%0 // #define APE2_AUDIT_ACCESS_MOD 4982 // // MessageId: APE2_AUDIT_ACCESS_DEL // // MessageText: // // %1 permissions deleted%0 // #define APE2_AUDIT_ACCESS_DEL 4983 // // MessageId: APE2_AUDIT_ACCESS_D // // MessageText: // // Access denied%0 // #define APE2_AUDIT_ACCESS_D 4984 // // MessageId: APE2_AUDIT_UNKNOWN // // MessageText: // // Unknown%0 // #define APE2_AUDIT_UNKNOWN 4985 // // MessageId: APE2_AUDIT_OTHER // // MessageText: // // Other%0 // #define APE2_AUDIT_OTHER 4986 // // MessageId: APE2_AUDIT_DURATION // // MessageText: // // Duration:%0 // #define APE2_AUDIT_DURATION 4987 // // MessageId: APE2_AUDIT_NO_DURATION // // MessageText: // // Duration: Not available%0 // #define APE2_AUDIT_NO_DURATION 4988 // // MessageId: APE2_AUDIT_TINY_DURATION // // MessageText: // // Duration: Less than one second%0 // #define APE2_AUDIT_TINY_DURATION 4989 // // MessageId: APE2_AUDIT_NONE // // MessageText: // // (none)%0 // #define APE2_AUDIT_NONE 4990 // // MessageId: APE2_AUDIT_CLOSED // // MessageText: // // Closed %1%0 // #define APE2_AUDIT_CLOSED 4991 // // MessageId: APE2_AUDIT_DISCONN // // MessageText: // // Closed %1 (disconnected)%0 // #define APE2_AUDIT_DISCONN 4992 // // MessageId: APE2_AUDIT_ADMINCLOSED // // MessageText: // // Administrator closed %1%0 // #define APE2_AUDIT_ADMINCLOSED 4993 // // MessageId: APE2_AUDIT_ACCESSEND // // MessageText: // // Access ended%0 // #define APE2_AUDIT_ACCESSEND 4994 // // MessageId: APE2_AUDIT_NETLOGON // // MessageText: // // Log on to network%0 // #define APE2_AUDIT_NETLOGON 4995 // // MessageId: APE2_AUDIT_LOGDENY_GEN // // MessageText: // // Logon denied%0 // #define APE2_AUDIT_LOGDENY_GEN 4996 // // MessageId: APE2_ERROR_HEADER // // MessageText: // // Program Message Time%0 // #define APE2_ERROR_HEADER 4997 // // MessageId: APE2_AUDIT_LKOUT_LOCK // // MessageText: // // Account locked due to %1 bad passwords%0 // #define APE2_AUDIT_LKOUT_LOCK 4998 // // MessageId: APE2_AUDIT_LKOUT_ADMINUNLOCK // // MessageText: // // Account unlocked by administrator%0 // #define APE2_AUDIT_LKOUT_ADMINUNLOCK 4999 // // MessageId: APE2_AUDIT_NETLOGOFF // // MessageText: // // Log off network%0 // #define APE2_AUDIT_NETLOGOFF 5000 // // MessageId: APE2_ALERTER_TAB // // MessageText: // // #define APE2_ALERTER_TAB 5009 // // MessageId: APE2_ALERTER_ADMN_SUBJ // // MessageText: // // Subj: ** ADMIN ALERT ** // #define APE2_ALERTER_ADMN_SUBJ 5010 // // MessageId: APE2_ALERTER_PRNT_SUBJ // // MessageText: // // Subj: ** PRINTING NOTIFICATION ** // #define APE2_ALERTER_PRNT_SUBJ 5011 // // MessageId: APE2_ALERTER_USER_SUBJ // // MessageText: // // Subj: ** USER NOTIFICATION ** // #define APE2_ALERTER_USER_SUBJ 5012 // // MessageId: APE2_ALERTER_FROM // // MessageText: // // From: %1 at \\%2 // #define APE2_ALERTER_FROM 5013 // // MessageId: APE2_ALERTER_CANCELLED // // MessageText: // // Print job %1 has been cancelled while printing on %2. // #define APE2_ALERTER_CANCELLED 5014 // // MessageId: APE2_ALERTER_DELETED // // MessageText: // // Print job %1 has been deleted and will not print. // #define APE2_ALERTER_DELETED 5015 // // MessageId: APE2_ALERTER_FINISHED // // MessageText: // // Print job %1 has finished printing on %2. // #define APE2_ALERTER_FINISHED 5016 // // MessageId: APE2_ALERTER_INCOMPL // // MessageText: // // Print job %1 has not completed printing on %2. // #define APE2_ALERTER_INCOMPL 5017 // // MessageId: APE2_ALERTER_PAUSED // // MessageText: // // Print job %1 has paused printing on %2. // #define APE2_ALERTER_PAUSED 5018 // // MessageId: APE2_ALERTER_PRINTING // // MessageText: // // Print job %1 is now printing on %2. // #define APE2_ALERTER_PRINTING 5019 // // MessageId: APE2_ALERTER_NOPAPER // // MessageText: // // The printer is out of paper. // #define APE2_ALERTER_NOPAPER 5020 // // MessageId: APE2_ALERTER_OFFLINE // // MessageText: // // The printer is offline. // #define APE2_ALERTER_OFFLINE 5021 // // MessageId: APE2_ALERTER_ERRORS // // MessageText: // // There have been printing errors. // #define APE2_ALERTER_ERRORS 5022 // // MessageId: APE2_ALERTER_HUMAN // // MessageText: // // There is a problem with the printer; please check it. // #define APE2_ALERTER_HUMAN 5023 // // MessageId: APE2_ALERTER_HELD // // MessageText: // // Print job %1 is being held from printing. // #define APE2_ALERTER_HELD 5024 // // MessageId: APE2_ALERTER_QUEUED // // MessageText: // // Print job %1 is queued for printing. // #define APE2_ALERTER_QUEUED 5025 // // MessageId: APE2_ALERTER_SPOOLED // // MessageText: // // Print job %1 is being spooled. // #define APE2_ALERTER_SPOOLED 5026 // // MessageId: APE2_ALERTER_QUEUEDTO // // MessageText: // // Job was queued to %1 on %2 // #define APE2_ALERTER_QUEUEDTO 5027 // // MessageId: APE2_ALERTER_SIZE // // MessageText: // // Size of job is %1 bytes. // #define APE2_ALERTER_SIZE 5028 // // MessageId: APE2_ALERTER_TO // // MessageText: // // To: %1 // #define APE2_ALERTER_TO 5030 // // MessageId: APE2_ALERTER_DATE // // MessageText: // // Date: %1 // #define APE2_ALERTER_DATE 5031 // // MessageId: APE2_ALERTER_ERROR_MSG // // MessageText: // // The error code is %1. // There was an error in retrieving the message. Make sure the file // NET.MSG is available. // #define APE2_ALERTER_ERROR_MSG 5032 // // MessageId: APE2_TIME_JANUARY // // MessageText: // // January%0 // #define APE2_TIME_JANUARY 5041 // // MessageId: APE2_TIME_FEBRUARY // // MessageText: // // February%0 // #define APE2_TIME_FEBRUARY 5042 // // MessageId: APE2_TIME_MARCH // // MessageText: // // March%0 // #define APE2_TIME_MARCH 5043 // // MessageId: APE2_TIME_APRIL // // MessageText: // // April%0 // #define APE2_TIME_APRIL 5044 // // MessageId: APE2_TIME_MAY // // MessageText: // // May%0 // #define APE2_TIME_MAY 5045 // // MessageId: APE2_TIME_JUNE // // MessageText: // // June%0 // #define APE2_TIME_JUNE 5046 // // MessageId: APE2_TIME_JULY // // MessageText: // // July%0 // #define APE2_TIME_JULY 5047 // // MessageId: APE2_TIME_AUGUST // // MessageText: // // August%0 // #define APE2_TIME_AUGUST 5048 // // MessageId: APE2_TIME_SEPTEMBER // // MessageText: // // September%0 // #define APE2_TIME_SEPTEMBER 5049 // // MessageId: APE2_TIME_OCTOBER // // MessageText: // // October%0 // #define APE2_TIME_OCTOBER 5050 // // MessageId: APE2_TIME_NOVEMBER // // MessageText: // // November%0 // #define APE2_TIME_NOVEMBER 5051 // // MessageId: APE2_TIME_DECEMBER // // MessageText: // // December%0 // #define APE2_TIME_DECEMBER 5052 // // MessageId: APE2_TIME_JANUARY_ABBREV // // MessageText: // // Jan%0 // #define APE2_TIME_JANUARY_ABBREV 5053 // // MessageId: APE2_TIME_FEBRUARY_ABBREV // // MessageText: // // Feb%0 // #define APE2_TIME_FEBRUARY_ABBREV 5054 // // MessageId: APE2_TIME_MARCH_ABBREV // // MessageText: // // Mar%0 // #define APE2_TIME_MARCH_ABBREV 5055 // // MessageId: APE2_TIME_APRIL_ABBREV // // MessageText: // // Apr%0 // #define APE2_TIME_APRIL_ABBREV 5056 // // MessageId: APE2_TIME_MAY_ABBREV // // MessageText: // // May%0 // #define APE2_TIME_MAY_ABBREV 5057 // // MessageId: APE2_TIME_JUNE_ABBREV // // MessageText: // // Jun%0 // #define APE2_TIME_JUNE_ABBREV 5058 // // MessageId: APE2_TIME_JULY_ABBREV // // MessageText: // // Jul%0 // #define APE2_TIME_JULY_ABBREV 5059 // // MessageId: APE2_TIME_AUGUST_ABBREV // // MessageText: // // Aug%0 // #define APE2_TIME_AUGUST_ABBREV 5060 // // MessageId: APE2_TIME_SEPTEMBER_ABBREV // // MessageText: // // Sep%0 // #define APE2_TIME_SEPTEMBER_ABBREV 5061 // // MessageId: APE2_TIME_OCTOBER_ABBREV // // MessageText: // // Oct%0 // #define APE2_TIME_OCTOBER_ABBREV 5062 // // MessageId: APE2_TIME_NOVEMBER_ABBREV // // MessageText: // // Nov%0 // #define APE2_TIME_NOVEMBER_ABBREV 5063 // // MessageId: APE2_TIME_DECEMBER_ABBREV // // MessageText: // // Dec%0 // #define APE2_TIME_DECEMBER_ABBREV 5064 // // MessageId: APE2_TIME_DAYS_ABBREV // // MessageText: // // D%0 // #define APE2_TIME_DAYS_ABBREV 5065 // // MessageId: APE2_TIME_HOURS_ABBREV // // MessageText: // // H%0 // #define APE2_TIME_HOURS_ABBREV 5066 // // MessageId: APE2_TIME_MINUTES_ABBREV // // MessageText: // // M%0 // #define APE2_TIME_MINUTES_ABBREV 5067 // // MessageId: APE2_TIME_SATURDAY_ABBREV2 // // MessageText: // // Sa%0 // #define APE2_TIME_SATURDAY_ABBREV2 5068 // // MessageId: APE2_CTRY_System_Default // // MessageText: // // System Default%0 // #define APE2_CTRY_System_Default 5080 // // MessageId: APE2_CTRY_United_States // // MessageText: // // United States%0 // #define APE2_CTRY_United_States 5081 // // MessageId: APE2_CTRY_Canada_French // // MessageText: // // Canada (French)%0 // #define APE2_CTRY_Canada_French 5082 // // MessageId: APE2_CTRY_Latin_America // // MessageText: // // Latin America%0 // #define APE2_CTRY_Latin_America 5083 // // MessageId: APE2_CTRY_Netherlands // // MessageText: // // Netherlands%0 // #define APE2_CTRY_Netherlands 5084 // // MessageId: APE2_CTRY_Belgium // // MessageText: // // Belgium%0 // #define APE2_CTRY_Belgium 5085 // // MessageId: APE2_CTRY_France // // MessageText: // // France%0 // #define APE2_CTRY_France 5086 // // MessageId: APE2_CTRY_Italy // // MessageText: // // Italy%0 // #define APE2_CTRY_Italy 5087 // // MessageId: APE2_CTRY_Switzerland // // MessageText: // // Switzerland%0 // #define APE2_CTRY_Switzerland 5088 // // MessageId: APE2_CTRY_United_Kingdom // // MessageText: // // United Kingdom%0 // #define APE2_CTRY_United_Kingdom 5089 // // MessageId: APE2_CTRY_Spain // // MessageText: // // Spain%0 // #define APE2_CTRY_Spain 5090 // // MessageId: APE2_CTRY_Denmark // // MessageText: // // Denmark%0 // #define APE2_CTRY_Denmark 5091 // // MessageId: APE2_CTRY_Sweden // // MessageText: // // Sweden%0 // #define APE2_CTRY_Sweden 5092 // // MessageId: APE2_CTRY_Norway // // MessageText: // // Norway%0 // #define APE2_CTRY_Norway 5093 // // MessageId: APE2_CTRY_Germany // // MessageText: // // Germany%0 // #define APE2_CTRY_Germany 5094 // // MessageId: APE2_CTRY_Australia // // MessageText: // // Australia%0 // #define APE2_CTRY_Australia 5095 // // MessageId: APE2_CTRY_Japan // // MessageText: // // Japan%0 // #define APE2_CTRY_Japan 5096 // // MessageId: APE2_CTRY_Korea // // MessageText: // // Korea%0 // #define APE2_CTRY_Korea 5097 // // MessageId: APE2_CTRY_China_PRC // // MessageText: // // China (PRC)%0 // #define APE2_CTRY_China_PRC 5098 // // MessageId: APE2_CTRY_Taiwan // // MessageText: // // Taiwan%0 // #define APE2_CTRY_Taiwan 5099 // // MessageId: APE2_CTRY_Asia // // MessageText: // // Asia%0 // #define APE2_CTRY_Asia 5100 // // MessageId: APE2_CTRY_Portugal // // MessageText: // // Portugal%0 // #define APE2_CTRY_Portugal 5101 // // MessageId: APE2_CTRY_Finland // // MessageText: // // Finland%0 // #define APE2_CTRY_Finland 5102 // // MessageId: APE2_CTRY_Arabic // // MessageText: // // Arabic%0 // #define APE2_CTRY_Arabic 5103 // // MessageId: APE2_CTRY_Hebrew // // MessageText: // // Hebrew%0 // #define APE2_CTRY_Hebrew 5104 // // MessageId: APE2_MAKEIMG_TITLE // // MessageText: // // Command Syntax: MAKEIMG [drive:] pathname[.DEF] // #define APE2_MAKEIMG_TITLE 5124 // // MessageId: APE2_MAKING_IMAGE // // MessageText: // // Creating image file. // #define APE2_MAKING_IMAGE 5125 // // MessageId: APE2_DEF_READ // // MessageText: // // Reading .DEF file. // #define APE2_DEF_READ 5126 // // MessageId: APE2_MAKEIMG_TRACK // // MessageText: // // Copied %1 tracks. // #define APE2_MAKEIMG_TRACK 5127 // // MessageId: APE2_UPS_POWER_OUT // // MessageText: // // A power failure has occurred at %1. Please terminate all activity with this server. // #define APE2_UPS_POWER_OUT 5150 // // MessageId: APE2_UPS_POWER_BACK // // MessageText: // // Power has been restored at %1. Normal operations have resumed. // #define APE2_UPS_POWER_BACK 5151 // // MessageId: APE2_UPS_POWER_SHUTDOWN // // MessageText: // // The UPS service is commencing shutdown at %1. // #define APE2_UPS_POWER_SHUTDOWN 5152 // // MessageId: APE2_UPS_POWER_SHUTDOWN_FINAL // // MessageText: // // The UPS service is about to perform final shutdown. // #define APE2_UPS_POWER_SHUTDOWN_FINAL 5153 // // MessageId: APE2_WKSTA_CMD_LINE_START // // MessageText: // // The Workstation must be started with the NET START command. // #define APE2_WKSTA_CMD_LINE_START 5170 // // MessageId: APE2_UPG_SuccessUnlimited // // MessageText: // // The server is now unlimited. // #define APE2_UPG_SuccessUnlimited 5180 // // MessageId: APE2_UPG_SuccessLimited // // MessageText: // // The server is now enabled for %1 users. // #define APE2_UPG_SuccessLimited 5181 // // MessageId: APE2_UPG_FinalMsg // // MessageText: // // See the documentation accompanying the User Pak disk for instructions // on using the Setup program to make full use of the User Pak. // #define APE2_UPG_FinalMsg 5182 // // MessageId: APE2_UPG_LoseUpgrades // // MessageText: // // If you proceed, you will lose the %1 10 User Paks already applied to this server. // #define APE2_UPG_LoseUpgrades 5183 // // MessageId: APE2_UPG_ContinuePrompt // // MessageText: // // Do you really want to apply this Unlimited User Pak to the server? %1: %0 // #define APE2_UPG_ContinuePrompt 5184 // // MessageId: APE2_UPG_Header // // MessageText: // // LAN Manager User Paks -- DO NOT MODIFY OR DELETE THIS FILE // #define APE2_UPG_Header 5185 // // MessageId: APE2_UPG_UninstallSucceeded // // MessageText: // // The User Pak was successfully uninstalled. // #define APE2_UPG_UninstallSucceeded 5186 // // MessageId: APE2_LMSER_SerNo // // MessageText: // // Product Serial Number:%0 // #define APE2_LMSER_SerNo 5190 // // MessageId: APE2_LMSER_Owner // // MessageText: // // Owner:%0 // #define APE2_LMSER_Owner 5191 // // MessageId: APE2_LMSER_InstDate // // MessageText: // // Installation Date:%0 // #define APE2_LMSER_InstDate 5192 // // MessageId: APE2_LMSER_AddpakSerNo // // MessageText: // // Addpak Serial Numbers:%0 // #define APE2_LMSER_AddpakSerNo 5193 // // MessageId: APE2_ALIAS_MSG_FILES // // MessageText: // // Files%0 // #define APE2_ALIAS_MSG_FILES 5200 // // MessageId: APE2_ALIAS_MSG_PRINTER // // MessageText: // // Printer%0 // #define APE2_ALIAS_MSG_PRINTER 5201 // // MessageId: APE2_ALIAS_MSG_SERIAL // // MessageText: // // Serial%0 // #define APE2_ALIAS_MSG_SERIAL 5202 // // MessageId: APE2_ALIAS_MSG_ALIAS // // MessageText: // // Alias:%0 // #define APE2_ALIAS_MSG_ALIAS 5203 // // MessageId: APE2_ALIAS_MSG_REMARK // // MessageText: // // Description:%0 // #define APE2_ALIAS_MSG_REMARK 5204 // // MessageId: APE2_ALIAS_MSG_SERVER // // MessageText: // // Server:%0 // #define APE2_ALIAS_MSG_SERVER 5205 // // MessageId: APE2_ALIAS_MSG_PROT // // MessageText: // // Protected:%0 // #define APE2_ALIAS_MSG_PROT 5206 // // MessageId: APE2_ALIAS_MSG_PRIORITY // // MessageText: // // Priority:%0 // #define APE2_ALIAS_MSG_PRIORITY 5207 // // MessageId: APE2_ALIAS_MSG_MODE // // MessageText: // // When Shared:%0 // #define APE2_ALIAS_MSG_MODE 5208 // // MessageId: APE2_ALIAS_MSG_STARTUP // // MessageText: // // At server startup%0 // #define APE2_ALIAS_MSG_STARTUP 5209 // // MessageId: APE2_ALIAS_MSG_BYADMIN // // MessageText: // // By Administrator%0 // #define APE2_ALIAS_MSG_BYADMIN 5210 // // MessageId: APE2_ALIAS_MSG_DYNAMIC // // MessageText: // // As required by user%0 // #define APE2_ALIAS_MSG_DYNAMIC 5211 // // MessageId: APE2_ALIAS_MSG_MAX_USERS // // MessageText: // // Maximum number of users:%0 // #define APE2_ALIAS_MSG_MAX_USERS 5212 // // MessageId: APE2_ALIAS_MSG_ULIMIT // // MessageText: // // No limit%0 // #define APE2_ALIAS_MSG_ULIMIT 5213 // // MessageId: APE2_ALIAS_MSG_HDR // // MessageText: // // Name Type Description // #define APE2_ALIAS_MSG_HDR 5214 // // MessageId: APE2_ALIAS_MSG_PATH // // MessageText: // // Path:%0 // #define APE2_ALIAS_MSG_PATH 5215 // // MessageId: APE2_CLIENT_DOWNLEVEL // // MessageText: // // DOWN LEVEL%0 // #define APE2_CLIENT_DOWNLEVEL 5250 // // MessageId: APE2_CLIENT_DOS_LM_10 // // MessageText: // // DOS LM%0 // #define APE2_CLIENT_DOS_LM_10 5251 // // MessageId: APE2_CLIENT_DOS_LM_20 // // MessageText: // // DOS LM 2.0%0 // #define APE2_CLIENT_DOS_LM_20 5252 // // MessageId: APE2_CLIENT_OS2_LM_10 // // MessageText: // // OS/2 LM 1.0%0 // #define APE2_CLIENT_OS2_LM_10 5253 // // MessageId: APE2_CLIENT_OS2_LM_20 // // MessageText: // // OS/2 LM 2.0%0 // #define APE2_CLIENT_OS2_LM_20 5254 // // MessageId: APE2_CLIENT_OS2_LM_21 // // MessageText: // // OS/2 LM 2.1%0 // #define APE2_CLIENT_OS2_LM_21 5255 // // MessageId: APE2_CLIENT_UKNOWN // // MessageText: // // UNKNOWN%0 // #define APE2_CLIENT_UKNOWN 5256 // // MessageId: APE2_BACKACC_BackfileSuccess // // MessageText: // // Successfully backed up %1 to %2. // #define APE2_BACKACC_BackfileSuccess 5274 // // MessageId: APE2_BACKACC_BkpFile // // MessageText: // // ACL backup file is %1. // #define APE2_BACKACC_BkpFile 5275 // // MessageId: APE2_BACKACC_BackingAllACLs // // MessageText: // // Backing up ACLs ..... // #define APE2_BACKACC_BackingAllACLs 5276 // // MessageId: APE2_BACKACC_BackACLsFor // // MessageText: // // Backing up ACLs for: %1 // #define APE2_BACKACC_BackACLsFor 5277 // // MessageId: APE2_BACKACC_Success // // MessageText: // // BACKACC completed successfully. // #define APE2_BACKACC_Success 5278 // // MessageId: APE2_BACKACC_FileExists // // MessageText: // // Backup file %1 exists. Continuing will overwrite it. // Do you want to continue? %0 // #define APE2_BACKACC_FileExists 5279 // // MessageId: APE_ProceedWLogoff // // MessageText: // // Do you want to log off? %1: %0 // #define APE_ProceedWLogoff 5280 // // MessageId: APE_LoadResume // // MessageText: // // Do you want to resume loading the profile? The command which // caused the error will be ignored. %1: %0 // #define APE_LoadResume 5282 // // MessageId: APE_OkToProceed // // MessageText: // // Do you want to continue this operation? %1: %0 // #define APE_OkToProceed 5284 // // MessageId: APE_AddAnyway // // MessageText: // // Do you want to add this? %1: %0 // #define APE_AddAnyway 5285 // // MessageId: APE_ProceedWOp // // MessageText: // // Do you want to continue this operation? %1: %0 // #define APE_ProceedWOp 5286 // // MessageId: APE_StartOkToStart // // MessageText: // // Is it OK to start it? %1: %0 // #define APE_StartOkToStart 5287 // // MessageId: APE_StartRedir // // MessageText: // // Do you want to start the Workstation service? %1: %0 // #define APE_StartRedir 5288 // // MessageId: APE_UseBlowAway // // MessageText: // // Is it OK to continue disconnecting and force them closed? %1: %0 // #define APE_UseBlowAway 5289 // // MessageId: APE_CreatQ // // MessageText: // // The queue does not exist. Do you want to create it? %1: %0 // #define APE_CreatQ 5290 // // MessageId: NRCerr_GOODRET // // MessageText: // // The NCB request completed successfully. // The NCB is the data. // #define NRCerr_GOODRET 5300 // // MessageId: NRCerr_BUFLEN // // MessageText: // // Illegal NCB buffer length on SEND DATAGRAM, // SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS. // The NCB is the data. // #define NRCerr_BUFLEN 5301 // // MessageId: NRCerr_DESCRIPTOR // // MessageText: // // The data descriptor array specified in the NCB is // invalid. The NCB is the data. // #define NRCerr_DESCRIPTOR 5302 // // MessageId: NRCerr_ILLCMD // // MessageText: // // The command specified in the NCB is illegal. // The NCB is the data. // #define NRCerr_ILLCMD 5303 // // MessageId: NRCerr_INVCORR // // MessageText: // // The message correlator specified in the NCB is // invalid. The NCB is the data. // #define NRCerr_INVCORR 5304 // // MessageId: NRCerr_CMDTMO // // MessageText: // // An NCB command timed-out. The session may have // terminated abnormally. The NCB is the data. // #define NRCerr_CMDTMO 5305 // // MessageId: NRCerr_INCOMP // // MessageText: // // An incomplete NCB message was received. // The NCB is the data. // #define NRCerr_INCOMP 5306 // // MessageId: NRCerr_BADDR // // MessageText: // // The buffer address specified in the NCB is illegal. // The NCB is the data. // #define NRCerr_BADDR 5307 // // MessageId: NRCerr_SNUMOUT // // MessageText: // // The session number specified in the NCB is not active. // The NCB is the data. // #define NRCerr_SNUMOUT 5308 // // MessageId: NRCerr_NORES // // MessageText: // // No resource was available in the network adapter. // The NCB request was refused. The NCB is the data. // #define NRCerr_NORES 5309 // // MessageId: NRCerr_SCLOSED // // MessageText: // // The session specified in the NCB was closed. // The NCB is the data. // #define NRCerr_SCLOSED 5310 // // MessageId: NRCerr_CMDCAN // // MessageText: // // The NCB command was cancelled. // The NCB is the data. // #define NRCerr_CMDCAN 5311 // // MessageId: NRCerr_MESSSEG // // MessageText: // // The message segment specified in the NCB is // illogical. The NCB is the data. // #define NRCerr_MESSSEG 5312 // // MessageId: NRCerr_DUPNAME // // MessageText: // // The name already exists in the local adapter name table. // The NCB request was refused. The NCB is the data. // #define NRCerr_DUPNAME 5313 // // MessageId: NRCerr_NAMTFUL // // MessageText: // // The network adapter name table is full. // The NCB request was refused. The NCB is the data. // #define NRCerr_NAMTFUL 5314 // // MessageId: NRCerr_ACTSES // // MessageText: // // The network name has active sessions and is now de-registered. // The NCB command completed. The NCB is the data. // #define NRCerr_ACTSES 5315 // // MessageId: NRCerr_RECVLOOKAHD // // MessageText: // // A previously issued Receive Lookahead command is active // for this session. The NCB command was rejected. // The NCB is the data. // #define NRCerr_RECVLOOKAHD 5316 // // MessageId: NRCerr_LOCTFUL // // MessageText: // // The local session table is full. The NCB request was refused. // The NCB is the data. // #define NRCerr_LOCTFUL 5317 // // MessageId: NRCerr_REMTFUL // // MessageText: // // An NCB session open was rejected. No LISTEN is outstanding // on the remote computer. The NCB is the data. // #define NRCerr_REMTFUL 5318 // // MessageId: NRCerr_ILLNN // // MessageText: // // The name number specified in the NCB is illegal. // The NCB is the data. // #define NRCerr_ILLNN 5319 // // MessageId: NRCerr_NOCALL // // MessageText: // // The call name specified in the NCB can not be found or // did not answer. The NCB is the data. // #define NRCerr_NOCALL 5320 // // MessageId: NRCerr_NOWILD // // MessageText: // // The name specified in the NCB was not found. Cannot put ASTERISK or // '00h' in the NCB name. The NCB is the data. // #define NRCerr_NOWILD 5321 // // MessageId: NRCerr_INUSE // // MessageText: // // The name specified in the NCB is in use on a remote adapter. // The NCB is the data. // #define NRCerr_INUSE 5322 // // MessageId: NRCerr_NAMERR // // MessageText: // // The name specified in the NCB has been deleted. // The NCB is the data. // #define NRCerr_NAMERR 5323 // // MessageId: NRCerr_SABORT // // MessageText: // // The session specified in the NCB ended abnormally. // The NCB is the data. // #define NRCerr_SABORT 5324 // // MessageId: NRCerr_NAMCONF // // MessageText: // // The network protocol has detected two or more identical // names on the network. The NCB is the data. // #define NRCerr_NAMCONF 5325 // // MessageId: NRCerr_INVRMDEV // // MessageText: // // An unexpected protocol packet was received. There may be an // incompatible remote device. The NCB is the data. // #define NRCerr_INVRMDEV 5326 // // MessageId: NRCerr_IFBUSY // // MessageText: // // The NetBios interface is busy. // The NCB request was refused. The NCB is the data. // #define NRCerr_IFBUSY 5333 // // MessageId: NRCerr_TOOMANY // // MessageText: // // There are too many NCB commands outstanding. // The NCB request was refused. The NCB is the data. // #define NRCerr_TOOMANY 5334 // // MessageId: NRCerr_BRIDGE // // MessageText: // // The adapter number specified in the NCB is illegal. // The NCB is the data. // #define NRCerr_BRIDGE 5335 // // MessageId: NRCerr_CANOCCR // // MessageText: // // The NCB command completed while a cancel was occurring. // The NCB is the data. // #define NRCerr_CANOCCR 5336 // // MessageId: NRCerr_RESNAME // // MessageText: // // The name specified in the NCB is reserved. // The NCB is the data. // #define NRCerr_RESNAME 5337 // // MessageId: NRCerr_CANCEL // // MessageText: // // The NCB command is not valid to cancel. // The NCB is the data. // #define NRCerr_CANCEL 5338 // // MessageId: NRCerr_MULT // // MessageText: // // There are multiple NCB requests for the same session. // The NCB request was refused. The NCB is the data. // #define NRCerr_MULT 5351 // // MessageId: NRCerr_MALF // // MessageText: // // There has been a network adapter error. The only NETBIOS // command that may be issued is an NCB RESET. The NCB is // the data. // #define NRCerr_MALF 5352 // // MessageId: NRCerr_MAXAPPS // // MessageText: // // The maximum number of applications was exceeded. // The NCB request was refused. The NCB is the data. // #define NRCerr_MAXAPPS 5354 // // MessageId: NRCerr_NORESOURCES // // MessageText: // // The requested resources are not available. // The NCB request was refused. The NCB is the data. // #define NRCerr_NORESOURCES 5356 // // MessageId: NRCerr_SYSTEM // // MessageText: // // A system error has occurred. // The NCB request was refused. The NCB is the data. // #define NRCerr_SYSTEM 5364 // // MessageId: NRCerr_ROM // // MessageText: // // A ROM checksum failure has occurred. // The NCB request was refused. The NCB is the data. // #define NRCerr_ROM 5365 // // MessageId: NRCerr_RAM // // MessageText: // // A RAM test failure has occurred. // The NCB request was refused. The NCB is the data. // #define NRCerr_RAM 5366 // // MessageId: NRCerr_DLF // // MessageText: // // A digital loopback failure has occurred. // The NCB request was refused. The NCB is the data. // #define NRCerr_DLF 5367 // // MessageId: NRCerr_ALF // // MessageText: // // An analog loopback failure has occurred. // The NCB request was refused. The NCB is the data. // #define NRCerr_ALF 5368 // // MessageId: NRCerr_IFAIL // // MessageText: // // An interface failure has occurred. // The NCB request was refused. The NCB is the data. // #define NRCerr_IFAIL 5369 // // MessageId: NRCerr_DEFAULT // // MessageText: // // An unrecognized NCB return code was received. // The NCB is the data. // #define NRCerr_DEFAULT 5370 // // MessageId: NRCerr_ADPTMALFN // // MessageText: // // A network adapter malfunction has occurred. // The NCB request was refused. The NCB is the data. // #define NRCerr_ADPTMALFN 5380 // // MessageId: NRCerr_PENDING // // MessageText: // // The NCB command is still pending. // The NCB is the data. // #define NRCerr_PENDING 5381