1 | /*
|
---|
2 | * Copyright 2002 Andriy Palamarchuk
|
---|
3 | *
|
---|
4 | * NERR error codes.
|
---|
5 | *
|
---|
6 | * This library is free software; you can redistribute it and/or
|
---|
7 | * modify it under the terms of the GNU Lesser General Public
|
---|
8 | * License as published by the Free Software Foundation; either
|
---|
9 | * version 2.1 of the License, or (at your option) any later version.
|
---|
10 | *
|
---|
11 | * This library is distributed in the hope that it will be useful,
|
---|
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
14 | * Lesser General Public License for more details.
|
---|
15 | *
|
---|
16 | * You should have received a copy of the GNU Lesser General Public
|
---|
17 | * License along with this library; if not, write to the Free Software
|
---|
18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
---|
19 | */
|
---|
20 |
|
---|
21 | /*
|
---|
22 | * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
|
---|
23 | * other than GPL or LGPL is available it will apply instead, Sun elects to use only
|
---|
24 | * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
|
---|
25 | * a choice of LGPL license versions is made available with the language indicating
|
---|
26 | * that LGPLv2 or any later version may be used, or where a choice of which version
|
---|
27 | * of the LGPL is applied is otherwise unspecified.
|
---|
28 | */
|
---|
29 |
|
---|
30 | #ifndef __WINE_LMERR_H
|
---|
31 | #define __WINE_LMERR_H
|
---|
32 |
|
---|
33 | #include <winerror.h>
|
---|
34 |
|
---|
35 | #define NERR_Success 0
|
---|
36 |
|
---|
37 | #define NERR_BASE 2100
|
---|
38 |
|
---|
39 | #define NERR_NetNotStarted (NERR_BASE + 2)
|
---|
40 | #define NERR_UnknownServer (NERR_BASE + 3)
|
---|
41 | #define NERR_ShareMem (NERR_BASE + 4)
|
---|
42 | #define NERR_NoNetworkResource (NERR_BASE + 5)
|
---|
43 | #define NERR_RemoteOnly (NERR_BASE + 6)
|
---|
44 | #define NERR_DevNotRedirected (NERR_BASE + 7)
|
---|
45 | #define NERR_ServerNotStarted (NERR_BASE + 14)
|
---|
46 | #define NERR_ItemNotFound (NERR_BASE + 15)
|
---|
47 | #define NERR_UnknownDevDir (NERR_BASE + 16)
|
---|
48 | #define NERR_RedirectedPath (NERR_BASE + 17)
|
---|
49 | #define NERR_DuplicateShare (NERR_BASE + 18)
|
---|
50 | #define NERR_NoRoom (NERR_BASE + 19)
|
---|
51 | #define NERR_TooManyItems (NERR_BASE + 21)
|
---|
52 | #define NERR_InvalidMaxUsers (NERR_BASE + 22)
|
---|
53 | #define NERR_BufTooSmall (NERR_BASE + 23)
|
---|
54 | #define NERR_RemoteErr (NERR_BASE + 27)
|
---|
55 | #define NERR_LanmanIniError (NERR_BASE + 31)
|
---|
56 | #define NERR_NetworkError (NERR_BASE + 36)
|
---|
57 | #define NERR_WkstaInconsistentState (NERR_BASE + 37)
|
---|
58 | #define NERR_WkstaNotStarted (NERR_BASE + 38)
|
---|
59 | #define NERR_BrowserNotStarted (NERR_BASE + 39)
|
---|
60 | #define NERR_InternalError (NERR_BASE + 40)
|
---|
61 | #define NERR_BadTransactConfig (NERR_BASE + 41)
|
---|
62 | #define NERR_InvalidAPI (NERR_BASE + 42)
|
---|
63 | #define NERR_BadEventName (NERR_BASE + 43)
|
---|
64 | #define NERR_DupNameReboot (NERR_BASE + 44)
|
---|
65 | #define NERR_CfgCompNotFound (NERR_BASE + 46)
|
---|
66 | #define NERR_CfgParamNotFound (NERR_BASE + 47)
|
---|
67 | #define NERR_LineTooLong (NERR_BASE + 49)
|
---|
68 | #define NERR_QNotFound (NERR_BASE + 50)
|
---|
69 | #define NERR_JobNotFound (NERR_BASE + 51)
|
---|
70 | #define NERR_DestNotFound (NERR_BASE + 52)
|
---|
71 | #define NERR_DestExists (NERR_BASE + 53)
|
---|
72 | #define NERR_QExists (NERR_BASE + 54)
|
---|
73 | #define NERR_QNoRoom (NERR_BASE + 55)
|
---|
74 | #define NERR_JobNoRoom (NERR_BASE + 56)
|
---|
75 | #define NERR_DestNoRoom (NERR_BASE + 57)
|
---|
76 | #define NERR_DestIdle (NERR_BASE + 58)
|
---|
77 | #define NERR_DestInvalidOp (NERR_BASE + 59)
|
---|
78 | #define NERR_ProcNoRespond (NERR_BASE + 60)
|
---|
79 | #define NERR_SpoolerNotLoaded (NERR_BASE + 61)
|
---|
80 | #define NERR_DestInvalidState (NERR_BASE + 62)
|
---|
81 | #define NERR_QInvalidState (NERR_BASE + 63)
|
---|
82 | #define NERR_JobInvalidState (NERR_BASE + 64)
|
---|
83 | #define NERR_SpoolNoMemory (NERR_BASE + 65)
|
---|
84 | #define NERR_DriverNotFound (NERR_BASE + 66)
|
---|
85 | #define NERR_DataTypeInvalid (NERR_BASE + 67)
|
---|
86 | #define NERR_ProcNotFound (NERR_BASE + 68)
|
---|
87 | #define NERR_ServiceTableLocked (NERR_BASE + 80)
|
---|
88 | #define NERR_ServiceTableFull (NERR_BASE + 81)
|
---|
89 | #define NERR_ServiceInstalled (NERR_BASE + 82)
|
---|
90 | #define NERR_ServiceEntryLocked (NERR_BASE + 83)
|
---|
91 | #define NERR_ServiceNotInstalled (NERR_BASE + 84)
|
---|
92 | #define NERR_BadServiceName (NERR_BASE + 85)
|
---|
93 | #define NERR_ServiceCtlTimeout (NERR_BASE + 86)
|
---|
94 | #define NERR_ServiceCtlBusy (NERR_BASE + 87)
|
---|
95 | #define NERR_BadServiceProgName (NERR_BASE + 88)
|
---|
96 | #define NERR_ServiceNotCtrl (NERR_BASE + 89)
|
---|
97 | #define NERR_ServiceKillProc (NERR_BASE + 90)
|
---|
98 | #define NERR_ServiceCtlNotValid (NERR_BASE + 91)
|
---|
99 | #define NERR_NotInDispatchTbl (NERR_BASE + 92)
|
---|
100 | #define NERR_BadControlRecv (NERR_BASE + 93)
|
---|
101 | #define NERR_ServiceNotStarting (NERR_BASE + 94)
|
---|
102 | #define NERR_AlreadyLoggedOn (NERR_BASE + 100)
|
---|
103 | #define NERR_NotLoggedOn (NERR_BASE + 101)
|
---|
104 | #define NERR_BadUsername (NERR_BASE + 102)
|
---|
105 | #define NERR_BadPassword (NERR_BASE + 103)
|
---|
106 | #define NERR_UnableToAddName_W (NERR_BASE + 104)
|
---|
107 | #define NERR_UnableToAddName_F (NERR_BASE + 105)
|
---|
108 | #define NERR_UnableToDelName_W (NERR_BASE + 106)
|
---|
109 | #define NERR_UnableToDelName_F (NERR_BASE + 107)
|
---|
110 | #define NERR_LogonsPaused (NERR_BASE + 109)
|
---|
111 | #define NERR_LogonServerConflict (NERR_BASE + 110)
|
---|
112 | #define NERR_LogonNoUserPath (NERR_BASE + 111)
|
---|
113 | #define NERR_LogonScriptError (NERR_BASE + 112)
|
---|
114 | #define NERR_StandaloneLogon (NERR_BASE + 114)
|
---|
115 | #define NERR_LogonServerNotFound (NERR_BASE + 115)
|
---|
116 | #define NERR_LogonDomainExists (NERR_BASE + 116)
|
---|
117 | #define NERR_NonValidatedLogon (NERR_BASE + 117)
|
---|
118 | #define NERR_ACFNotFound (NERR_BASE + 119)
|
---|
119 | #define NERR_GroupNotFound (NERR_BASE + 120)
|
---|
120 | #define NERR_UserNotFound (NERR_BASE + 121)
|
---|
121 | #define NERR_ResourceNotFound (NERR_BASE + 122)
|
---|
122 | #define NERR_GroupExists (NERR_BASE + 123)
|
---|
123 | #define NERR_UserExists (NERR_BASE + 124)
|
---|
124 | #define NERR_ResourceExists (NERR_BASE + 125)
|
---|
125 | #define NERR_NotPrimary (NERR_BASE + 126)
|
---|
126 | #define NERR_ACFNotLoaded (NERR_BASE + 127)
|
---|
127 | #define NERR_ACFNoRoom (NERR_BASE + 128)
|
---|
128 | #define NERR_ACFFileIOFail (NERR_BASE + 129)
|
---|
129 | #define NERR_ACFTooManyLists (NERR_BASE + 130)
|
---|
130 | #define NERR_UserLogon (NERR_BASE + 131)
|
---|
131 | #define NERR_ACFNoParent (NERR_BASE + 132)
|
---|
132 | #define NERR_CanNotGrowSegment (NERR_BASE + 133)
|
---|
133 | #define NERR_SpeGroupOp (NERR_BASE + 134)
|
---|
134 | #define NERR_NotInCache (NERR_BASE + 135)
|
---|
135 | #define NERR_UserInGroup (NERR_BASE + 136)
|
---|
136 | #define NERR_UserNotInGroup (NERR_BASE + 137)
|
---|
137 | #define NERR_AccountUndefined (NERR_BASE + 138)
|
---|
138 | #define NERR_AccountExpired (NERR_BASE + 139)
|
---|
139 | #define NERR_InvalidWorkstation (NERR_BASE + 140)
|
---|
140 | #define NERR_InvalidLogonHours (NERR_BASE + 141)
|
---|
141 | #define NERR_PasswordExpired (NERR_BASE + 142)
|
---|
142 | #define NERR_PasswordCantChange (NERR_BASE + 143)
|
---|
143 | #define NERR_PasswordHistConflict (NERR_BASE + 144)
|
---|
144 | #define NERR_PasswordTooShort (NERR_BASE + 145)
|
---|
145 | #define NERR_PasswordTooRecent (NERR_BASE + 146)
|
---|
146 | #define NERR_InvalidDatabase (NERR_BASE + 147)
|
---|
147 | #define NERR_DatabaseUpToDate (NERR_BASE + 148)
|
---|
148 | #define NERR_SyncRequired (NERR_BASE + 149)
|
---|
149 | #define NERR_UseNotFound (NERR_BASE + 150)
|
---|
150 | #define NERR_BadAsgType (NERR_BASE + 151)
|
---|
151 | #define NERR_DeviceIsShared (NERR_BASE + 152)
|
---|
152 | #define NERR_NoComputerName (NERR_BASE + 170)
|
---|
153 | #define NERR_MsgAlreadyStarted (NERR_BASE + 171)
|
---|
154 | #define NERR_MsgInitFailed (NERR_BASE + 172)
|
---|
155 | #define NERR_NameNotFound (NERR_BASE + 173)
|
---|
156 | #define NERR_AlreadyForwarded (NERR_BASE + 174)
|
---|
157 | #define NERR_AddForwarded (NERR_BASE + 175)
|
---|
158 | #define NERR_AlreadyExists (NERR_BASE + 176)
|
---|
159 | #define NERR_TooManyNames (NERR_BASE + 177)
|
---|
160 | #define NERR_DelComputerName (NERR_BASE + 178)
|
---|
161 | #define NERR_LocalForward (NERR_BASE + 179)
|
---|
162 | #define NERR_GrpMsgProcessor (NERR_BASE + 180)
|
---|
163 | #define NERR_PausedRemote (NERR_BASE + 181)
|
---|
164 | #define NERR_BadReceive (NERR_BASE + 182)
|
---|
165 | #define NERR_NameInUse (NERR_BASE + 183)
|
---|
166 | #define NERR_MsgNotStarted (NERR_BASE + 184)
|
---|
167 | #define NERR_NotLocalName (NERR_BASE + 185)
|
---|
168 | #define NERR_NoForwardName (NERR_BASE + 186)
|
---|
169 | #define NERR_RemoteFull (NERR_BASE + 187)
|
---|
170 | #define NERR_NameNotForwarded (NERR_BASE + 188)
|
---|
171 | #define NERR_TruncatedBroadcast (NERR_BASE + 189)
|
---|
172 | #define NERR_InvalidDevice (NERR_BASE + 194)
|
---|
173 | #define NERR_WriteFault (NERR_BASE + 195)
|
---|
174 | #define NERR_DuplicateName (NERR_BASE + 197)
|
---|
175 | #define NERR_DeleteLater (NERR_BASE + 198)
|
---|
176 | #define NERR_IncompleteDel (NERR_BASE + 199)
|
---|
177 | #define NERR_MultipleNets (NERR_BASE + 200)
|
---|
178 | #define NERR_NetNameNotFound (NERR_BASE + 210)
|
---|
179 | #define NERR_DeviceNotShared (NERR_BASE + 211)
|
---|
180 | #define NERR_ClientNameNotFound (NERR_BASE + 212)
|
---|
181 | #define NERR_FileIdNotFound (NERR_BASE + 214)
|
---|
182 | #define NERR_ExecFailure (NERR_BASE + 215)
|
---|
183 | #define NERR_TmpFile (NERR_BASE + 216)
|
---|
184 | #define NERR_TooMuchData (NERR_BASE + 217)
|
---|
185 | #define NERR_DeviceShareConflict (NERR_BASE + 218)
|
---|
186 | #define NERR_BrowserTableIncomplete (NERR_BASE + 219)
|
---|
187 | #define NERR_NotLocalDomain (NERR_BASE + 220)
|
---|
188 | #define NERR_IsDfsShare (NERR_BASE + 221)
|
---|
189 | #define NERR_DevInvalidOpCode (NERR_BASE + 231)
|
---|
190 | #define NERR_DevNotFound (NERR_BASE + 232)
|
---|
191 | #define NERR_DevNotOpen (NERR_BASE + 233)
|
---|
192 | #define NERR_BadQueueDevString (NERR_BASE + 234)
|
---|
193 | #define NERR_BadQueuePriority (NERR_BASE + 235)
|
---|
194 | #define NERR_NoCommDevs (NERR_BASE + 237)
|
---|
195 | #define NERR_QueueNotFound (NERR_BASE + 238)
|
---|
196 | #define NERR_BadDevString (NERR_BASE + 240)
|
---|
197 | #define NERR_BadDev (NERR_BASE + 241)
|
---|
198 | #define NERR_InUseBySpooler (NERR_BASE + 242)
|
---|
199 | #define NERR_CommDevInUse (NERR_BASE + 243)
|
---|
200 | #define NERR_InvalidComputer (NERR_BASE + 251)
|
---|
201 | #define NERR_MaxLenExceeded (NERR_BASE + 254)
|
---|
202 | #define NERR_BadComponent (NERR_BASE + 256)
|
---|
203 | #define NERR_CantType (NERR_BASE + 257)
|
---|
204 | #define NERR_TooManyEntries (NERR_BASE + 262)
|
---|
205 | #define NERR_ProfileFileTooBig (NERR_BASE + 270)
|
---|
206 | #define NERR_ProfileOffset (NERR_BASE + 271)
|
---|
207 | #define NERR_ProfileCleanup (NERR_BASE + 272)
|
---|
208 | #define NERR_ProfileUnknownCmd (NERR_BASE + 273)
|
---|
209 | #define NERR_ProfileLoadErr (NERR_BASE + 274)
|
---|
210 | #define NERR_ProfileSaveErr (NERR_BASE + 275)
|
---|
211 | #define NERR_LogOverflow (NERR_BASE + 277)
|
---|
212 | #define NERR_LogFileChanged (NERR_BASE + 278)
|
---|
213 | #define NERR_LogFileCorrupt (NERR_BASE + 279)
|
---|
214 | #define NERR_SourceIsDir (NERR_BASE + 280)
|
---|
215 | #define NERR_BadSource (NERR_BASE + 281)
|
---|
216 | #define NERR_BadDest (NERR_BASE + 282)
|
---|
217 | #define NERR_DifferentServers (NERR_BASE + 283)
|
---|
218 | #define NERR_RunSrvPaused (NERR_BASE + 285)
|
---|
219 | #define NERR_ErrCommRunSrv (NERR_BASE + 289)
|
---|
220 | #define NERR_ErrorExecingGhost (NERR_BASE + 291)
|
---|
221 | #define NERR_ShareNotFound (NERR_BASE + 292)
|
---|
222 | #define NERR_InvalidLana (NERR_BASE + 300)
|
---|
223 | #define NERR_OpenFiles (NERR_BASE + 301)
|
---|
224 | #define NERR_ActiveConns (NERR_BASE + 302)
|
---|
225 | #define NERR_BadPasswordCore (NERR_BASE + 303)
|
---|
226 | #define NERR_DevInUse (NERR_BASE + 304)
|
---|
227 | #define NERR_LocalDrive (NERR_BASE + 305)
|
---|
228 | #define NERR_AlertExists (NERR_BASE + 330)
|
---|
229 | #define NERR_TooManyAlerts (NERR_BASE + 331)
|
---|
230 | #define NERR_NoSuchAlert (NERR_BASE + 332)
|
---|
231 | #define NERR_BadRecipient (NERR_BASE + 333)
|
---|
232 | #define NERR_AcctLimitExceeded (NERR_BASE + 334)
|
---|
233 | #define NERR_InvalidLogSeek (NERR_BASE + 340)
|
---|
234 | #define NERR_BadUasConfig (NERR_BASE + 350)
|
---|
235 | #define NERR_InvalidUASOp (NERR_BASE + 351)
|
---|
236 | #define NERR_LastAdmin (NERR_BASE + 352)
|
---|
237 | #define NERR_DCNotFound (NERR_BASE + 353)
|
---|
238 | #define NERR_LogonTrackingError (NERR_BASE + 354)
|
---|
239 | #define NERR_NetlogonNotStarted (NERR_BASE + 355)
|
---|
240 | #define NERR_CanNotGrowUASFile (NERR_BASE + 356)
|
---|
241 | #define NERR_TimeDiffAtDC (NERR_BASE + 357)
|
---|
242 | #define NERR_PasswordMismatch (NERR_BASE + 358)
|
---|
243 | #define NERR_NoSuchServer (NERR_BASE + 360)
|
---|
244 | #define NERR_NoSuchSession (NERR_BASE + 361)
|
---|
245 | #define NERR_NoSuchConnection (NERR_BASE + 362)
|
---|
246 | #define NERR_TooManyServers (NERR_BASE + 363)
|
---|
247 | #define NERR_TooManySessions (NERR_BASE + 364)
|
---|
248 | #define NERR_TooManyConnections (NERR_BASE + 365)
|
---|
249 | #define NERR_TooManyFiles (NERR_BASE + 366)
|
---|
250 | #define NERR_NoAlternateServers (NERR_BASE + 367)
|
---|
251 | #define NERR_TryDownLevel (NERR_BASE + 370)
|
---|
252 | #define NERR_UPSDriverNotStarted (NERR_BASE + 380)
|
---|
253 | #define NERR_UPSInvalidConfig (NERR_BASE + 381)
|
---|
254 | #define NERR_UPSInvalidCommPort (NERR_BASE + 382)
|
---|
255 | #define NERR_UPSSignalAsserted (NERR_BASE + 383)
|
---|
256 | #define NERR_UPSShutdownFailed (NERR_BASE + 384)
|
---|
257 | #define NERR_BadDosRetCode (NERR_BASE + 400)
|
---|
258 | #define NERR_ProgNeedsExtraMem (NERR_BASE + 401)
|
---|
259 | #define NERR_BadDosFunction (NERR_BASE + 402)
|
---|
260 | #define NERR_RemoteBootFailed (NERR_BASE + 403)
|
---|
261 | #define NERR_BadFileCheckSum (NERR_BASE + 404)
|
---|
262 | #define NERR_NoRplBootSystem (NERR_BASE + 405)
|
---|
263 | #define NERR_RplLoadrNetBiosErr (NERR_BASE + 406)
|
---|
264 | #define NERR_RplLoadrDiskErr (NERR_BASE + 407)
|
---|
265 | #define NERR_ImageParamErr (NERR_BASE + 408)
|
---|
266 | #define NERR_TooManyImageParams (NERR_BASE + 409)
|
---|
267 | #define NERR_NonDosFloppyUsed (NERR_BASE + 410)
|
---|
268 | #define NERR_RplBootRestart (NERR_BASE + 411)
|
---|
269 | #define NERR_RplSrvrCallFailed (NERR_BASE + 412)
|
---|
270 | #define NERR_CantConnectRplSrvr (NERR_BASE + 413)
|
---|
271 | #define NERR_CantOpenImageFile (NERR_BASE + 414)
|
---|
272 | #define NERR_CallingRplSrvr (NERR_BASE + 415)
|
---|
273 | #define NERR_StartingRplBoot (NERR_BASE + 416)
|
---|
274 | #define NERR_RplBootServiceTerm (NERR_BASE + 417)
|
---|
275 | #define NERR_RplBootStartFailed (NERR_BASE + 418)
|
---|
276 | #define NERR_RPL_CONNECTED (NERR_BASE + 419)
|
---|
277 | #define NERR_BrowserConfiguredToNotRun (NERR_BASE + 450)
|
---|
278 | #define NERR_RplNoAdaptersStarted (NERR_BASE + 510)
|
---|
279 | #define NERR_RplBadRegistry (NERR_BASE + 511)
|
---|
280 | #define NERR_RplBadDatabase (NERR_BASE + 512)
|
---|
281 | #define NERR_RplRplfilesShare (NERR_BASE + 513)
|
---|
282 | #define NERR_RplNotRplServer (NERR_BASE + 514)
|
---|
283 | #define NERR_RplCannotEnum (NERR_BASE + 515)
|
---|
284 | #define NERR_RplWkstaInfoCorrupted (NERR_BASE + 516)
|
---|
285 | #define NERR_RplWkstaNotFound (NERR_BASE + 517)
|
---|
286 | #define NERR_RplWkstaNameUnavailable (NERR_BASE + 518)
|
---|
287 | #define NERR_RplProfileInfoCorrupted (NERR_BASE + 519)
|
---|
288 | #define NERR_RplProfileNotFound (NERR_BASE + 520)
|
---|
289 | #define NERR_RplProfileNameUnavailable (NERR_BASE + 521)
|
---|
290 | #define NERR_RplProfileNotEmpty (NERR_BASE + 522)
|
---|
291 | #define NERR_RplConfigInfoCorrupted (NERR_BASE + 523)
|
---|
292 | #define NERR_RplConfigNotFound (NERR_BASE + 524)
|
---|
293 | #define NERR_RplAdapterInfoCorrupted (NERR_BASE + 525)
|
---|
294 | #define NERR_RplInternal (NERR_BASE + 526)
|
---|
295 | #define NERR_RplVendorInfoCorrupted (NERR_BASE + 527)
|
---|
296 | #define NERR_RplBootInfoCorrupted (NERR_BASE + 528)
|
---|
297 | #define NERR_RplWkstaNeedsUserAcct (NERR_BASE + 529)
|
---|
298 | #define NERR_RplNeedsRPLUSERAcct (NERR_BASE + 530)
|
---|
299 | #define NERR_RplBootNotFound (NERR_BASE + 531)
|
---|
300 | #define NERR_RplIncompatibleProfile (NERR_BASE + 532)
|
---|
301 | #define NERR_RplAdapterNameUnavailable (NERR_BASE + 533)
|
---|
302 | #define NERR_RplConfigNotEmpty (NERR_BASE + 534)
|
---|
303 | #define NERR_RplBootInUse (NERR_BASE + 535)
|
---|
304 | #define NERR_RplBackupDatabase (NERR_BASE + 536)
|
---|
305 | #define NERR_RplAdapterNotFound (NERR_BASE + 537)
|
---|
306 | #define NERR_RplVendorNotFound (NERR_BASE + 538)
|
---|
307 | #define NERR_RplVendorNameUnavailable (NERR_BASE + 539)
|
---|
308 | #define NERR_RplBootNameUnavailable (NERR_BASE + 540)
|
---|
309 | #define NERR_RplConfigNameUnavailable (NERR_BASE + 541)
|
---|
310 | #define NERR_DfsInternalCorruption (NERR_BASE + 560)
|
---|
311 | #define NERR_DfsVolumeDataCorrupt (NERR_BASE + 561)
|
---|
312 | #define NERR_DfsNoSuchVolume (NERR_BASE + 562)
|
---|
313 | #define NERR_DfsVolumeAlreadyExists (NERR_BASE + 563)
|
---|
314 | #define NERR_DfsAlreadyShared (NERR_BASE + 564)
|
---|
315 | #define NERR_DfsNoSuchShare (NERR_BASE + 565)
|
---|
316 | #define NERR_DfsNotALeafVolume (NERR_BASE + 566)
|
---|
317 | #define NERR_DfsLeafVolume (NERR_BASE + 567)
|
---|
318 | #define NERR_DfsVolumeHasMultipleServers (NERR_BASE + 568)
|
---|
319 | #define NERR_DfsCantCreateJunctionPoint (NERR_BASE + 569)
|
---|
320 | #define NERR_DfsServerNotDfsAware (NERR_BASE + 570)
|
---|
321 | #define NERR_DfsBadRenamePath (NERR_BASE + 571)
|
---|
322 | #define NERR_DfsVolumeIsOffline (NERR_BASE + 572)
|
---|
323 | #define NERR_DfsInternalError (NERR_BASE + 590)
|
---|
324 |
|
---|
325 | #define MAX_NERR (NERR_BASE + 899)
|
---|
326 |
|
---|
327 | #endif
|
---|