JwaWinError.pas
上传用户:davidchvip
上传日期:2009-07-28
资源大小:1749k
文件大小:691k
源码类别:

Windows编程

开发平台:

Delphi

  1.   ERROR_MEMBER_NOT_IN_ALIAS = DWORD(1377);
  2.   {$EXTERNALSYM ERROR_MEMBER_NOT_IN_ALIAS}
  3. //
  4. // MessageId: ERROR_MEMBER_IN_ALIAS
  5. //
  6. // MessageText:
  7. //
  8. //  The specified account name is already a member of the local group.
  9. //
  10.   ERROR_MEMBER_IN_ALIAS = DWORD(1378);
  11.   {$EXTERNALSYM ERROR_MEMBER_IN_ALIAS}
  12. //
  13. // MessageId: ERROR_ALIAS_EXISTS
  14. //
  15. // MessageText:
  16. //
  17. //  The specified local group already exists.
  18. //
  19.   ERROR_ALIAS_EXISTS = DWORD(1379);
  20.   {$EXTERNALSYM ERROR_ALIAS_EXISTS}
  21. //
  22. // MessageId: ERROR_LOGON_NOT_GRANTED
  23. //
  24. // MessageText:
  25. //
  26. //  Logon failure: the user has not been granted the requested logon type at this computer.
  27. //
  28.   ERROR_LOGON_NOT_GRANTED = DWORD(1380);
  29.   {$EXTERNALSYM ERROR_LOGON_NOT_GRANTED}
  30. //
  31. // MessageId: ERROR_TOO_MANY_SECRETS
  32. //
  33. // MessageText:
  34. //
  35. //  The maximum number of secrets that may be stored in a single system has been exceeded.
  36. //
  37.   ERROR_TOO_MANY_SECRETS = DWORD(1381);
  38.   {$EXTERNALSYM ERROR_TOO_MANY_SECRETS}
  39. //
  40. // MessageId: ERROR_SECRET_TOO_LONG
  41. //
  42. // MessageText:
  43. //
  44. //  The length of a secret exceeds the maximum length allowed.
  45. //
  46.   ERROR_SECRET_TOO_LONG = DWORD(1382);
  47.   {$EXTERNALSYM ERROR_SECRET_TOO_LONG}
  48. //
  49. // MessageId: ERROR_INTERNAL_DB_ERROR
  50. //
  51. // MessageText:
  52. //
  53. //  The local security authority database contains an internal inconsistency.
  54. //
  55.   ERROR_INTERNAL_DB_ERROR = DWORD(1383);
  56.   {$EXTERNALSYM ERROR_INTERNAL_DB_ERROR}
  57. //
  58. // MessageId: ERROR_TOO_MANY_CONTEXT_IDS
  59. //
  60. // MessageText:
  61. //
  62. //  During a logon attempt, the user's security context accumulated too many security IDs.
  63. //
  64.   ERROR_TOO_MANY_CONTEXT_IDS = DWORD(1384);
  65.   {$EXTERNALSYM ERROR_TOO_MANY_CONTEXT_IDS}
  66. //
  67. // MessageId: ERROR_LOGON_TYPE_NOT_GRANTED
  68. //
  69. // MessageText:
  70. //
  71. //  Logon failure: the user has not been granted the requested logon type at this computer.
  72. //
  73.   ERROR_LOGON_TYPE_NOT_GRANTED = DWORD(1385);
  74.   {$EXTERNALSYM ERROR_LOGON_TYPE_NOT_GRANTED}
  75. //
  76. // MessageId: ERROR_NT_CROSS_ENCRYPTION_REQUIRED
  77. //
  78. // MessageText:
  79. //
  80. //  A cross-encrypted password is necessary to change a user password.
  81. //
  82.   ERROR_NT_CROSS_ENCRYPTION_REQUIRED = DWORD(1386);
  83.   {$EXTERNALSYM ERROR_NT_CROSS_ENCRYPTION_REQUIRED}
  84. //
  85. // MessageId: ERROR_NO_SUCH_MEMBER
  86. //
  87. // MessageText:
  88. //
  89. //  A member could not be added to or removed from the local group because the member does not exist.
  90. //
  91.   ERROR_NO_SUCH_MEMBER = DWORD(1387);
  92.   {$EXTERNALSYM ERROR_NO_SUCH_MEMBER}
  93. //
  94. // MessageId: ERROR_INVALID_MEMBER
  95. //
  96. // MessageText:
  97. //
  98. //  A new member could not be added to a local group because the member has the wrong account type.
  99. //
  100.   ERROR_INVALID_MEMBER = DWORD(1388);
  101.   {$EXTERNALSYM ERROR_INVALID_MEMBER}
  102. //
  103. // MessageId: ERROR_TOO_MANY_SIDS
  104. //
  105. // MessageText:
  106. //
  107. //  Too many security IDs have been specified.
  108. //
  109.   ERROR_TOO_MANY_SIDS = DWORD(1389);
  110.   {$EXTERNALSYM ERROR_TOO_MANY_SIDS}
  111. //
  112. // MessageId: ERROR_LM_CROSS_ENCRYPTION_REQUIRED
  113. //
  114. // MessageText:
  115. //
  116. //  A cross-encrypted password is necessary to change this user password.
  117. //
  118.   ERROR_LM_CROSS_ENCRYPTION_REQUIRED = DWORD(1390);
  119.   {$EXTERNALSYM ERROR_LM_CROSS_ENCRYPTION_REQUIRED}
  120. //
  121. // MessageId: ERROR_NO_INHERITANCE
  122. //
  123. // MessageText:
  124. //
  125. //  Indicates an ACL contains no inheritable components.
  126. //
  127.   ERROR_NO_INHERITANCE = DWORD(1391);
  128.   {$EXTERNALSYM ERROR_NO_INHERITANCE}
  129. //
  130. // MessageId: ERROR_FILE_CORRUPT
  131. //
  132. // MessageText:
  133. //
  134. //  The file or directory is corrupted and unreadable.
  135. //
  136.   ERROR_FILE_CORRUPT = DWORD(1392);
  137.   {$EXTERNALSYM ERROR_FILE_CORRUPT}
  138. //
  139. // MessageId: ERROR_DISK_CORRUPT
  140. //
  141. // MessageText:
  142. //
  143. //  The disk structure is corrupted and unreadable.
  144. //
  145.   ERROR_DISK_CORRUPT = DWORD(1393);
  146.   {$EXTERNALSYM ERROR_DISK_CORRUPT}
  147. //
  148. // MessageId: ERROR_NO_USER_SESSION_KEY
  149. //
  150. // MessageText:
  151. //
  152. //  There is no user session key for the specified logon session.
  153. //
  154.   ERROR_NO_USER_SESSION_KEY = DWORD(1394);
  155.   {$EXTERNALSYM ERROR_NO_USER_SESSION_KEY}
  156. //
  157. // MessageId: ERROR_LICENSE_QUOTA_EXCEEDED
  158. //
  159. // MessageText:
  160. //
  161. //  The service being accessed is licensed for a particular number of connections.
  162. //  No more connections can be made to the service at this time because there are already as many connections as the service can accept.
  163. //
  164.   ERROR_LICENSE_QUOTA_EXCEEDED = DWORD(1395);
  165.   {$EXTERNALSYM ERROR_LICENSE_QUOTA_EXCEEDED}
  166. //
  167. // MessageId: ERROR_WRONG_TARGET_NAME
  168. //
  169. // MessageText:
  170. //
  171. //  Logon Failure: The target account name is incorrect.
  172. //
  173.   ERROR_WRONG_TARGET_NAME = DWORD(1396);
  174.   {$EXTERNALSYM ERROR_WRONG_TARGET_NAME}
  175. //
  176. // MessageId: ERROR_MUTUAL_AUTH_FAILED
  177. //
  178. // MessageText:
  179. //
  180. //  Mutual Authentication failed. The server's password is out of date at the domain controller.
  181. //
  182.   ERROR_MUTUAL_AUTH_FAILED = DWORD(1397);
  183.   {$EXTERNALSYM ERROR_MUTUAL_AUTH_FAILED}
  184. //
  185. // MessageId: ERROR_TIME_SKEW
  186. //
  187. // MessageText:
  188. //
  189. //  There is a time and/or date difference between the client and server.
  190. //
  191.   ERROR_TIME_SKEW = DWORD(1398);
  192.   {$EXTERNALSYM ERROR_TIME_SKEW}
  193. //
  194. // MessageId: ERROR_CURRENT_DOMAIN_NOT_ALLOWED
  195. //
  196. // MessageText:
  197. //
  198. //  This operation can not be performed on the current domain.
  199. //
  200.   ERROR_CURRENT_DOMAIN_NOT_ALLOWED = DWORD(1399);
  201.   {$EXTERNALSYM ERROR_CURRENT_DOMAIN_NOT_ALLOWED}
  202. // End of security error codes
  203. ///////////////////////////
  204. //                       //
  205. // WinUser Error Codes   //
  206. //                       //
  207. ///////////////////////////
  208. //
  209. // MessageId: ERROR_INVALID_WINDOW_HANDLE
  210. //
  211. // MessageText:
  212. //
  213. //  Invalid window handle.
  214. //
  215.   ERROR_INVALID_WINDOW_HANDLE = DWORD(1400);
  216.   {$EXTERNALSYM ERROR_INVALID_WINDOW_HANDLE}
  217. //
  218. // MessageId: ERROR_INVALID_MENU_HANDLE
  219. //
  220. // MessageText:
  221. //
  222. //  Invalid menu handle.
  223. //
  224.   ERROR_INVALID_MENU_HANDLE = DWORD(1401);
  225.   {$EXTERNALSYM ERROR_INVALID_MENU_HANDLE}
  226. //
  227. // MessageId: ERROR_INVALID_CURSOR_HANDLE
  228. //
  229. // MessageText:
  230. //
  231. //  Invalid cursor handle.
  232. //
  233.   ERROR_INVALID_CURSOR_HANDLE = DWORD(1402);
  234.   {$EXTERNALSYM ERROR_INVALID_CURSOR_HANDLE}
  235. //
  236. // MessageId: ERROR_INVALID_ACCEL_HANDLE
  237. //
  238. // MessageText:
  239. //
  240. //  Invalid accelerator table handle.
  241. //
  242.   ERROR_INVALID_ACCEL_HANDLE = DWORD(1403);
  243.   {$EXTERNALSYM ERROR_INVALID_ACCEL_HANDLE}
  244. //
  245. // MessageId: ERROR_INVALID_HOOK_HANDLE
  246. //
  247. // MessageText:
  248. //
  249. //  Invalid hook handle.
  250. //
  251.   ERROR_INVALID_HOOK_HANDLE = DWORD(1404);
  252.   {$EXTERNALSYM ERROR_INVALID_HOOK_HANDLE}
  253. //
  254. // MessageId: ERROR_INVALID_DWP_HANDLE
  255. //
  256. // MessageText:
  257. //
  258. //  Invalid handle to a multiple-window position structure.
  259. //
  260.   ERROR_INVALID_DWP_HANDLE = DWORD(1405);
  261.   {$EXTERNALSYM ERROR_INVALID_DWP_HANDLE}
  262. //
  263. // MessageId: ERROR_TLW_WITH_WSCHILD
  264. //
  265. // MessageText:
  266. //
  267. //  Cannot create a top-level child window.
  268. //
  269.   ERROR_TLW_WITH_WSCHILD = DWORD(1406);
  270.   {$EXTERNALSYM ERROR_TLW_WITH_WSCHILD}
  271. //
  272. // MessageId: ERROR_CANNOT_FIND_WND_CLASS
  273. //
  274. // MessageText:
  275. //
  276. //  Cannot find window class.
  277. //
  278.   ERROR_CANNOT_FIND_WND_CLASS = DWORD(1407);
  279.   {$EXTERNALSYM ERROR_CANNOT_FIND_WND_CLASS}
  280. //
  281. // MessageId: ERROR_WINDOW_OF_OTHER_THREAD
  282. //
  283. // MessageText:
  284. //
  285. //  Invalid window; it belongs to other thread.
  286. //
  287.   ERROR_WINDOW_OF_OTHER_THREAD = DWORD(1408);
  288.   {$EXTERNALSYM ERROR_WINDOW_OF_OTHER_THREAD}
  289. //
  290. // MessageId: ERROR_HOTKEY_ALREADY_REGISTERED
  291. //
  292. // MessageText:
  293. //
  294. //  Hot key is already registered.
  295. //
  296.   ERROR_HOTKEY_ALREADY_REGISTERED = DWORD(1409);
  297.   {$EXTERNALSYM ERROR_HOTKEY_ALREADY_REGISTERED}
  298. //
  299. // MessageId: ERROR_CLASS_ALREADY_EXISTS
  300. //
  301. // MessageText:
  302. //
  303. //  Class already exists.
  304. //
  305.   ERROR_CLASS_ALREADY_EXISTS = DWORD(1410);
  306.   {$EXTERNALSYM ERROR_CLASS_ALREADY_EXISTS}
  307. //
  308. // MessageId: ERROR_CLASS_DOES_NOT_EXIST
  309. //
  310. // MessageText:
  311. //
  312. //  Class does not exist.
  313. //
  314.   ERROR_CLASS_DOES_NOT_EXIST = DWORD(1411);
  315.   {$EXTERNALSYM ERROR_CLASS_DOES_NOT_EXIST}
  316. //
  317. // MessageId: ERROR_CLASS_HAS_WINDOWS
  318. //
  319. // MessageText:
  320. //
  321. //  Class still has open windows.
  322. //
  323.   ERROR_CLASS_HAS_WINDOWS = DWORD(1412);
  324.   {$EXTERNALSYM ERROR_CLASS_HAS_WINDOWS}
  325. //
  326. // MessageId: ERROR_INVALID_INDEX
  327. //
  328. // MessageText:
  329. //
  330. //  Invalid index.
  331. //
  332.   ERROR_INVALID_INDEX = DWORD(1413);
  333.   {$EXTERNALSYM ERROR_INVALID_INDEX}
  334. //
  335. // MessageId: ERROR_INVALID_ICON_HANDLE
  336. //
  337. // MessageText:
  338. //
  339. //  Invalid icon handle.
  340. //
  341.   ERROR_INVALID_ICON_HANDLE = DWORD(1414);
  342.   {$EXTERNALSYM ERROR_INVALID_ICON_HANDLE}
  343. //
  344. // MessageId: ERROR_PRIVATE_DIALOG_INDEX
  345. //
  346. // MessageText:
  347. //
  348. //  Using private DIALOG window words.
  349. //
  350.   ERROR_PRIVATE_DIALOG_INDEX = DWORD(1415);
  351.   {$EXTERNALSYM ERROR_PRIVATE_DIALOG_INDEX}
  352. //
  353. // MessageId: ERROR_LISTBOX_ID_NOT_FOUND
  354. //
  355. // MessageText:
  356. //
  357. //  The list box identifier was not found.
  358. //
  359.   ERROR_LISTBOX_ID_NOT_FOUND = DWORD(1416);
  360.   {$EXTERNALSYM ERROR_LISTBOX_ID_NOT_FOUND}
  361. //
  362. // MessageId: ERROR_NO_WILDCARD_CHARACTERS
  363. //
  364. // MessageText:
  365. //
  366. //  No wildcards were found.
  367. //
  368.   ERROR_NO_WILDCARD_CHARACTERS = DWORD(1417);
  369.   {$EXTERNALSYM ERROR_NO_WILDCARD_CHARACTERS}
  370. //
  371. // MessageId: ERROR_CLIPBOARD_NOT_OPEN
  372. //
  373. // MessageText:
  374. //
  375. //  Thread does not have a clipboard open.
  376. //
  377.   ERROR_CLIPBOARD_NOT_OPEN = DWORD(1418);
  378.   {$EXTERNALSYM ERROR_CLIPBOARD_NOT_OPEN}
  379. //
  380. // MessageId: ERROR_HOTKEY_NOT_REGISTERED
  381. //
  382. // MessageText:
  383. //
  384. //  Hot key is not registered.
  385. //
  386.   ERROR_HOTKEY_NOT_REGISTERED = DWORD(1419);
  387.   {$EXTERNALSYM ERROR_HOTKEY_NOT_REGISTERED}
  388. //
  389. // MessageId: ERROR_WINDOW_NOT_DIALOG
  390. //
  391. // MessageText:
  392. //
  393. //  The window is not a valid dialog window.
  394. //
  395.   ERROR_WINDOW_NOT_DIALOG = DWORD(1420);
  396.   {$EXTERNALSYM ERROR_WINDOW_NOT_DIALOG}
  397. //
  398. // MessageId: ERROR_CONTROL_ID_NOT_FOUND
  399. //
  400. // MessageText:
  401. //
  402. //  Control ID not found.
  403. //
  404.   ERROR_CONTROL_ID_NOT_FOUND = DWORD(1421);
  405.   {$EXTERNALSYM ERROR_CONTROL_ID_NOT_FOUND}
  406. //
  407. // MessageId: ERROR_INVALID_COMBOBOX_MESSAGE
  408. //
  409. // MessageText:
  410. //
  411. //  Invalid message for a combo box because it does not have an edit control.
  412. //
  413.   ERROR_INVALID_COMBOBOX_MESSAGE = DWORD(1422);
  414.   {$EXTERNALSYM ERROR_INVALID_COMBOBOX_MESSAGE}
  415. //
  416. // MessageId: ERROR_WINDOW_NOT_COMBOBOX
  417. //
  418. // MessageText:
  419. //
  420. //  The window is not a combo box.
  421. //
  422.   ERROR_WINDOW_NOT_COMBOBOX = DWORD(1423);
  423.   {$EXTERNALSYM ERROR_WINDOW_NOT_COMBOBOX}
  424. //
  425. // MessageId: ERROR_INVALID_EDIT_HEIGHT
  426. //
  427. // MessageText:
  428. //
  429. //  Height must be less than 256.
  430. //
  431.   ERROR_INVALID_EDIT_HEIGHT = DWORD(1424);
  432.   {$EXTERNALSYM ERROR_INVALID_EDIT_HEIGHT}
  433. //
  434. // MessageId: ERROR_DC_NOT_FOUND
  435. //
  436. // MessageText:
  437. //
  438. //  Invalid device context (DC) handle.
  439. //
  440.   ERROR_DC_NOT_FOUND = DWORD(1425);
  441.   {$EXTERNALSYM ERROR_DC_NOT_FOUND}
  442. //
  443. // MessageId: ERROR_INVALID_HOOK_FILTER
  444. //
  445. // MessageText:
  446. //
  447. //  Invalid hook procedure type.
  448. //
  449.   ERROR_INVALID_HOOK_FILTER = DWORD(1426);
  450.   {$EXTERNALSYM ERROR_INVALID_HOOK_FILTER}
  451. //
  452. // MessageId: ERROR_INVALID_FILTER_PROC
  453. //
  454. // MessageText:
  455. //
  456. //  Invalid hook procedure.
  457. //
  458.   ERROR_INVALID_FILTER_PROC = DWORD(1427);
  459.   {$EXTERNALSYM ERROR_INVALID_FILTER_PROC}
  460. //
  461. // MessageId: ERROR_HOOK_NEEDS_HMOD
  462. //
  463. // MessageText:
  464. //
  465. //  Cannot set nonlocal hook without a module handle.
  466. //
  467.   ERROR_HOOK_NEEDS_HMOD = DWORD(1428);
  468.   {$EXTERNALSYM ERROR_HOOK_NEEDS_HMOD}
  469. //
  470. // MessageId: ERROR_GLOBAL_ONLY_HOOK
  471. //
  472. // MessageText:
  473. //
  474. //  This hook procedure can only be set globally.
  475. //
  476.   ERROR_GLOBAL_ONLY_HOOK = DWORD(1429);
  477.   {$EXTERNALSYM ERROR_GLOBAL_ONLY_HOOK}
  478. //
  479. // MessageId: ERROR_JOURNAL_HOOK_SET
  480. //
  481. // MessageText:
  482. //
  483. //  The journal hook procedure is already installed.
  484. //
  485.   ERROR_JOURNAL_HOOK_SET = DWORD(1430);
  486.   {$EXTERNALSYM ERROR_JOURNAL_HOOK_SET}
  487. //
  488. // MessageId: ERROR_HOOK_NOT_INSTALLED
  489. //
  490. // MessageText:
  491. //
  492. //  The hook procedure is not installed.
  493. //
  494.   ERROR_HOOK_NOT_INSTALLED = DWORD(1431);
  495.   {$EXTERNALSYM ERROR_HOOK_NOT_INSTALLED}
  496. //
  497. // MessageId: ERROR_INVALID_LB_MESSAGE
  498. //
  499. // MessageText:
  500. //
  501. //  Invalid message for single-selection list box.
  502. //
  503.   ERROR_INVALID_LB_MESSAGE = DWORD(1432);
  504.   {$EXTERNALSYM ERROR_INVALID_LB_MESSAGE}
  505. //
  506. // MessageId: ERROR_SETCOUNT_ON_BAD_LB
  507. //
  508. // MessageText:
  509. //
  510. //  LB_SETCOUNT sent to non-lazy list box.
  511. //
  512.   ERROR_SETCOUNT_ON_BAD_LB = DWORD(1433);
  513.   {$EXTERNALSYM ERROR_SETCOUNT_ON_BAD_LB}
  514. //
  515. // MessageId: ERROR_LB_WITHOUT_TABSTOPS
  516. //
  517. // MessageText:
  518. //
  519. //  This list box does not support tab stops.
  520. //
  521.   ERROR_LB_WITHOUT_TABSTOPS = DWORD(1434);
  522.   {$EXTERNALSYM ERROR_LB_WITHOUT_TABSTOPS}
  523. //
  524. // MessageId: ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
  525. //
  526. // MessageText:
  527. //
  528. //  Cannot destroy object created by another thread.
  529. //
  530.   ERROR_DESTROY_OBJECT_OF_OTHER_THREAD = DWORD(1435);
  531.   {$EXTERNALSYM ERROR_DESTROY_OBJECT_OF_OTHER_THREAD}
  532. //
  533. // MessageId: ERROR_CHILD_WINDOW_MENU
  534. //
  535. // MessageText:
  536. //
  537. //  Child windows cannot have menus.
  538. //
  539.   ERROR_CHILD_WINDOW_MENU = DWORD(1436);
  540.   {$EXTERNALSYM ERROR_CHILD_WINDOW_MENU}
  541. //
  542. // MessageId: ERROR_NO_SYSTEM_MENU
  543. //
  544. // MessageText:
  545. //
  546. //  The window does not have a system menu.
  547. //
  548.   ERROR_NO_SYSTEM_MENU = DWORD(1437);
  549.   {$EXTERNALSYM ERROR_NO_SYSTEM_MENU}
  550. //
  551. // MessageId: ERROR_INVALID_MSGBOX_STYLE
  552. //
  553. // MessageText:
  554. //
  555. //  Invalid message box style.
  556. //
  557.   ERROR_INVALID_MSGBOX_STYLE = DWORD(1438);
  558.   {$EXTERNALSYM ERROR_INVALID_MSGBOX_STYLE}
  559. //
  560. // MessageId: ERROR_INVALID_SPI_VALUE
  561. //
  562. // MessageText:
  563. //
  564. //  Invalid system-wide (SPI_*) parameter.
  565. //
  566.   ERROR_INVALID_SPI_VALUE = DWORD(1439);
  567.   {$EXTERNALSYM ERROR_INVALID_SPI_VALUE}
  568. //
  569. // MessageId: ERROR_SCREEN_ALREADY_LOCKED
  570. //
  571. // MessageText:
  572. //
  573. //  Screen already locked.
  574. //
  575.   ERROR_SCREEN_ALREADY_LOCKED = DWORD(1440);
  576.   {$EXTERNALSYM ERROR_SCREEN_ALREADY_LOCKED}
  577. //
  578. // MessageId: ERROR_HWNDS_HAVE_DIFF_PARENT
  579. //
  580. // MessageText:
  581. //
  582. //  All handles to windows in a multiple-window position structure must have the same parent.
  583. //
  584.   ERROR_HWNDS_HAVE_DIFF_PARENT = DWORD(1441);
  585.   {$EXTERNALSYM ERROR_HWNDS_HAVE_DIFF_PARENT}
  586. //
  587. // MessageId: ERROR_NOT_CHILD_WINDOW
  588. //
  589. // MessageText:
  590. //
  591. //  The window is not a child window.
  592. //
  593.   ERROR_NOT_CHILD_WINDOW = DWORD(1442);
  594.   {$EXTERNALSYM ERROR_NOT_CHILD_WINDOW}
  595. //
  596. // MessageId: ERROR_INVALID_GW_COMMAND
  597. //
  598. // MessageText:
  599. //
  600. //  Invalid GW_* command.
  601. //
  602.   ERROR_INVALID_GW_COMMAND = DWORD(1443);
  603.   {$EXTERNALSYM ERROR_INVALID_GW_COMMAND}
  604. //
  605. // MessageId: ERROR_INVALID_THREAD_ID
  606. //
  607. // MessageText:
  608. //
  609. //  Invalid thread identifier.
  610. //
  611.   ERROR_INVALID_THREAD_ID = DWORD(1444);
  612.   {$EXTERNALSYM ERROR_INVALID_THREAD_ID}
  613. //
  614. // MessageId: ERROR_NON_MDICHILD_WINDOW
  615. //
  616. // MessageText:
  617. //
  618. //  Cannot process a message from a window that is not a multiple document interface (MDI) window.
  619. //
  620.   ERROR_NON_MDICHILD_WINDOW = DWORD(1445);
  621.   {$EXTERNALSYM ERROR_NON_MDICHILD_WINDOW}
  622. //
  623. // MessageId: ERROR_POPUP_ALREADY_ACTIVE
  624. //
  625. // MessageText:
  626. //
  627. //  Popup menu already active.
  628. //
  629.   ERROR_POPUP_ALREADY_ACTIVE = DWORD(1446);
  630.   {$EXTERNALSYM ERROR_POPUP_ALREADY_ACTIVE}
  631. //
  632. // MessageId: ERROR_NO_SCROLLBARS
  633. //
  634. // MessageText:
  635. //
  636. //  The window does not have scroll bars.
  637. //
  638.   ERROR_NO_SCROLLBARS = DWORD(1447);
  639.   {$EXTERNALSYM ERROR_NO_SCROLLBARS}
  640. //
  641. // MessageId: ERROR_INVALID_SCROLLBAR_RANGE
  642. //
  643. // MessageText:
  644. //
  645. //  Scroll bar range cannot be greater than MAXLONG.
  646. //
  647.   ERROR_INVALID_SCROLLBAR_RANGE = DWORD(1448);
  648.   {$EXTERNALSYM ERROR_INVALID_SCROLLBAR_RANGE}
  649. //
  650. // MessageId: ERROR_INVALID_SHOWWIN_COMMAND
  651. //
  652. // MessageText:
  653. //
  654. //  Cannot show or remove the window in the way specified.
  655. //
  656.   ERROR_INVALID_SHOWWIN_COMMAND = DWORD(1449);
  657.   {$EXTERNALSYM ERROR_INVALID_SHOWWIN_COMMAND}
  658. //
  659. // MessageId: ERROR_NO_SYSTEM_RESOURCES
  660. //
  661. // MessageText:
  662. //
  663. //  Insufficient system resources exist to complete the requested service.
  664. //
  665.   ERROR_NO_SYSTEM_RESOURCES = DWORD(1450);
  666.   {$EXTERNALSYM ERROR_NO_SYSTEM_RESOURCES}
  667. //
  668. // MessageId: ERROR_NONPAGED_SYSTEM_RESOURCES
  669. //
  670. // MessageText:
  671. //
  672. //  Insufficient system resources exist to complete the requested service.
  673. //
  674.   ERROR_NONPAGED_SYSTEM_RESOURCES = DWORD(1451);
  675.   {$EXTERNALSYM ERROR_NONPAGED_SYSTEM_RESOURCES}
  676. //
  677. // MessageId: ERROR_PAGED_SYSTEM_RESOURCES
  678. //
  679. // MessageText:
  680. //
  681. //  Insufficient system resources exist to complete the requested service.
  682. //
  683.   ERROR_PAGED_SYSTEM_RESOURCES = DWORD(1452);
  684.   {$EXTERNALSYM ERROR_PAGED_SYSTEM_RESOURCES}
  685. //
  686. // MessageId: ERROR_WORKING_SET_QUOTA
  687. //
  688. // MessageText:
  689. //
  690. //  Insufficient quota to complete the requested service.
  691. //
  692.   ERROR_WORKING_SET_QUOTA = DWORD(1453);
  693.   {$EXTERNALSYM ERROR_WORKING_SET_QUOTA}
  694. //
  695. // MessageId: ERROR_PAGEFILE_QUOTA
  696. //
  697. // MessageText:
  698. //
  699. //  Insufficient quota to complete the requested service.
  700. //
  701.   ERROR_PAGEFILE_QUOTA = DWORD(1454);
  702.   {$EXTERNALSYM ERROR_PAGEFILE_QUOTA}
  703. //
  704. // MessageId: ERROR_COMMITMENT_LIMIT
  705. //
  706. // MessageText:
  707. //
  708. //  The paging file is too small for this operation to complete.
  709. //
  710.   ERROR_COMMITMENT_LIMIT = DWORD(1455);
  711.   {$EXTERNALSYM ERROR_COMMITMENT_LIMIT}
  712. //
  713. // MessageId: ERROR_MENU_ITEM_NOT_FOUND
  714. //
  715. // MessageText:
  716. //
  717. //  A menu item was not found.
  718. //
  719.   ERROR_MENU_ITEM_NOT_FOUND = DWORD(1456);
  720.   {$EXTERNALSYM ERROR_MENU_ITEM_NOT_FOUND}
  721. //
  722. // MessageId: ERROR_INVALID_KEYBOARD_HANDLE
  723. //
  724. // MessageText:
  725. //
  726. //  Invalid keyboard layout handle.
  727. //
  728.   ERROR_INVALID_KEYBOARD_HANDLE = DWORD(1457);
  729.   {$EXTERNALSYM ERROR_INVALID_KEYBOARD_HANDLE}
  730. //
  731. // MessageId: ERROR_HOOK_TYPE_NOT_ALLOWED
  732. //
  733. // MessageText:
  734. //
  735. //  Hook type not allowed.
  736. //
  737.   ERROR_HOOK_TYPE_NOT_ALLOWED = DWORD(1458);
  738.   {$EXTERNALSYM ERROR_HOOK_TYPE_NOT_ALLOWED}
  739. //
  740. // MessageId: ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
  741. //
  742. // MessageText:
  743. //
  744. //  This operation requires an interactive window station.
  745. //
  746.   ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION = DWORD(1459);
  747.   {$EXTERNALSYM ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION}
  748. //
  749. // MessageId: ERROR_TIMEOUT
  750. //
  751. // MessageText:
  752. //
  753. //  This operation returned because the timeout period expired.
  754. //
  755.   ERROR_TIMEOUT = DWORD(1460);
  756.   {$EXTERNALSYM ERROR_TIMEOUT}
  757. //
  758. // MessageId: ERROR_INVALID_MONITOR_HANDLE
  759. //
  760. // MessageText:
  761. //
  762. //  Invalid monitor handle.
  763. //
  764.   ERROR_INVALID_MONITOR_HANDLE = DWORD(1461);
  765.   {$EXTERNALSYM ERROR_INVALID_MONITOR_HANDLE}
  766. // End of WinUser error codes
  767. ///////////////////////////
  768. //                       //
  769. // Eventlog Status Codes //
  770. //                       //
  771. ///////////////////////////
  772. //
  773. // MessageId: ERROR_EVENTLOG_FILE_CORRUPT
  774. //
  775. // MessageText:
  776. //
  777. //  The event log file is corrupted.
  778. //
  779.   ERROR_EVENTLOG_FILE_CORRUPT = DWORD(1500);
  780.   {$EXTERNALSYM ERROR_EVENTLOG_FILE_CORRUPT}
  781. //
  782. // MessageId: ERROR_EVENTLOG_CANT_START
  783. //
  784. // MessageText:
  785. //
  786. //  No event log file could be opened, so the event logging service did not start.
  787. //
  788.   ERROR_EVENTLOG_CANT_START = DWORD(1501);
  789.   {$EXTERNALSYM ERROR_EVENTLOG_CANT_START}
  790. //
  791. // MessageId: ERROR_LOG_FILE_FULL
  792. //
  793. // MessageText:
  794. //
  795. //  The event log file is full.
  796. //
  797.   ERROR_LOG_FILE_FULL = DWORD(1502);
  798.   {$EXTERNALSYM ERROR_LOG_FILE_FULL}
  799. //
  800. // MessageId: ERROR_EVENTLOG_FILE_CHANGED
  801. //
  802. // MessageText:
  803. //
  804. //  The event log file has changed between read operations.
  805. //
  806.   ERROR_EVENTLOG_FILE_CHANGED = DWORD(1503);
  807.   {$EXTERNALSYM ERROR_EVENTLOG_FILE_CHANGED}
  808. // End of eventlog error codes
  809. ///////////////////////////
  810. //                       //
  811. // MSI Error Codes       //
  812. //                       //
  813. ///////////////////////////
  814. //
  815. // MessageId: ERROR_INSTALL_SERVICE_FAILURE
  816. //
  817. // MessageText:
  818. //
  819. //  The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
  820. //
  821.   ERROR_INSTALL_SERVICE_FAILURE = DWORD(1601);
  822.   {$EXTERNALSYM ERROR_INSTALL_SERVICE_FAILURE}
  823. //
  824. // MessageId: ERROR_INSTALL_USEREXIT
  825. //
  826. // MessageText:
  827. //
  828. //  User cancelled installation.
  829. //
  830.   ERROR_INSTALL_USEREXIT = DWORD(1602);
  831.   {$EXTERNALSYM ERROR_INSTALL_USEREXIT}
  832. //
  833. // MessageId: ERROR_INSTALL_FAILURE
  834. //
  835. // MessageText:
  836. //
  837. //  Fatal error during installation.
  838. //
  839.   ERROR_INSTALL_FAILURE = DWORD(1603);
  840.   {$EXTERNALSYM ERROR_INSTALL_FAILURE}
  841. //
  842. // MessageId: ERROR_INSTALL_SUSPEND
  843. //
  844. // MessageText:
  845. //
  846. //  Installation suspended, incomplete.
  847. //
  848.   ERROR_INSTALL_SUSPEND = DWORD(1604);
  849.   {$EXTERNALSYM ERROR_INSTALL_SUSPEND}
  850. //
  851. // MessageId: ERROR_UNKNOWN_PRODUCT
  852. //
  853. // MessageText:
  854. //
  855. //  This action is only valid for products that are currently installed.
  856. //
  857.   ERROR_UNKNOWN_PRODUCT = DWORD(1605);
  858.   {$EXTERNALSYM ERROR_UNKNOWN_PRODUCT}
  859. //
  860. // MessageId: ERROR_UNKNOWN_FEATURE
  861. //
  862. // MessageText:
  863. //
  864. //  Feature ID not registered.
  865. //
  866.   ERROR_UNKNOWN_FEATURE = DWORD(1606);
  867.   {$EXTERNALSYM ERROR_UNKNOWN_FEATURE}
  868. //
  869. // MessageId: ERROR_UNKNOWN_COMPONENT
  870. //
  871. // MessageText:
  872. //
  873. //  Component ID not registered.
  874. //
  875.   ERROR_UNKNOWN_COMPONENT = DWORD(1607);
  876.   {$EXTERNALSYM ERROR_UNKNOWN_COMPONENT}
  877. //
  878. // MessageId: ERROR_UNKNOWN_PROPERTY
  879. //
  880. // MessageText:
  881. //
  882. //  Unknown property.
  883. //
  884.   ERROR_UNKNOWN_PROPERTY = DWORD(1608);
  885.   {$EXTERNALSYM ERROR_UNKNOWN_PROPERTY}
  886. //
  887. // MessageId: ERROR_INVALID_HANDLE_STATE
  888. //
  889. // MessageText:
  890. //
  891. //  Handle is in an invalid state.
  892. //
  893.   ERROR_INVALID_HANDLE_STATE = DWORD(1609);
  894.   {$EXTERNALSYM ERROR_INVALID_HANDLE_STATE}
  895. //
  896. // MessageId: ERROR_BAD_CONFIGURATION
  897. //
  898. // MessageText:
  899. //
  900. //  The configuration data for this product is corrupt.  Contact your support personnel.
  901. //
  902.   ERROR_BAD_CONFIGURATION = DWORD(1610);
  903.   {$EXTERNALSYM ERROR_BAD_CONFIGURATION}
  904. //
  905. // MessageId: ERROR_INDEX_ABSENT
  906. //
  907. // MessageText:
  908. //
  909. //  Component qualifier not present.
  910. //
  911.   ERROR_INDEX_ABSENT = DWORD(1611);
  912.   {$EXTERNALSYM ERROR_INDEX_ABSENT}
  913. //
  914. // MessageId: ERROR_INSTALL_SOURCE_ABSENT
  915. //
  916. // MessageText:
  917. //
  918. //  The installation source for this product is not available.  Verify that the source exists and that you can access it.
  919. //
  920.   ERROR_INSTALL_SOURCE_ABSENT = DWORD(1612);
  921.   {$EXTERNALSYM ERROR_INSTALL_SOURCE_ABSENT}
  922. //
  923. // MessageId: ERROR_INSTALL_PACKAGE_VERSION
  924. //
  925. // MessageText:
  926. //
  927. //  This installation package cannot be installed by the Windows Installer service.  You must install a Windows service pack that contains a newer version of the Windows Installer service.
  928. //
  929.   ERROR_INSTALL_PACKAGE_VERSION = DWORD(1613);
  930.   {$EXTERNALSYM ERROR_INSTALL_PACKAGE_VERSION}
  931. //
  932. // MessageId: ERROR_PRODUCT_UNINSTALLED
  933. //
  934. // MessageText:
  935. //
  936. //  Product is uninstalled.
  937. //
  938.   ERROR_PRODUCT_UNINSTALLED = DWORD(1614);
  939.   {$EXTERNALSYM ERROR_PRODUCT_UNINSTALLED}
  940. //
  941. // MessageId: ERROR_BAD_QUERY_SYNTAX
  942. //
  943. // MessageText:
  944. //
  945. //  SQL query syntax invalid or unsupported.
  946. //
  947.   ERROR_BAD_QUERY_SYNTAX = DWORD(1615);
  948.   {$EXTERNALSYM ERROR_BAD_QUERY_SYNTAX}
  949. //
  950. // MessageId: ERROR_INVALID_FIELD
  951. //
  952. // MessageText:
  953. //
  954. //  Record field does not exist.
  955. //
  956.   ERROR_INVALID_FIELD = DWORD(1616);
  957.   {$EXTERNALSYM ERROR_INVALID_FIELD}
  958. //
  959. // MessageId: ERROR_DEVICE_REMOVED
  960. //
  961. // MessageText:
  962. //
  963. //  The device has been removed.
  964. //
  965.   ERROR_DEVICE_REMOVED = DWORD(1617);
  966.   {$EXTERNALSYM ERROR_DEVICE_REMOVED}
  967. //
  968. // MessageId: ERROR_INSTALL_ALREADY_RUNNING
  969. //
  970. // MessageText:
  971. //
  972. //  Another installation is already in progress.  Complete that installation before proceeding with this install.
  973. //
  974.   ERROR_INSTALL_ALREADY_RUNNING = DWORD(1618);
  975.   {$EXTERNALSYM ERROR_INSTALL_ALREADY_RUNNING}
  976. //
  977. // MessageId: ERROR_INSTALL_PACKAGE_OPEN_FAILED
  978. //
  979. // MessageText:
  980. //
  981. //  This installation package could not be opened.  Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.
  982. //
  983.   ERROR_INSTALL_PACKAGE_OPEN_FAILED = DWORD(1619);
  984.   {$EXTERNALSYM ERROR_INSTALL_PACKAGE_OPEN_FAILED}
  985. //
  986. // MessageId: ERROR_INSTALL_PACKAGE_INVALID
  987. //
  988. // MessageText:
  989. //
  990. //  This installation package could not be opened.  Contact the application vendor to verify that this is a valid Windows Installer package.
  991. //
  992.   ERROR_INSTALL_PACKAGE_INVALID = DWORD(1620);
  993.   {$EXTERNALSYM ERROR_INSTALL_PACKAGE_INVALID}
  994. //
  995. // MessageId: ERROR_INSTALL_UI_FAILURE
  996. //
  997. // MessageText:
  998. //
  999. //  There was an error starting the Windows Installer service user interface.  Contact your support personnel.
  1000. //
  1001.   ERROR_INSTALL_UI_FAILURE = DWORD(1621);
  1002.   {$EXTERNALSYM ERROR_INSTALL_UI_FAILURE}
  1003. //
  1004. // MessageId: ERROR_INSTALL_LOG_FAILURE
  1005. //
  1006. // MessageText:
  1007. //
  1008. //  Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
  1009. //
  1010.   ERROR_INSTALL_LOG_FAILURE = DWORD(1622);
  1011.   {$EXTERNALSYM ERROR_INSTALL_LOG_FAILURE}
  1012. //
  1013. // MessageId: ERROR_INSTALL_LANGUAGE_UNSUPPORTED
  1014. //
  1015. // MessageText:
  1016. //
  1017. //  The language of this installation package is not supported by your system.
  1018. //
  1019.   ERROR_INSTALL_LANGUAGE_UNSUPPORTED = DWORD(1623);
  1020.   {$EXTERNALSYM ERROR_INSTALL_LANGUAGE_UNSUPPORTED}
  1021. //
  1022. // MessageId: ERROR_INSTALL_TRANSFORM_FAILURE
  1023. //
  1024. // MessageText:
  1025. //
  1026. //  Error applying transforms.  Verify that the specified transform paths are valid.
  1027. //
  1028.   ERROR_INSTALL_TRANSFORM_FAILURE = DWORD(1624);
  1029.   {$EXTERNALSYM ERROR_INSTALL_TRANSFORM_FAILURE}
  1030. //
  1031. // MessageId: ERROR_INSTALL_PACKAGE_REJECTED
  1032. //
  1033. // MessageText:
  1034. //
  1035. //  This installation is forbidden by system policy.  Contact your system administrator.
  1036. //
  1037.   ERROR_INSTALL_PACKAGE_REJECTED = DWORD(1625);
  1038.   {$EXTERNALSYM ERROR_INSTALL_PACKAGE_REJECTED}
  1039. //
  1040. // MessageId: ERROR_FUNCTION_NOT_CALLED
  1041. //
  1042. // MessageText:
  1043. //
  1044. //  Function could not be executed.
  1045. //
  1046.   ERROR_FUNCTION_NOT_CALLED = DWORD(1626);
  1047.   {$EXTERNALSYM ERROR_FUNCTION_NOT_CALLED}
  1048. //
  1049. // MessageId: ERROR_FUNCTION_FAILED
  1050. //
  1051. // MessageText:
  1052. //
  1053. //  Function failed during execution.
  1054. //
  1055.   ERROR_FUNCTION_FAILED = DWORD(1627);
  1056.   {$EXTERNALSYM ERROR_FUNCTION_FAILED}
  1057. //
  1058. // MessageId: ERROR_INVALID_TABLE
  1059. //
  1060. // MessageText:
  1061. //
  1062. //  Invalid or unknown table specified.
  1063. //
  1064.   ERROR_INVALID_TABLE = DWORD(1628);
  1065.   {$EXTERNALSYM ERROR_INVALID_TABLE}
  1066. //
  1067. // MessageId: ERROR_DATATYPE_MISMATCH
  1068. //
  1069. // MessageText:
  1070. //
  1071. //  Data supplied is of wrong type.
  1072. //
  1073.   ERROR_DATATYPE_MISMATCH = DWORD(1629);
  1074.   {$EXTERNALSYM ERROR_DATATYPE_MISMATCH}
  1075. //
  1076. // MessageId: ERROR_UNSUPPORTED_TYPE
  1077. //
  1078. // MessageText:
  1079. //
  1080. //  Data of this type is not supported.
  1081. //
  1082.   ERROR_UNSUPPORTED_TYPE = DWORD(1630);
  1083.   {$EXTERNALSYM ERROR_UNSUPPORTED_TYPE}
  1084. //
  1085. // MessageId: ERROR_CREATE_FAILED
  1086. //
  1087. // MessageText:
  1088. //
  1089. //  The Windows Installer service failed to start.  Contact your support personnel.
  1090. //
  1091.   ERROR_CREATE_FAILED = DWORD(1631);
  1092.   {$EXTERNALSYM ERROR_CREATE_FAILED}
  1093. //
  1094. // MessageId: ERROR_INSTALL_TEMP_UNWRITABLE
  1095. //
  1096. // MessageText:
  1097. //
  1098. //  The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
  1099. //
  1100.   ERROR_INSTALL_TEMP_UNWRITABLE = DWORD(1632);
  1101.   {$EXTERNALSYM ERROR_INSTALL_TEMP_UNWRITABLE}
  1102. //
  1103. // MessageId: ERROR_INSTALL_PLATFORM_UNSUPPORTED
  1104. //
  1105. // MessageText:
  1106. //
  1107. //  This installation package is not supported by this processor type. Contact your product vendor.
  1108. //
  1109.   ERROR_INSTALL_PLATFORM_UNSUPPORTED = DWORD(1633);
  1110.   {$EXTERNALSYM ERROR_INSTALL_PLATFORM_UNSUPPORTED}
  1111. //
  1112. // MessageId: ERROR_INSTALL_NOTUSED
  1113. //
  1114. // MessageText:
  1115. //
  1116. //  Component not used on this computer.
  1117. //
  1118.   ERROR_INSTALL_NOTUSED = DWORD(1634);
  1119.   {$EXTERNALSYM ERROR_INSTALL_NOTUSED}
  1120. //
  1121. // MessageId: ERROR_PATCH_PACKAGE_OPEN_FAILED
  1122. //
  1123. // MessageText:
  1124. //
  1125. //  This patch package could not be opened.  Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package.
  1126. //
  1127.   ERROR_PATCH_PACKAGE_OPEN_FAILED = DWORD(1635);
  1128.   {$EXTERNALSYM ERROR_PATCH_PACKAGE_OPEN_FAILED}
  1129. //
  1130. // MessageId: ERROR_PATCH_PACKAGE_INVALID
  1131. //
  1132. // MessageText:
  1133. //
  1134. //  This patch package could not be opened.  Contact the application vendor to verify that this is a valid Windows Installer patch package.
  1135. //
  1136.   ERROR_PATCH_PACKAGE_INVALID = DWORD(1636);
  1137.   {$EXTERNALSYM ERROR_PATCH_PACKAGE_INVALID}
  1138. //
  1139. // MessageId: ERROR_PATCH_PACKAGE_UNSUPPORTED
  1140. //
  1141. // MessageText:
  1142. //
  1143. //  This patch package cannot be processed by the Windows Installer service.  You must install a Windows service pack that contains a newer version of the Windows Installer service.
  1144. //
  1145.   ERROR_PATCH_PACKAGE_UNSUPPORTED = DWORD(1637);
  1146.   {$EXTERNALSYM ERROR_PATCH_PACKAGE_UNSUPPORTED}
  1147. //
  1148. // MessageId: ERROR_PRODUCT_VERSION
  1149. //
  1150. // MessageText:
  1151. //
  1152. //  Another version of this product is already installed.  Installation of this version cannot continue.  To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
  1153. //
  1154.   ERROR_PRODUCT_VERSION = DWORD(1638);
  1155.   {$EXTERNALSYM ERROR_PRODUCT_VERSION}
  1156. //
  1157. // MessageId: ERROR_INVALID_COMMAND_LINE
  1158. //
  1159. // MessageText:
  1160. //
  1161. //  Invalid command line argument.  Consult the Windows Installer SDK for detailed command line help.
  1162. //
  1163.   ERROR_INVALID_COMMAND_LINE = DWORD(1639);
  1164.   {$EXTERNALSYM ERROR_INVALID_COMMAND_LINE}
  1165. //
  1166. // MessageId: ERROR_INSTALL_REMOTE_DISALLOWED
  1167. //
  1168. // MessageText:
  1169. //
  1170. //  Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator.
  1171. //
  1172.   ERROR_INSTALL_REMOTE_DISALLOWED = DWORD(1640);
  1173.   {$EXTERNALSYM ERROR_INSTALL_REMOTE_DISALLOWED}
  1174. //
  1175. // MessageId: ERROR_SUCCESS_REBOOT_INITIATED
  1176. //
  1177. // MessageText:
  1178. //
  1179. //  The requested operation completed successfully.  The system will be restarted so the changes can take effect.
  1180. //
  1181.   ERROR_SUCCESS_REBOOT_INITIATED = DWORD(1641);
  1182.   {$EXTERNALSYM ERROR_SUCCESS_REBOOT_INITIATED}
  1183. //
  1184. // MessageId: ERROR_PATCH_TARGET_NOT_FOUND
  1185. //
  1186. // MessageText:
  1187. //
  1188. //  The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer an
  1189. //  d that you have the correct upgrade patch.
  1190. //
  1191.   ERROR_PATCH_TARGET_NOT_FOUND = DWORD(1642);
  1192.   {$EXTERNALSYM ERROR_PATCH_TARGET_NOT_FOUND}
  1193. //
  1194. // MessageId: ERROR_PATCH_PACKAGE_REJECTED
  1195. //
  1196. // MessageText:
  1197. //
  1198. //  The patch package is not permitted by software restriction policy.
  1199. //
  1200.   ERROR_PATCH_PACKAGE_REJECTED = DWORD(1643);
  1201.   {$EXTERNALSYM ERROR_PATCH_PACKAGE_REJECTED}
  1202. //
  1203. // MessageId: ERROR_INSTALL_TRANSFORM_REJECTED
  1204. //
  1205. // MessageText:
  1206. //
  1207. //  One or more customizations are not permitted by software restriction policy.
  1208. //
  1209.   ERROR_INSTALL_TRANSFORM_REJECTED = DWORD(1644);
  1210.   {$EXTERNALSYM ERROR_INSTALL_TRANSFORM_REJECTED}
  1211. //
  1212. // MessageId: ERROR_INSTALL_REMOTE_PROHIBITED
  1213. //
  1214. // MessageText:
  1215. //
  1216. //  The Windows Installer does not permit installation from a Remote Desktop Connection.
  1217. //
  1218.   ERROR_INSTALL_REMOTE_PROHIBITED = DWORD(1645);
  1219.   {$EXTERNALSYM ERROR_INSTALL_REMOTE_PROHIBITED}
  1220. // End of MSI error codes
  1221. ///////////////////////////
  1222. //                       //
  1223. //   RPC Status Codes    //
  1224. //                       //
  1225. ///////////////////////////
  1226. //
  1227. // MessageId: RPC_S_INVALID_STRING_BINDING
  1228. //
  1229. // MessageText:
  1230. //
  1231. //  The string binding is invalid.
  1232. //
  1233.   RPC_S_INVALID_STRING_BINDING = DWORD(1700);
  1234.   {$EXTERNALSYM RPC_S_INVALID_STRING_BINDING}
  1235. //
  1236. // MessageId: RPC_S_WRONG_KIND_OF_BINDING
  1237. //
  1238. // MessageText:
  1239. //
  1240. //  The binding handle is not the correct type.
  1241. //
  1242.   RPC_S_WRONG_KIND_OF_BINDING = DWORD(1701);
  1243.   {$EXTERNALSYM RPC_S_WRONG_KIND_OF_BINDING}
  1244. //
  1245. // MessageId: RPC_S_INVALID_BINDING
  1246. //
  1247. // MessageText:
  1248. //
  1249. //  The binding handle is invalid.
  1250. //
  1251.   RPC_S_INVALID_BINDING = DWORD(1702);
  1252.   {$EXTERNALSYM RPC_S_INVALID_BINDING}
  1253. //
  1254. // MessageId: RPC_S_PROTSEQ_NOT_SUPPORTED
  1255. //
  1256. // MessageText:
  1257. //
  1258. //  The RPC protocol sequence is not supported.
  1259. //
  1260.   RPC_S_PROTSEQ_NOT_SUPPORTED = DWORD(1703);
  1261.   {$EXTERNALSYM RPC_S_PROTSEQ_NOT_SUPPORTED}
  1262. //
  1263. // MessageId: RPC_S_INVALID_RPC_PROTSEQ
  1264. //
  1265. // MessageText:
  1266. //
  1267. //  The RPC protocol sequence is invalid.
  1268. //
  1269.   RPC_S_INVALID_RPC_PROTSEQ = DWORD(1704);
  1270.   {$EXTERNALSYM RPC_S_INVALID_RPC_PROTSEQ}
  1271. //
  1272. // MessageId: RPC_S_INVALID_STRING_UUID
  1273. //
  1274. // MessageText:
  1275. //
  1276. //  The string universal unique identifier (UUID) is invalid.
  1277. //
  1278.   RPC_S_INVALID_STRING_UUID = DWORD(1705);
  1279.   {$EXTERNALSYM RPC_S_INVALID_STRING_UUID}
  1280. //
  1281. // MessageId: RPC_S_INVALID_ENDPOINT_FORMAT
  1282. //
  1283. // MessageText:
  1284. //
  1285. //  The endpoint format is invalid.
  1286. //
  1287.   RPC_S_INVALID_ENDPOINT_FORMAT = DWORD(1706);
  1288.   {$EXTERNALSYM RPC_S_INVALID_ENDPOINT_FORMAT}
  1289. //
  1290. // MessageId: RPC_S_INVALID_NET_ADDR
  1291. //
  1292. // MessageText:
  1293. //
  1294. //  The network address is invalid.
  1295. //
  1296.   RPC_S_INVALID_NET_ADDR = DWORD(1707);
  1297.   {$EXTERNALSYM RPC_S_INVALID_NET_ADDR}
  1298. //
  1299. // MessageId: RPC_S_NO_ENDPOINT_FOUND
  1300. //
  1301. // MessageText:
  1302. //
  1303. //  No endpoint was found.
  1304. //
  1305.   RPC_S_NO_ENDPOINT_FOUND = DWORD(1708);
  1306.   {$EXTERNALSYM RPC_S_NO_ENDPOINT_FOUND}
  1307. //
  1308. // MessageId: RPC_S_INVALID_TIMEOUT
  1309. //
  1310. // MessageText:
  1311. //
  1312. //  The timeout value is invalid.
  1313. //
  1314.   RPC_S_INVALID_TIMEOUT = DWORD(1709);
  1315.   {$EXTERNALSYM RPC_S_INVALID_TIMEOUT}
  1316. //
  1317. // MessageId: RPC_S_OBJECT_NOT_FOUND
  1318. //
  1319. // MessageText:
  1320. //
  1321. //  The object universal unique identifier (UUID) was not found.
  1322. //
  1323.   RPC_S_OBJECT_NOT_FOUND = DWORD(1710);
  1324.   {$EXTERNALSYM RPC_S_OBJECT_NOT_FOUND}
  1325. //
  1326. // MessageId: RPC_S_ALREADY_REGISTERED
  1327. //
  1328. // MessageText:
  1329. //
  1330. //  The object universal unique identifier (UUID) has already been registered.
  1331. //
  1332.   RPC_S_ALREADY_REGISTERED = DWORD(1711);
  1333.   {$EXTERNALSYM RPC_S_ALREADY_REGISTERED}
  1334. //
  1335. // MessageId: RPC_S_TYPE_ALREADY_REGISTERED
  1336. //
  1337. // MessageText:
  1338. //
  1339. //  The type universal unique identifier (UUID) has already been registered.
  1340. //
  1341.   RPC_S_TYPE_ALREADY_REGISTERED = DWORD(1712);
  1342.   {$EXTERNALSYM RPC_S_TYPE_ALREADY_REGISTERED}
  1343. //
  1344. // MessageId: RPC_S_ALREADY_LISTENING
  1345. //
  1346. // MessageText:
  1347. //
  1348. //  The RPC server is already listening.
  1349. //
  1350.   RPC_S_ALREADY_LISTENING = DWORD(1713);
  1351.   {$EXTERNALSYM RPC_S_ALREADY_LISTENING}
  1352. //
  1353. // MessageId: RPC_S_NO_PROTSEQS_REGISTERED
  1354. //
  1355. // MessageText:
  1356. //
  1357. //  No protocol sequences have been registered.
  1358. //
  1359.   RPC_S_NO_PROTSEQS_REGISTERED = DWORD(1714);
  1360.   {$EXTERNALSYM RPC_S_NO_PROTSEQS_REGISTERED}
  1361. //
  1362. // MessageId: RPC_S_NOT_LISTENING
  1363. //
  1364. // MessageText:
  1365. //
  1366. //  The RPC server is not listening.
  1367. //
  1368.   RPC_S_NOT_LISTENING = DWORD(1715);
  1369.   {$EXTERNALSYM RPC_S_NOT_LISTENING}
  1370. //
  1371. // MessageId: RPC_S_UNKNOWN_MGR_TYPE
  1372. //
  1373. // MessageText:
  1374. //
  1375. //  The manager type is unknown.
  1376. //
  1377.   RPC_S_UNKNOWN_MGR_TYPE = DWORD(1716);
  1378.   {$EXTERNALSYM RPC_S_UNKNOWN_MGR_TYPE}
  1379. //
  1380. // MessageId: RPC_S_UNKNOWN_IF
  1381. //
  1382. // MessageText:
  1383. //
  1384. //  The interface is unknown.
  1385. //
  1386.   RPC_S_UNKNOWN_IF = DWORD(1717);
  1387.   {$EXTERNALSYM RPC_S_UNKNOWN_IF}
  1388. //
  1389. // MessageId: RPC_S_NO_BINDINGS
  1390. //
  1391. // MessageText:
  1392. //
  1393. //  There are no bindings.
  1394. //
  1395.   RPC_S_NO_BINDINGS = DWORD(1718);
  1396.   {$EXTERNALSYM RPC_S_NO_BINDINGS}
  1397. //
  1398. // MessageId: RPC_S_NO_PROTSEQS
  1399. //
  1400. // MessageText:
  1401. //
  1402. //  There are no protocol sequences.
  1403. //
  1404.   RPC_S_NO_PROTSEQS = DWORD(1719);
  1405.   {$EXTERNALSYM RPC_S_NO_PROTSEQS}
  1406. //
  1407. // MessageId: RPC_S_CANT_CREATE_ENDPOINT
  1408. //
  1409. // MessageText:
  1410. //
  1411. //  The endpoint cannot be created.
  1412. //
  1413.   RPC_S_CANT_CREATE_ENDPOINT = DWORD(1720);
  1414.   {$EXTERNALSYM RPC_S_CANT_CREATE_ENDPOINT}
  1415. //
  1416. // MessageId: RPC_S_OUT_OF_RESOURCES
  1417. //
  1418. // MessageText:
  1419. //
  1420. //  Not enough resources are available to complete this operation.
  1421. //
  1422.   RPC_S_OUT_OF_RESOURCES = DWORD(1721);
  1423.   {$EXTERNALSYM RPC_S_OUT_OF_RESOURCES}
  1424. //
  1425. // MessageId: RPC_S_SERVER_UNAVAILABLE
  1426. //
  1427. // MessageText:
  1428. //
  1429. //  The RPC server is unavailable.
  1430. //
  1431.   RPC_S_SERVER_UNAVAILABLE = DWORD(1722);
  1432.   {$EXTERNALSYM RPC_S_SERVER_UNAVAILABLE}
  1433. //
  1434. // MessageId: RPC_S_SERVER_TOO_BUSY
  1435. //
  1436. // MessageText:
  1437. //
  1438. //  The RPC server is too busy to complete this operation.
  1439. //
  1440.   RPC_S_SERVER_TOO_BUSY = DWORD(1723);
  1441.   {$EXTERNALSYM RPC_S_SERVER_TOO_BUSY}
  1442. //
  1443. // MessageId: RPC_S_INVALID_NETWORK_OPTIONS
  1444. //
  1445. // MessageText:
  1446. //
  1447. //  The network options are invalid.
  1448. //
  1449.   RPC_S_INVALID_NETWORK_OPTIONS = DWORD(1724);
  1450.   {$EXTERNALSYM RPC_S_INVALID_NETWORK_OPTIONS}
  1451. //
  1452. // MessageId: RPC_S_NO_CALL_ACTIVE
  1453. //
  1454. // MessageText:
  1455. //
  1456. //  There are no remote procedure calls active on this thread.
  1457. //
  1458.   RPC_S_NO_CALL_ACTIVE = DWORD(1725);
  1459.   {$EXTERNALSYM RPC_S_NO_CALL_ACTIVE}
  1460. //
  1461. // MessageId: RPC_S_CALL_FAILED
  1462. //
  1463. // MessageText:
  1464. //
  1465. //  The remote procedure call failed.
  1466. //
  1467.   RPC_S_CALL_FAILED = DWORD(1726);
  1468.   {$EXTERNALSYM RPC_S_CALL_FAILED}
  1469. //
  1470. // MessageId: RPC_S_CALL_FAILED_DNE
  1471. //
  1472. // MessageText:
  1473. //
  1474. //  The remote procedure call failed and did not execute.
  1475. //
  1476.   RPC_S_CALL_FAILED_DNE = DWORD(1727);
  1477.   {$EXTERNALSYM RPC_S_CALL_FAILED_DNE}
  1478. //
  1479. // MessageId: RPC_S_PROTOCOL_ERROR
  1480. //
  1481. // MessageText:
  1482. //
  1483. //  A remote procedure call (RPC) protocol error occurred.
  1484. //
  1485.   RPC_S_PROTOCOL_ERROR = DWORD(1728);
  1486.   {$EXTERNALSYM RPC_S_PROTOCOL_ERROR}
  1487. //
  1488. // MessageId: RPC_S_UNSUPPORTED_TRANS_SYN
  1489. //
  1490. // MessageText:
  1491. //
  1492. //  The transfer syntax is not supported by the RPC server.
  1493. //
  1494.   RPC_S_UNSUPPORTED_TRANS_SYN = DWORD(1730);
  1495.   {$EXTERNALSYM RPC_S_UNSUPPORTED_TRANS_SYN}
  1496. //
  1497. // MessageId: RPC_S_UNSUPPORTED_TYPE
  1498. //
  1499. // MessageText:
  1500. //
  1501. //  The universal unique identifier (UUID) type is not supported.
  1502. //
  1503.   RPC_S_UNSUPPORTED_TYPE = DWORD(1732);
  1504.   {$EXTERNALSYM RPC_S_UNSUPPORTED_TYPE}
  1505. //
  1506. // MessageId: RPC_S_INVALID_TAG
  1507. //
  1508. // MessageText:
  1509. //
  1510. //  The tag is invalid.
  1511. //
  1512.   RPC_S_INVALID_TAG = DWORD(1733);
  1513.   {$EXTERNALSYM RPC_S_INVALID_TAG}
  1514. //
  1515. // MessageId: RPC_S_INVALID_BOUND
  1516. //
  1517. // MessageText:
  1518. //
  1519. //  The array bounds are invalid.
  1520. //
  1521.   RPC_S_INVALID_BOUND = DWORD(1734);
  1522.   {$EXTERNALSYM RPC_S_INVALID_BOUND}
  1523. //
  1524. // MessageId: RPC_S_NO_ENTRY_NAME
  1525. //
  1526. // MessageText:
  1527. //
  1528. //  The binding does not contain an entry name.
  1529. //
  1530.   RPC_S_NO_ENTRY_NAME = DWORD(1735);
  1531.   {$EXTERNALSYM RPC_S_NO_ENTRY_NAME}
  1532. //
  1533. // MessageId: RPC_S_INVALID_NAME_SYNTAX
  1534. //
  1535. // MessageText:
  1536. //
  1537. //  The name syntax is invalid.
  1538. //
  1539.   RPC_S_INVALID_NAME_SYNTAX = DWORD(1736);
  1540.   {$EXTERNALSYM RPC_S_INVALID_NAME_SYNTAX}
  1541. //
  1542. // MessageId: RPC_S_UNSUPPORTED_NAME_SYNTAX
  1543. //
  1544. // MessageText:
  1545. //
  1546. //  The name syntax is not supported.
  1547. //
  1548.   RPC_S_UNSUPPORTED_NAME_SYNTAX = DWORD(1737);
  1549.   {$EXTERNALSYM RPC_S_UNSUPPORTED_NAME_SYNTAX}
  1550. //
  1551. // MessageId: RPC_S_UUID_NO_ADDRESS
  1552. //
  1553. // MessageText:
  1554. //
  1555. //  No network address is available to use to construct a universal unique identifier (UUID).
  1556. //
  1557.   RPC_S_UUID_NO_ADDRESS = DWORD(1739);
  1558.   {$EXTERNALSYM RPC_S_UUID_NO_ADDRESS}
  1559. //
  1560. // MessageId: RPC_S_DUPLICATE_ENDPOINT
  1561. //
  1562. // MessageText:
  1563. //
  1564. //  The endpoint is a duplicate.
  1565. //
  1566.   RPC_S_DUPLICATE_ENDPOINT = DWORD(1740);
  1567.   {$EXTERNALSYM RPC_S_DUPLICATE_ENDPOINT}
  1568. //
  1569. // MessageId: RPC_S_UNKNOWN_AUTHN_TYPE
  1570. //
  1571. // MessageText:
  1572. //
  1573. //  The authentication type is unknown.
  1574. //
  1575.   RPC_S_UNKNOWN_AUTHN_TYPE = DWORD(1741);
  1576.   {$EXTERNALSYM RPC_S_UNKNOWN_AUTHN_TYPE}
  1577. //
  1578. // MessageId: RPC_S_MAX_CALLS_TOO_SMALL
  1579. //
  1580. // MessageText:
  1581. //
  1582. //  The maximum number of calls is too small.
  1583. //
  1584.   RPC_S_MAX_CALLS_TOO_SMALL = DWORD(1742);
  1585.   {$EXTERNALSYM RPC_S_MAX_CALLS_TOO_SMALL}
  1586. //
  1587. // MessageId: RPC_S_STRING_TOO_LONG
  1588. //
  1589. // MessageText:
  1590. //
  1591. //  The string is too long.
  1592. //
  1593.   RPC_S_STRING_TOO_LONG = DWORD(1743);
  1594.   {$EXTERNALSYM RPC_S_STRING_TOO_LONG}
  1595. //
  1596. // MessageId: RPC_S_PROTSEQ_NOT_FOUND
  1597. //
  1598. // MessageText:
  1599. //
  1600. //  The RPC protocol sequence was not found.
  1601. //
  1602.   RPC_S_PROTSEQ_NOT_FOUND = DWORD(1744);
  1603.   {$EXTERNALSYM RPC_S_PROTSEQ_NOT_FOUND}
  1604. //
  1605. // MessageId: RPC_S_PROCNUM_OUT_OF_RANGE
  1606. //
  1607. // MessageText:
  1608. //
  1609. //  The procedure number is out of range.
  1610. //
  1611.   RPC_S_PROCNUM_OUT_OF_RANGE = DWORD(1745);
  1612.   {$EXTERNALSYM RPC_S_PROCNUM_OUT_OF_RANGE}
  1613. //
  1614. // MessageId: RPC_S_BINDING_HAS_NO_AUTH
  1615. //
  1616. // MessageText:
  1617. //
  1618. //  The binding does not contain any authentication information.
  1619. //
  1620.   RPC_S_BINDING_HAS_NO_AUTH = DWORD(1746);
  1621.   {$EXTERNALSYM RPC_S_BINDING_HAS_NO_AUTH}
  1622. //
  1623. // MessageId: RPC_S_UNKNOWN_AUTHN_SERVICE
  1624. //
  1625. // MessageText:
  1626. //
  1627. //  The authentication service is unknown.
  1628. //
  1629.   RPC_S_UNKNOWN_AUTHN_SERVICE = DWORD(1747);
  1630.   {$EXTERNALSYM RPC_S_UNKNOWN_AUTHN_SERVICE}
  1631. //
  1632. // MessageId: RPC_S_UNKNOWN_AUTHN_LEVEL
  1633. //
  1634. // MessageText:
  1635. //
  1636. //  The authentication level is unknown.
  1637. //
  1638.   RPC_S_UNKNOWN_AUTHN_LEVEL = DWORD(1748);
  1639.   {$EXTERNALSYM RPC_S_UNKNOWN_AUTHN_LEVEL}
  1640. //
  1641. // MessageId: RPC_S_INVALID_AUTH_IDENTITY
  1642. //
  1643. // MessageText:
  1644. //
  1645. //  The security context is invalid.
  1646. //
  1647.   RPC_S_INVALID_AUTH_IDENTITY = DWORD(1749);
  1648.   {$EXTERNALSYM RPC_S_INVALID_AUTH_IDENTITY}
  1649. //
  1650. // MessageId: RPC_S_UNKNOWN_AUTHZ_SERVICE
  1651. //
  1652. // MessageText:
  1653. //
  1654. //  The authorization service is unknown.
  1655. //
  1656.   RPC_S_UNKNOWN_AUTHZ_SERVICE = DWORD(1750);
  1657.   {$EXTERNALSYM RPC_S_UNKNOWN_AUTHZ_SERVICE}
  1658. //
  1659. // MessageId: EPT_S_INVALID_ENTRY
  1660. //
  1661. // MessageText:
  1662. //
  1663. //  The entry is invalid.
  1664. //
  1665.   EPT_S_INVALID_ENTRY = DWORD(1751);
  1666.   {$EXTERNALSYM EPT_S_INVALID_ENTRY}
  1667. //
  1668. // MessageId: EPT_S_CANT_PERFORM_OP
  1669. //
  1670. // MessageText:
  1671. //
  1672. //  The server endpoint cannot perform the operation.
  1673. //
  1674.   EPT_S_CANT_PERFORM_OP = DWORD(1752);
  1675.   {$EXTERNALSYM EPT_S_CANT_PERFORM_OP}
  1676. //
  1677. // MessageId: EPT_S_NOT_REGISTERED
  1678. //
  1679. // MessageText:
  1680. //
  1681. //  There are no more endpoints available from the endpoint mapper.
  1682. //
  1683.   EPT_S_NOT_REGISTERED = DWORD(1753);
  1684.   {$EXTERNALSYM EPT_S_NOT_REGISTERED}
  1685. //
  1686. // MessageId: RPC_S_NOTHING_TO_EXPORT
  1687. //
  1688. // MessageText:
  1689. //
  1690. //  No interfaces have been exported.
  1691. //
  1692.   RPC_S_NOTHING_TO_EXPORT = DWORD(1754);
  1693.   {$EXTERNALSYM RPC_S_NOTHING_TO_EXPORT}
  1694. //
  1695. // MessageId: RPC_S_INCOMPLETE_NAME
  1696. //
  1697. // MessageText:
  1698. //
  1699. //  The entry name is incomplete.
  1700. //
  1701.   RPC_S_INCOMPLETE_NAME = DWORD(1755);
  1702.   {$EXTERNALSYM RPC_S_INCOMPLETE_NAME}
  1703. //
  1704. // MessageId: RPC_S_INVALID_VERS_OPTION
  1705. //
  1706. // MessageText:
  1707. //
  1708. //  The version option is invalid.
  1709. //
  1710.   RPC_S_INVALID_VERS_OPTION = DWORD(1756);
  1711.   {$EXTERNALSYM RPC_S_INVALID_VERS_OPTION}
  1712. //
  1713. // MessageId: RPC_S_NO_MORE_MEMBERS
  1714. //
  1715. // MessageText:
  1716. //
  1717. //  There are no more members.
  1718. //
  1719.   RPC_S_NO_MORE_MEMBERS = DWORD(1757);
  1720.   {$EXTERNALSYM RPC_S_NO_MORE_MEMBERS}
  1721. //
  1722. // MessageId: RPC_S_NOT_ALL_OBJS_UNEXPORTED
  1723. //
  1724. // MessageText:
  1725. //
  1726. //  There is nothing to unexport.
  1727. //
  1728.   RPC_S_NOT_ALL_OBJS_UNEXPORTED = DWORD(1758);
  1729.   {$EXTERNALSYM RPC_S_NOT_ALL_OBJS_UNEXPORTED}
  1730. //
  1731. // MessageId: RPC_S_INTERFACE_NOT_FOUND
  1732. //
  1733. // MessageText:
  1734. //
  1735. //  The interface was not found.
  1736. //
  1737.   RPC_S_INTERFACE_NOT_FOUND = DWORD(1759);
  1738.   {$EXTERNALSYM RPC_S_INTERFACE_NOT_FOUND}
  1739. //
  1740. // MessageId: RPC_S_ENTRY_ALREADY_EXISTS
  1741. //
  1742. // MessageText:
  1743. //
  1744. //  The entry already exists.
  1745. //
  1746.   RPC_S_ENTRY_ALREADY_EXISTS = DWORD(1760);
  1747.   {$EXTERNALSYM RPC_S_ENTRY_ALREADY_EXISTS}
  1748. //
  1749. // MessageId: RPC_S_ENTRY_NOT_FOUND
  1750. //
  1751. // MessageText:
  1752. //
  1753. //  The entry is not found.
  1754. //
  1755.   RPC_S_ENTRY_NOT_FOUND = DWORD(1761);
  1756.   {$EXTERNALSYM RPC_S_ENTRY_NOT_FOUND}
  1757. //
  1758. // MessageId: RPC_S_NAME_SERVICE_UNAVAILABLE
  1759. //
  1760. // MessageText:
  1761. //
  1762. //  The name service is unavailable.
  1763. //
  1764.   RPC_S_NAME_SERVICE_UNAVAILABLE = DWORD(1762);
  1765.   {$EXTERNALSYM RPC_S_NAME_SERVICE_UNAVAILABLE}
  1766. //
  1767. // MessageId: RPC_S_INVALID_NAF_ID
  1768. //
  1769. // MessageText:
  1770. //
  1771. //  The network address family is invalid.
  1772. //
  1773.   RPC_S_INVALID_NAF_ID = DWORD(1763);
  1774.   {$EXTERNALSYM RPC_S_INVALID_NAF_ID}
  1775. //
  1776. // MessageId: RPC_S_CANNOT_SUPPORT
  1777. //
  1778. // MessageText:
  1779. //
  1780. //  The requested operation is not supported.
  1781. //
  1782.   RPC_S_CANNOT_SUPPORT = DWORD(1764);
  1783.   {$EXTERNALSYM RPC_S_CANNOT_SUPPORT}
  1784. //
  1785. // MessageId: RPC_S_NO_CONTEXT_AVAILABLE
  1786. //
  1787. // MessageText:
  1788. //
  1789. //  No security context is available to allow impersonation.
  1790. //
  1791.   RPC_S_NO_CONTEXT_AVAILABLE = DWORD(1765);
  1792.   {$EXTERNALSYM RPC_S_NO_CONTEXT_AVAILABLE}
  1793. //
  1794. // MessageId: RPC_S_INTERNAL_ERROR
  1795. //
  1796. // MessageText:
  1797. //
  1798. //  An internal error occurred in a remote procedure call (RPC).
  1799. //
  1800.   RPC_S_INTERNAL_ERROR = DWORD(1766);
  1801.   {$EXTERNALSYM RPC_S_INTERNAL_ERROR}
  1802. //
  1803. // MessageId: RPC_S_ZERO_DIVIDE
  1804. //
  1805. // MessageText:
  1806. //
  1807. //  The RPC server attempted an integer division by zero.
  1808. //
  1809.   RPC_S_ZERO_DIVIDE = DWORD(1767);
  1810.   {$EXTERNALSYM RPC_S_ZERO_DIVIDE}
  1811. //
  1812. // MessageId: RPC_S_ADDRESS_ERROR
  1813. //
  1814. // MessageText:
  1815. //
  1816. //  An addressing error occurred in the RPC server.
  1817. //
  1818.   RPC_S_ADDRESS_ERROR = DWORD(1768);
  1819.   {$EXTERNALSYM RPC_S_ADDRESS_ERROR}
  1820. //
  1821. // MessageId: RPC_S_FP_DIV_ZERO
  1822. //
  1823. // MessageText:
  1824. //
  1825. //  A floating-point operation at the RPC server caused a division by zero.
  1826. //
  1827.   RPC_S_FP_DIV_ZERO = DWORD(1769);
  1828.   {$EXTERNALSYM RPC_S_FP_DIV_ZERO}
  1829. //
  1830. // MessageId: RPC_S_FP_UNDERFLOW
  1831. //
  1832. // MessageText:
  1833. //
  1834. //  A floating-point underflow occurred at the RPC server.
  1835. //
  1836.   RPC_S_FP_UNDERFLOW = DWORD(1770);
  1837.   {$EXTERNALSYM RPC_S_FP_UNDERFLOW}
  1838. //
  1839. // MessageId: RPC_S_FP_OVERFLOW
  1840. //
  1841. // MessageText:
  1842. //
  1843. //  A floating-point overflow occurred at the RPC server.
  1844. //
  1845.   RPC_S_FP_OVERFLOW = DWORD(1771);
  1846.   {$EXTERNALSYM RPC_S_FP_OVERFLOW}
  1847. //
  1848. // MessageId: RPC_X_NO_MORE_ENTRIES
  1849. //
  1850. // MessageText:
  1851. //
  1852. //  The list of RPC servers available for the binding of auto handles has been exhausted.
  1853. //
  1854.   RPC_X_NO_MORE_ENTRIES = DWORD(1772);
  1855.   {$EXTERNALSYM RPC_X_NO_MORE_ENTRIES}
  1856. //
  1857. // MessageId: RPC_X_SS_CHAR_TRANS_OPEN_FAIL
  1858. //
  1859. // MessageText:
  1860. //
  1861. //  Unable to open the character translation table file.
  1862. //
  1863.   RPC_X_SS_CHAR_TRANS_OPEN_FAIL = DWORD(1773);
  1864.   {$EXTERNALSYM RPC_X_SS_CHAR_TRANS_OPEN_FAIL}
  1865. //
  1866. // MessageId: RPC_X_SS_CHAR_TRANS_SHORT_FILE
  1867. //
  1868. // MessageText:
  1869. //
  1870. //  The file containing the character translation table has fewer than 512 bytes.
  1871. //
  1872.   RPC_X_SS_CHAR_TRANS_SHORT_FILE = DWORD(1774);
  1873.   {$EXTERNALSYM RPC_X_SS_CHAR_TRANS_SHORT_FILE}
  1874. //
  1875. // MessageId: RPC_X_SS_IN_NULL_CONTEXT
  1876. //
  1877. // MessageText:
  1878. //
  1879. //  A null context handle was passed from the client to the host during a remote procedure call.
  1880. //
  1881.   RPC_X_SS_IN_NULL_CONTEXT = DWORD(1775);
  1882.   {$EXTERNALSYM RPC_X_SS_IN_NULL_CONTEXT}
  1883. //
  1884. // MessageId: RPC_X_SS_CONTEXT_DAMAGED
  1885. //
  1886. // MessageText:
  1887. //
  1888. //  The context handle changed during a remote procedure call.
  1889. //
  1890.   RPC_X_SS_CONTEXT_DAMAGED = DWORD(1777);
  1891.   {$EXTERNALSYM RPC_X_SS_CONTEXT_DAMAGED}
  1892. //
  1893. // MessageId: RPC_X_SS_HANDLES_MISMATCH
  1894. //
  1895. // MessageText:
  1896. //
  1897. //  The binding handles passed to a remote procedure call do not match.
  1898. //
  1899.   RPC_X_SS_HANDLES_MISMATCH = DWORD(1778);
  1900.   {$EXTERNALSYM RPC_X_SS_HANDLES_MISMATCH}
  1901. //
  1902. // MessageId: RPC_X_SS_CANNOT_GET_CALL_HANDLE
  1903. //
  1904. // MessageText:
  1905. //
  1906. //  The stub is unable to get the remote procedure call handle.
  1907. //
  1908.   RPC_X_SS_CANNOT_GET_CALL_HANDLE = DWORD(1779);
  1909.   {$EXTERNALSYM RPC_X_SS_CANNOT_GET_CALL_HANDLE}
  1910. //
  1911. // MessageId: RPC_X_NULL_REF_POINTER
  1912. //
  1913. // MessageText:
  1914. //
  1915. //  A null reference pointer was passed to the stub.
  1916. //
  1917.   RPC_X_NULL_REF_POINTER = DWORD(1780);
  1918.   {$EXTERNALSYM RPC_X_NULL_REF_POINTER}
  1919. //
  1920. // MessageId: RPC_X_ENUM_VALUE_OUT_OF_RANGE
  1921. //
  1922. // MessageText:
  1923. //
  1924. //  The enumeration value is out of range.
  1925. //
  1926.   RPC_X_ENUM_VALUE_OUT_OF_RANGE = DWORD(1781);
  1927.   {$EXTERNALSYM RPC_X_ENUM_VALUE_OUT_OF_RANGE}
  1928. //
  1929. // MessageId: RPC_X_BYTE_COUNT_TOO_SMALL
  1930. //
  1931. // MessageText:
  1932. //
  1933. //  The byte count is too small.
  1934. //
  1935.   RPC_X_BYTE_COUNT_TOO_SMALL = DWORD(1782);
  1936.   {$EXTERNALSYM RPC_X_BYTE_COUNT_TOO_SMALL}
  1937. //
  1938. // MessageId: RPC_X_BAD_STUB_DATA
  1939. //
  1940. // MessageText:
  1941. //
  1942. //  The stub received bad data.
  1943. //
  1944.   RPC_X_BAD_STUB_DATA = DWORD(1783);
  1945.   {$EXTERNALSYM RPC_X_BAD_STUB_DATA}
  1946. //
  1947. // MessageId: ERROR_INVALID_USER_BUFFER
  1948. //
  1949. // MessageText:
  1950. //
  1951. //  The supplied user buffer is not valid for the requested operation.
  1952. //
  1953.   ERROR_INVALID_USER_BUFFER = DWORD(1784);
  1954.   {$EXTERNALSYM ERROR_INVALID_USER_BUFFER}
  1955. //
  1956. // MessageId: ERROR_UNRECOGNIZED_MEDIA
  1957. //
  1958. // MessageText:
  1959. //
  1960. //  The disk media is not recognized. It may not be formatted.
  1961. //
  1962.   ERROR_UNRECOGNIZED_MEDIA = DWORD(1785);
  1963.   {$EXTERNALSYM ERROR_UNRECOGNIZED_MEDIA}
  1964. //
  1965. // MessageId: ERROR_NO_TRUST_LSA_SECRET
  1966. //
  1967. // MessageText:
  1968. //
  1969. //  The workstation does not have a trust secret.
  1970. //
  1971.   ERROR_NO_TRUST_LSA_SECRET = DWORD(1786);
  1972.   {$EXTERNALSYM ERROR_NO_TRUST_LSA_SECRET}
  1973. //
  1974. // MessageId: ERROR_NO_TRUST_SAM_ACCOUNT
  1975. //
  1976. // MessageText:
  1977. //
  1978. //  The security database on the server does not have a computer account for this workstation trust relationship.
  1979. //
  1980.   ERROR_NO_TRUST_SAM_ACCOUNT = DWORD(1787);
  1981.   {$EXTERNALSYM ERROR_NO_TRUST_SAM_ACCOUNT}
  1982. //
  1983. // MessageId: ERROR_TRUSTED_DOMAIN_FAILURE
  1984. //
  1985. // MessageText:
  1986. //
  1987. //  The trust relationship between the primary domain and the trusted domain failed.
  1988. //
  1989.   ERROR_TRUSTED_DOMAIN_FAILURE = DWORD(1788);
  1990.   {$EXTERNALSYM ERROR_TRUSTED_DOMAIN_FAILURE}
  1991. //
  1992. // MessageId: ERROR_TRUSTED_RELATIONSHIP_FAILURE
  1993. //
  1994. // MessageText:
  1995. //
  1996. //  The trust relationship between this workstation and the primary domain failed.
  1997. //
  1998.   ERROR_TRUSTED_RELATIONSHIP_FAILURE = DWORD(1789);
  1999.   {$EXTERNALSYM ERROR_TRUSTED_RELATIONSHIP_FAILURE}
  2000. //
  2001. // MessageId: ERROR_TRUST_FAILURE
  2002. //
  2003. // MessageText:
  2004. //
  2005. //  The network logon failed.
  2006. //
  2007.   ERROR_TRUST_FAILURE = DWORD(1790);
  2008.   {$EXTERNALSYM ERROR_TRUST_FAILURE}
  2009. //
  2010. // MessageId: RPC_S_CALL_IN_PROGRESS
  2011. //
  2012. // MessageText:
  2013. //
  2014. //  A remote procedure call is already in progress for this thread.
  2015. //
  2016.   RPC_S_CALL_IN_PROGRESS = DWORD(1791);
  2017.   {$EXTERNALSYM RPC_S_CALL_IN_PROGRESS}
  2018. //
  2019. // MessageId: ERROR_NETLOGON_NOT_STARTED
  2020. //
  2021. // MessageText:
  2022. //
  2023. //  An attempt was made to logon, but the network logon service was not started.
  2024. //
  2025.   ERROR_NETLOGON_NOT_STARTED = DWORD(1792);
  2026.   {$EXTERNALSYM ERROR_NETLOGON_NOT_STARTED}
  2027. //
  2028. // MessageId: ERROR_ACCOUNT_EXPIRED
  2029. //
  2030. // MessageText:
  2031. //
  2032. //  The user's account has expired.
  2033. //
  2034.   ERROR_ACCOUNT_EXPIRED = DWORD(1793);
  2035.   {$EXTERNALSYM ERROR_ACCOUNT_EXPIRED}
  2036. //
  2037. // MessageId: ERROR_REDIRECTOR_HAS_OPEN_HANDLES
  2038. //
  2039. // MessageText:
  2040. //
  2041. //  The redirector is in use and cannot be unloaded.
  2042. //
  2043.   ERROR_REDIRECTOR_HAS_OPEN_HANDLES = DWORD(1794);
  2044.   {$EXTERNALSYM ERROR_REDIRECTOR_HAS_OPEN_HANDLES}
  2045. //
  2046. // MessageId: ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
  2047. //
  2048. // MessageText:
  2049. //
  2050. //  The specified printer driver is already installed.
  2051. //
  2052.   ERROR_PRINTER_DRIVER_ALREADY_INSTALLED = DWORD(1795);
  2053.   {$EXTERNALSYM ERROR_PRINTER_DRIVER_ALREADY_INSTALLED}
  2054. //
  2055. // MessageId: ERROR_UNKNOWN_PORT
  2056. //
  2057. // MessageText:
  2058. //
  2059. //  The specified port is unknown.
  2060. //
  2061.   ERROR_UNKNOWN_PORT = DWORD(1796);
  2062.   {$EXTERNALSYM ERROR_UNKNOWN_PORT}
  2063. //
  2064. // MessageId: ERROR_UNKNOWN_PRINTER_DRIVER
  2065. //
  2066. // MessageText:
  2067. //
  2068. //  The printer driver is unknown.
  2069. //
  2070.   ERROR_UNKNOWN_PRINTER_DRIVER = DWORD(1797);
  2071.   {$EXTERNALSYM ERROR_UNKNOWN_PRINTER_DRIVER}
  2072. //
  2073. // MessageId: ERROR_UNKNOWN_PRINTPROCESSOR
  2074. //
  2075. // MessageText:
  2076. //
  2077. //  The print processor is unknown.
  2078. //
  2079.   ERROR_UNKNOWN_PRINTPROCESSOR = DWORD(1798);
  2080.   {$EXTERNALSYM ERROR_UNKNOWN_PRINTPROCESSOR}
  2081. //
  2082. // MessageId: ERROR_INVALID_SEPARATOR_FILE
  2083. //
  2084. // MessageText:
  2085. //
  2086. //  The specified separator file is invalid.
  2087. //
  2088.   ERROR_INVALID_SEPARATOR_FILE = DWORD(1799);
  2089.   {$EXTERNALSYM ERROR_INVALID_SEPARATOR_FILE}
  2090. //
  2091. // MessageId: ERROR_INVALID_PRIORITY
  2092. //
  2093. // MessageText:
  2094. //
  2095. //  The specified priority is invalid.
  2096. //
  2097.   ERROR_INVALID_PRIORITY = DWORD(1800);
  2098.   {$EXTERNALSYM ERROR_INVALID_PRIORITY}
  2099. //
  2100. // MessageId: ERROR_INVALID_PRINTER_NAME
  2101. //
  2102. // MessageText:
  2103. //
  2104. //  The printer name is invalid.
  2105. //
  2106.   ERROR_INVALID_PRINTER_NAME = DWORD(1801);
  2107.   {$EXTERNALSYM ERROR_INVALID_PRINTER_NAME}
  2108. //
  2109. // MessageId: ERROR_PRINTER_ALREADY_EXISTS
  2110. //
  2111. // MessageText:
  2112. //
  2113. //  The printer already exists.
  2114. //
  2115.   ERROR_PRINTER_ALREADY_EXISTS = DWORD(1802);
  2116.   {$EXTERNALSYM ERROR_PRINTER_ALREADY_EXISTS}
  2117. //
  2118. // MessageId: ERROR_INVALID_PRINTER_COMMAND
  2119. //
  2120. // MessageText:
  2121. //
  2122. //  The printer command is invalid.
  2123. //
  2124.   ERROR_INVALID_PRINTER_COMMAND = DWORD(1803);
  2125.   {$EXTERNALSYM ERROR_INVALID_PRINTER_COMMAND}
  2126. //
  2127. // MessageId: ERROR_INVALID_DATATYPE
  2128. //
  2129. // MessageText:
  2130. //
  2131. //  The specified datatype is invalid.
  2132. //
  2133.   ERROR_INVALID_DATATYPE = DWORD(1804);
  2134.   {$EXTERNALSYM ERROR_INVALID_DATATYPE}
  2135. //
  2136. // MessageId: ERROR_INVALID_ENVIRONMENT
  2137. //
  2138. // MessageText:
  2139. //
  2140. //  The environment specified is invalid.
  2141. //
  2142.   ERROR_INVALID_ENVIRONMENT = DWORD(1805);
  2143.   {$EXTERNALSYM ERROR_INVALID_ENVIRONMENT}
  2144. //
  2145. // MessageId: RPC_S_NO_MORE_BINDINGS
  2146. //
  2147. // MessageText:
  2148. //
  2149. //  There are no more bindings.
  2150. //
  2151.   RPC_S_NO_MORE_BINDINGS = DWORD(1806);
  2152.   {$EXTERNALSYM RPC_S_NO_MORE_BINDINGS}
  2153. //
  2154. // MessageId: ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
  2155. //
  2156. // MessageText:
  2157. //
  2158. //  The account used is an interdomain trust account. Use your global user account or local user account to access this server.
  2159. //
  2160.   ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT = DWORD(1807);
  2161.   {$EXTERNALSYM ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT}
  2162. //
  2163. // MessageId: ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
  2164. //
  2165. // MessageText:
  2166. //
  2167. //  The account used is a computer account. Use your global user account or local user account to access this server.
  2168. //
  2169.   ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT = DWORD(1808);
  2170.   {$EXTERNALSYM ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT}
  2171. //
  2172. // MessageId: ERROR_NOLOGON_SERVER_TRUST_ACCOUNT
  2173. //
  2174. // MessageText:
  2175. //
  2176. //  The account used is a server trust account. Use your global user account or local user account to access this server.
  2177. //
  2178.   ERROR_NOLOGON_SERVER_TRUST_ACCOUNT = DWORD(1809);
  2179.   {$EXTERNALSYM ERROR_NOLOGON_SERVER_TRUST_ACCOUNT}
  2180. //
  2181. // MessageId: ERROR_DOMAIN_TRUST_INCONSISTENT
  2182. //
  2183. // MessageText:
  2184. //
  2185. //  The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
  2186. //
  2187.   ERROR_DOMAIN_TRUST_INCONSISTENT = DWORD(1810);
  2188.   {$EXTERNALSYM ERROR_DOMAIN_TRUST_INCONSISTENT}
  2189. //
  2190. // MessageId: ERROR_SERVER_HAS_OPEN_HANDLES
  2191. //
  2192. // MessageText:
  2193. //
  2194. //  The server is in use and cannot be unloaded.
  2195. //
  2196.   ERROR_SERVER_HAS_OPEN_HANDLES = DWORD(1811);
  2197.   {$EXTERNALSYM ERROR_SERVER_HAS_OPEN_HANDLES}
  2198. //
  2199. // MessageId: ERROR_RESOURCE_DATA_NOT_FOUND
  2200. //
  2201. // MessageText:
  2202. //
  2203. //  The specified image file did not contain a resource section.
  2204. //
  2205.   ERROR_RESOURCE_DATA_NOT_FOUND = DWORD(1812);
  2206.   {$EXTERNALSYM ERROR_RESOURCE_DATA_NOT_FOUND}
  2207. //
  2208. // MessageId: ERROR_RESOURCE_TYPE_NOT_FOUND
  2209. //
  2210. // MessageText:
  2211. //
  2212. //  The specified resource type cannot be found in the image file.
  2213. //
  2214.   ERROR_RESOURCE_TYPE_NOT_FOUND = DWORD(1813);
  2215.   {$EXTERNALSYM ERROR_RESOURCE_TYPE_NOT_FOUND}
  2216. //
  2217. // MessageId: ERROR_RESOURCE_NAME_NOT_FOUND
  2218. //
  2219. // MessageText:
  2220. //
  2221. //  The specified resource name cannot be found in the image file.
  2222. //
  2223.   ERROR_RESOURCE_NAME_NOT_FOUND = DWORD(1814);
  2224.   {$EXTERNALSYM ERROR_RESOURCE_NAME_NOT_FOUND}
  2225. //
  2226. // MessageId: ERROR_RESOURCE_LANG_NOT_FOUND
  2227. //
  2228. // MessageText:
  2229. //
  2230. //  The specified resource language ID cannot be found in the image file.
  2231. //
  2232.   ERROR_RESOURCE_LANG_NOT_FOUND = DWORD(1815);
  2233.   {$EXTERNALSYM ERROR_RESOURCE_LANG_NOT_FOUND}
  2234. //
  2235. // MessageId: ERROR_NOT_ENOUGH_QUOTA
  2236. //
  2237. // MessageText:
  2238. //
  2239. //  Not enough quota is available to process this command.
  2240. //
  2241.   ERROR_NOT_ENOUGH_QUOTA = DWORD(1816);
  2242.   {$EXTERNALSYM ERROR_NOT_ENOUGH_QUOTA}
  2243. //
  2244. // MessageId: RPC_S_NO_INTERFACES
  2245. //
  2246. // MessageText:
  2247. //
  2248. //  No interfaces have been registered.
  2249. //
  2250.   RPC_S_NO_INTERFACES = DWORD(1817);
  2251.   {$EXTERNALSYM RPC_S_NO_INTERFACES}
  2252. //
  2253. // MessageId: RPC_S_CALL_CANCELLED
  2254. //
  2255. // MessageText:
  2256. //
  2257. //  The remote procedure call was cancelled.
  2258. //
  2259.   RPC_S_CALL_CANCELLED = DWORD(1818);
  2260.   {$EXTERNALSYM RPC_S_CALL_CANCELLED}
  2261. //
  2262. // MessageId: RPC_S_BINDING_INCOMPLETE
  2263. //
  2264. // MessageText:
  2265. //
  2266. //  The binding handle does not contain all required information.
  2267. //
  2268.   RPC_S_BINDING_INCOMPLETE = DWORD(1819);
  2269.   {$EXTERNALSYM RPC_S_BINDING_INCOMPLETE}
  2270. //
  2271. // MessageId: RPC_S_COMM_FAILURE
  2272. //
  2273. // MessageText:
  2274. //
  2275. //  A communications failure occurred during a remote procedure call.
  2276. //
  2277.   RPC_S_COMM_FAILURE = DWORD(1820);
  2278.   {$EXTERNALSYM RPC_S_COMM_FAILURE}
  2279. //
  2280. // MessageId: RPC_S_UNSUPPORTED_AUTHN_LEVEL
  2281. //
  2282. // MessageText:
  2283. //
  2284. //  The requested authentication level is not supported.
  2285. //
  2286.   RPC_S_UNSUPPORTED_AUTHN_LEVEL = DWORD(1821);
  2287.   {$EXTERNALSYM RPC_S_UNSUPPORTED_AUTHN_LEVEL}
  2288. //
  2289. // MessageId: RPC_S_NO_PRINC_NAME
  2290. //
  2291. // MessageText:
  2292. //
  2293. //  No principal name registered.
  2294. //
  2295.   RPC_S_NO_PRINC_NAME = DWORD(1822);
  2296.   {$EXTERNALSYM RPC_S_NO_PRINC_NAME}
  2297. //
  2298. // MessageId: RPC_S_NOT_RPC_ERROR
  2299. //
  2300. // MessageText:
  2301. //
  2302. //  The error specified is not a valid Windows RPC error code.
  2303. //
  2304.   RPC_S_NOT_RPC_ERROR = DWORD(1823);
  2305.   {$EXTERNALSYM RPC_S_NOT_RPC_ERROR}
  2306. //
  2307. // MessageId: RPC_S_UUID_LOCAL_ONLY
  2308. //
  2309. // MessageText:
  2310. //
  2311. //  A UUID that is valid only on this computer has been allocated.
  2312. //
  2313.   RPC_S_UUID_LOCAL_ONLY = DWORD(1824);
  2314.   {$EXTERNALSYM RPC_S_UUID_LOCAL_ONLY}
  2315. //
  2316. // MessageId: RPC_S_SEC_PKG_ERROR
  2317. //
  2318. // MessageText:
  2319. //
  2320. //  A security package specific error occurred.
  2321. //
  2322.   RPC_S_SEC_PKG_ERROR = DWORD(1825);
  2323.   {$EXTERNALSYM RPC_S_SEC_PKG_ERROR}
  2324. //
  2325. // MessageId: RPC_S_NOT_CANCELLED
  2326. //
  2327. // MessageText:
  2328. //
  2329. //  Thread is not canceled.
  2330. //
  2331.   RPC_S_NOT_CANCELLED = DWORD(1826);
  2332.   {$EXTERNALSYM RPC_S_NOT_CANCELLED}
  2333. //
  2334. // MessageId: RPC_X_INVALID_ES_ACTION
  2335. //
  2336. // MessageText:
  2337. //
  2338. //  Invalid operation on the encoding/decoding handle.
  2339. //
  2340.   RPC_X_INVALID_ES_ACTION = DWORD(1827);
  2341.   {$EXTERNALSYM RPC_X_INVALID_ES_ACTION}
  2342. //
  2343. // MessageId: RPC_X_WRONG_ES_VERSION
  2344. //
  2345. // MessageText:
  2346. //
  2347. //  Incompatible version of the serializing package.
  2348. //
  2349.   RPC_X_WRONG_ES_VERSION = DWORD(1828);
  2350.   {$EXTERNALSYM RPC_X_WRONG_ES_VERSION}
  2351. //
  2352. // MessageId: RPC_X_WRONG_STUB_VERSION
  2353. //
  2354. // MessageText:
  2355. //
  2356. //  Incompatible version of the RPC stub.
  2357. //
  2358.   RPC_X_WRONG_STUB_VERSION = DWORD(1829);
  2359.   {$EXTERNALSYM RPC_X_WRONG_STUB_VERSION}
  2360. //
  2361. // MessageId: RPC_X_INVALID_PIPE_OBJECT
  2362. //
  2363. // MessageText:
  2364. //
  2365. //  The RPC pipe object is invalid or corrupted.
  2366. //
  2367.   RPC_X_INVALID_PIPE_OBJECT = DWORD(1830);
  2368.   {$EXTERNALSYM RPC_X_INVALID_PIPE_OBJECT}
  2369. //
  2370. // MessageId: RPC_X_WRONG_PIPE_ORDER
  2371. //
  2372. // MessageText:
  2373. //
  2374. //  An invalid operation was attempted on an RPC pipe object.
  2375. //
  2376.   RPC_X_WRONG_PIPE_ORDER = DWORD(1831);
  2377.   {$EXTERNALSYM RPC_X_WRONG_PIPE_ORDER}
  2378. //
  2379. // MessageId: RPC_X_WRONG_PIPE_VERSION
  2380. //
  2381. // MessageText:
  2382. //
  2383. //  Unsupported RPC pipe version.
  2384. //
  2385.   RPC_X_WRONG_PIPE_VERSION = DWORD(1832);
  2386.   {$EXTERNALSYM RPC_X_WRONG_PIPE_VERSION}
  2387. //
  2388. // MessageId: RPC_S_GROUP_MEMBER_NOT_FOUND
  2389. //
  2390. // MessageText:
  2391. //
  2392. //  The group member was not found.
  2393. //
  2394.   RPC_S_GROUP_MEMBER_NOT_FOUND = DWORD(1898);
  2395.   {$EXTERNALSYM RPC_S_GROUP_MEMBER_NOT_FOUND}
  2396. //
  2397. // MessageId: EPT_S_CANT_CREATE
  2398. //
  2399. // MessageText:
  2400. //
  2401. //  The endpoint mapper database entry could not be created.
  2402. //
  2403.   EPT_S_CANT_CREATE = DWORD(1899);
  2404.   {$EXTERNALSYM EPT_S_CANT_CREATE}
  2405. //
  2406. // MessageId: RPC_S_INVALID_OBJECT
  2407. //
  2408. // MessageText:
  2409. //
  2410. //  The object universal unique identifier (UUID) is the nil UUID.
  2411. //
  2412.   RPC_S_INVALID_OBJECT = DWORD(1900);
  2413.   {$EXTERNALSYM RPC_S_INVALID_OBJECT}
  2414. //
  2415. // MessageId: ERROR_INVALID_TIME
  2416. //
  2417. // MessageText:
  2418. //
  2419. //  The specified time is invalid.
  2420. //
  2421.   ERROR_INVALID_TIME = DWORD(1901);
  2422.   {$EXTERNALSYM ERROR_INVALID_TIME}
  2423. //
  2424. // MessageId: ERROR_INVALID_FORM_NAME
  2425. //
  2426. // MessageText:
  2427. //
  2428. //  The specified form name is invalid.
  2429. //
  2430.   ERROR_INVALID_FORM_NAME = DWORD(1902);
  2431.   {$EXTERNALSYM ERROR_INVALID_FORM_NAME}
  2432. //
  2433. // MessageId: ERROR_INVALID_FORM_SIZE
  2434. //
  2435. // MessageText:
  2436. //
  2437. //  The specified form size is invalid.
  2438. //
  2439.   ERROR_INVALID_FORM_SIZE = DWORD(1903);
  2440.   {$EXTERNALSYM ERROR_INVALID_FORM_SIZE}
  2441. //
  2442. // MessageId: ERROR_ALREADY_WAITING
  2443. //
  2444. // MessageText:
  2445. //
  2446. //  The specified printer handle is already being waited on
  2447. //
  2448.   ERROR_ALREADY_WAITING = DWORD(1904);
  2449.   {$EXTERNALSYM ERROR_ALREADY_WAITING}
  2450. //
  2451. // MessageId: ERROR_PRINTER_DELETED
  2452. //
  2453. // MessageText:
  2454. //
  2455. //  The specified printer has been deleted.
  2456. //
  2457.   ERROR_PRINTER_DELETED = DWORD(1905);
  2458.   {$EXTERNALSYM ERROR_PRINTER_DELETED}
  2459. //
  2460. // MessageId: ERROR_INVALID_PRINTER_STATE
  2461. //
  2462. // MessageText:
  2463. //
  2464. //  The state of the printer is invalid.
  2465. //
  2466.   ERROR_INVALID_PRINTER_STATE = DWORD(1906);
  2467.   {$EXTERNALSYM ERROR_INVALID_PRINTER_STATE}
  2468. //
  2469. // MessageId: ERROR_PASSWORD_MUST_CHANGE
  2470. //
  2471. // MessageText:
  2472. //
  2473. //  The user's password must be changed before logging on the first time.
  2474. //
  2475.   ERROR_PASSWORD_MUST_CHANGE = DWORD(1907);
  2476.   {$EXTERNALSYM ERROR_PASSWORD_MUST_CHANGE}
  2477. //
  2478. // MessageId: ERROR_DOMAIN_CONTROLLER_NOT_FOUND
  2479. //
  2480. // MessageText:
  2481. //
  2482. //  Could not find the domain controller for this domain.
  2483. //
  2484.   ERROR_DOMAIN_CONTROLLER_NOT_FOUND = DWORD(1908);
  2485.   {$EXTERNALSYM ERROR_DOMAIN_CONTROLLER_NOT_FOUND}
  2486. //
  2487. // MessageId: ERROR_ACCOUNT_LOCKED_OUT
  2488. //
  2489. // MessageText:
  2490. //
  2491. //  The referenced account is currently locked out and may not be logged on to.
  2492. //
  2493.   ERROR_ACCOUNT_LOCKED_OUT = DWORD(1909);
  2494.   {$EXTERNALSYM ERROR_ACCOUNT_LOCKED_OUT}
  2495. //
  2496. // MessageId: OR_INVALID_OXID
  2497. //
  2498. // MessageText:
  2499. //
  2500. //  The object exporter specified was not found.
  2501. //
  2502.   OR_INVALID_OXID = DWORD(1910);
  2503.   {$EXTERNALSYM OR_INVALID_OXID}
  2504. //
  2505. // MessageId: OR_INVALID_OID
  2506. //
  2507. // MessageText:
  2508. //
  2509. //  The object specified was not found.
  2510. //
  2511.   OR_INVALID_OID = DWORD(1911);
  2512.   {$EXTERNALSYM OR_INVALID_OID}
  2513. //
  2514. // MessageId: OR_INVALID_SET
  2515. //
  2516. // MessageText:
  2517. //
  2518. //  The object resolver set specified was not found.
  2519. //
  2520.   OR_INVALID_SET = DWORD(1912);
  2521.   {$EXTERNALSYM OR_INVALID_SET}
  2522. //
  2523. // MessageId: RPC_S_SEND_INCOMPLETE
  2524. //
  2525. // MessageText:
  2526. //
  2527. //  Some data remains to be sent in the request buffer.
  2528. //
  2529.   RPC_S_SEND_INCOMPLETE = DWORD(1913);
  2530.   {$EXTERNALSYM RPC_S_SEND_INCOMPLETE}
  2531. //
  2532. // MessageId: RPC_S_INVALID_ASYNC_HANDLE
  2533. //
  2534. // MessageText:
  2535. //
  2536. //  Invalid asynchronous remote procedure call handle.
  2537. //
  2538.   RPC_S_INVALID_ASYNC_HANDLE = DWORD(1914);
  2539.   {$EXTERNALSYM RPC_S_INVALID_ASYNC_HANDLE}
  2540. //
  2541. // MessageId: RPC_S_INVALID_ASYNC_CALL
  2542. //
  2543. // MessageText:
  2544. //
  2545. //  Invalid asynchronous RPC call handle for this operation.
  2546. //
  2547.   RPC_S_INVALID_ASYNC_CALL = DWORD(1915);
  2548.   {$EXTERNALSYM RPC_S_INVALID_ASYNC_CALL}
  2549. //
  2550. // MessageId: RPC_X_PIPE_CLOSED
  2551. //
  2552. // MessageText:
  2553. //
  2554. //  The RPC pipe object has already been closed.
  2555. //
  2556.   RPC_X_PIPE_CLOSED = DWORD(1916);
  2557.   {$EXTERNALSYM RPC_X_PIPE_CLOSED}
  2558. //
  2559. // MessageId: RPC_X_PIPE_DISCIPLINE_ERROR
  2560. //
  2561. // MessageText:
  2562. //
  2563. //  The RPC call completed before all pipes were processed.
  2564. //
  2565.   RPC_X_PIPE_DISCIPLINE_ERROR = DWORD(1917);
  2566.   {$EXTERNALSYM RPC_X_PIPE_DISCIPLINE_ERROR}
  2567. //
  2568. // MessageId: RPC_X_PIPE_EMPTY
  2569. //
  2570. // MessageText:
  2571. //
  2572. //  No more data is available from the RPC pipe.
  2573. //
  2574.   RPC_X_PIPE_EMPTY = DWORD(1918);
  2575.   {$EXTERNALSYM RPC_X_PIPE_EMPTY}
  2576. //
  2577. // MessageId: ERROR_NO_SITENAME
  2578. //
  2579. // MessageText:
  2580. //
  2581. //  No site name is available for this machine.
  2582. //
  2583.   ERROR_NO_SITENAME = DWORD(1919);
  2584.   {$EXTERNALSYM ERROR_NO_SITENAME}
  2585. //
  2586. // MessageId: ERROR_CANT_ACCESS_FILE
  2587. //
  2588. // MessageText:
  2589. //
  2590. //  The file can not be accessed by the system.
  2591. //
  2592.   ERROR_CANT_ACCESS_FILE = DWORD(1920);
  2593.   {$EXTERNALSYM ERROR_CANT_ACCESS_FILE}
  2594. //
  2595. // MessageId: ERROR_CANT_RESOLVE_FILENAME
  2596. //
  2597. // MessageText:
  2598. //
  2599. //  The name of the file cannot be resolved by the system.
  2600. //
  2601.   ERROR_CANT_RESOLVE_FILENAME = DWORD(1921);
  2602.   {$EXTERNALSYM ERROR_CANT_RESOLVE_FILENAME}
  2603. //
  2604. // MessageId: RPC_S_ENTRY_TYPE_MISMATCH
  2605. //
  2606. // MessageText:
  2607. //
  2608. //  The entry is not of the expected type.
  2609. //
  2610.   RPC_S_ENTRY_TYPE_MISMATCH = DWORD(1922);
  2611.   {$EXTERNALSYM RPC_S_ENTRY_TYPE_MISMATCH}
  2612. //
  2613. // MessageId: RPC_S_NOT_ALL_OBJS_EXPORTED
  2614. //
  2615. // MessageText:
  2616. //
  2617. //  Not all object UUIDs could be exported to the specified entry.
  2618. //
  2619.   RPC_S_NOT_ALL_OBJS_EXPORTED = DWORD(1923);
  2620.   {$EXTERNALSYM RPC_S_NOT_ALL_OBJS_EXPORTED}
  2621. //
  2622. // MessageId: RPC_S_INTERFACE_NOT_EXPORTED
  2623. //
  2624. // MessageText:
  2625. //
  2626. //  Interface could not be exported to the specified entry.
  2627. //
  2628.   RPC_S_INTERFACE_NOT_EXPORTED = DWORD(1924);
  2629.   {$EXTERNALSYM RPC_S_INTERFACE_NOT_EXPORTED}
  2630. //
  2631. // MessageId: RPC_S_PROFILE_NOT_ADDED
  2632. //
  2633. // MessageText:
  2634. //
  2635. //  The specified profile entry could not be added.
  2636. //
  2637.   RPC_S_PROFILE_NOT_ADDED = DWORD(1925);
  2638.   {$EXTERNALSYM RPC_S_PROFILE_NOT_ADDED}
  2639. //
  2640. // MessageId: RPC_S_PRF_ELT_NOT_ADDED
  2641. //
  2642. // MessageText:
  2643. //
  2644. //  The specified profile element could not be added.
  2645. //
  2646.   RPC_S_PRF_ELT_NOT_ADDED = DWORD(1926);
  2647.   {$EXTERNALSYM RPC_S_PRF_ELT_NOT_ADDED}
  2648. //
  2649. // MessageId: RPC_S_PRF_ELT_NOT_REMOVED
  2650. //
  2651. // MessageText:
  2652. //
  2653. //  The specified profile element could not be removed.
  2654. //
  2655.   RPC_S_PRF_ELT_NOT_REMOVED = DWORD(1927);
  2656.   {$EXTERNALSYM RPC_S_PRF_ELT_NOT_REMOVED}
  2657. //
  2658. // MessageId: RPC_S_GRP_ELT_NOT_ADDED
  2659. //
  2660. // MessageText:
  2661. //
  2662. //  The group element could not be added.
  2663. //
  2664.   RPC_S_GRP_ELT_NOT_ADDED = DWORD(1928);
  2665.   {$EXTERNALSYM RPC_S_GRP_ELT_NOT_ADDED}
  2666. //
  2667. // MessageId: RPC_S_GRP_ELT_NOT_REMOVED
  2668. //
  2669. // MessageText:
  2670. //
  2671. //  The group element could not be removed.
  2672. //
  2673.   RPC_S_GRP_ELT_NOT_REMOVED = DWORD(1929);
  2674.   {$EXTERNALSYM RPC_S_GRP_ELT_NOT_REMOVED}
  2675. //
  2676. // MessageId: ERROR_KM_DRIVER_BLOCKED
  2677. //
  2678. // MessageText:
  2679. //
  2680. //  The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
  2681. //
  2682.   ERROR_KM_DRIVER_BLOCKED = DWORD(1930);
  2683.   {$EXTERNALSYM ERROR_KM_DRIVER_BLOCKED}
  2684. //
  2685. // MessageId: ERROR_CONTEXT_EXPIRED
  2686. //
  2687. // MessageText:
  2688. //
  2689. //  The context has expired and can no longer be used.
  2690. //
  2691.   ERROR_CONTEXT_EXPIRED = DWORD(1931);
  2692.   {$EXTERNALSYM ERROR_CONTEXT_EXPIRED}
  2693. //
  2694. // MessageId: ERROR_PER_USER_TRUST_QUOTA_EXCEEDED
  2695. //
  2696. // MessageText:
  2697. //
  2698. //  The current user's delegated trust creation quota has been exceeded.
  2699. //
  2700.   ERROR_PER_USER_TRUST_QUOTA_EXCEEDED = DWORD(1932);
  2701.   {$EXTERNALSYM ERROR_PER_USER_TRUST_QUOTA_EXCEEDED}
  2702. //
  2703. // MessageId: ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
  2704. //
  2705. // MessageText:
  2706. //
  2707. //  The total delegated trust creation quota has been exceeded.
  2708. //
  2709.   ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED = DWORD(1933);
  2710.   {$EXTERNALSYM ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED}
  2711. //
  2712. // MessageId: ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
  2713. //
  2714. // MessageText:
  2715. //
  2716. //  The current user's delegated trust deletion quota has been exceeded.
  2717. //
  2718.   ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED = DWORD(1934);
  2719.   {$EXTERNALSYM ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED}
  2720. //
  2721. // MessageId: ERROR_AUTHENTICATION_FIREWALL_FAILED
  2722. //
  2723. // MessageText:
  2724. //
  2725. //  Logon Failure: The machine you are logging onto is protected by an authentication firewall.  The specified account is not allowed to authenticate to the machine.
  2726. //
  2727.   ERROR_AUTHENTICATION_FIREWALL_FAILED = DWORD(1935);
  2728.   {$EXTERNALSYM ERROR_AUTHENTICATION_FIREWALL_FAILED}
  2729. //
  2730. // MessageId: ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED
  2731. //
  2732. // MessageText:
  2733. //
  2734. //  Remote connections to the Print Spooler are blocked by a policy set on your machine.
  2735. //
  2736.   ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED = DWORD(1936);
  2737.   {$EXTERNALSYM ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED}
  2738. ///////////////////////////
  2739. //                       //
  2740. //   OpenGL Error Code   //
  2741. //                       //
  2742. ///////////////////////////
  2743. //
  2744. // MessageId: ERROR_INVALID_PIXEL_FORMAT
  2745. //
  2746. // MessageText:
  2747. //
  2748. //  The pixel format is invalid.
  2749. //
  2750.   ERROR_INVALID_PIXEL_FORMAT = DWORD(2000);
  2751.   {$EXTERNALSYM ERROR_INVALID_PIXEL_FORMAT}
  2752. //
  2753. // MessageId: ERROR_BAD_DRIVER
  2754. //
  2755. // MessageText:
  2756. //
  2757. //  The specified driver is invalid.
  2758. //
  2759.   ERROR_BAD_DRIVER = DWORD(2001);
  2760.   {$EXTERNALSYM ERROR_BAD_DRIVER}
  2761. //
  2762. // MessageId: ERROR_INVALID_WINDOW_STYLE
  2763. //
  2764. // MessageText:
  2765. //
  2766. //  The window style or class attribute is invalid for this operation.
  2767. //
  2768.   ERROR_INVALID_WINDOW_STYLE = DWORD(2002);
  2769.   {$EXTERNALSYM ERROR_INVALID_WINDOW_STYLE}
  2770. //
  2771. // MessageId: ERROR_METAFILE_NOT_SUPPORTED
  2772. //
  2773. // MessageText:
  2774. //
  2775. //  The requested metafile operation is not supported.
  2776. //
  2777.   ERROR_METAFILE_NOT_SUPPORTED = DWORD(2003);
  2778.   {$EXTERNALSYM ERROR_METAFILE_NOT_SUPPORTED}
  2779. //
  2780. // MessageId: ERROR_TRANSFORM_NOT_SUPPORTED
  2781. //
  2782. // MessageText:
  2783. //
  2784. //  The requested transformation operation is not supported.
  2785. //
  2786.   ERROR_TRANSFORM_NOT_SUPPORTED = DWORD(2004);
  2787.   {$EXTERNALSYM ERROR_TRANSFORM_NOT_SUPPORTED}
  2788. //
  2789. // MessageId: ERROR_CLIPPING_NOT_SUPPORTED
  2790. //
  2791. // MessageText:
  2792. //
  2793. //  The requested clipping operation is not supported.
  2794. //
  2795.   ERROR_CLIPPING_NOT_SUPPORTED = DWORD(2005);
  2796.   {$EXTERNALSYM ERROR_CLIPPING_NOT_SUPPORTED}
  2797. // End of OpenGL error codes
  2798. ///////////////////////////////////////////
  2799. //                                       //
  2800. //   Image Color Management Error Code   //
  2801. //                                       //
  2802. ///////////////////////////////////////////
  2803. //
  2804. // MessageId: ERROR_INVALID_CMM
  2805. //
  2806. // MessageText:
  2807. //
  2808. //  The specified color management module is invalid.
  2809. //
  2810.   ERROR_INVALID_CMM = DWORD(2010);
  2811.   {$EXTERNALSYM ERROR_INVALID_CMM}
  2812. //
  2813. // MessageId: ERROR_INVALID_PROFILE
  2814. //
  2815. // MessageText:
  2816. //
  2817. //  The specified color profile is invalid.
  2818. //
  2819.   ERROR_INVALID_PROFILE = DWORD(2011);
  2820.   {$EXTERNALSYM ERROR_INVALID_PROFILE}
  2821. //
  2822. // MessageId: ERROR_TAG_NOT_FOUND
  2823. //
  2824. // MessageText:
  2825. //
  2826. //  The specified tag was not found.
  2827. //
  2828.   ERROR_TAG_NOT_FOUND = DWORD(2012);
  2829.   {$EXTERNALSYM ERROR_TAG_NOT_FOUND}
  2830. //
  2831. // MessageId: ERROR_TAG_NOT_PRESENT
  2832. //
  2833. // MessageText:
  2834. //
  2835. //  A required tag is not present.
  2836. //
  2837.   ERROR_TAG_NOT_PRESENT = DWORD(2013);
  2838.   {$EXTERNALSYM ERROR_TAG_NOT_PRESENT}
  2839. //
  2840. // MessageId: ERROR_DUPLICATE_TAG
  2841. //
  2842. // MessageText:
  2843. //
  2844. //  The specified tag is already present.
  2845. //
  2846.   ERROR_DUPLICATE_TAG = DWORD(2014);
  2847.   {$EXTERNALSYM ERROR_DUPLICATE_TAG}
  2848. //
  2849. // MessageId: ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
  2850. //
  2851. // MessageText:
  2852. //
  2853. //  The specified color profile is not associated with any device.
  2854. //
  2855.   ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE = DWORD(2015);
  2856.   {$EXTERNALSYM ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE}
  2857. //
  2858. // MessageId: ERROR_PROFILE_NOT_FOUND
  2859. //
  2860. // MessageText:
  2861. //
  2862. //  The specified color profile was not found.
  2863. //
  2864.   ERROR_PROFILE_NOT_FOUND = DWORD(2016);
  2865.   {$EXTERNALSYM ERROR_PROFILE_NOT_FOUND}
  2866. //
  2867. // MessageId: ERROR_INVALID_COLORSPACE
  2868. //
  2869. // MessageText:
  2870. //
  2871. //  The specified color space is invalid.
  2872. //
  2873.   ERROR_INVALID_COLORSPACE = DWORD(2017);
  2874.   {$EXTERNALSYM ERROR_INVALID_COLORSPACE}
  2875. //
  2876. // MessageId: ERROR_ICM_NOT_ENABLED
  2877. //
  2878. // MessageText:
  2879. //
  2880. //  Image Color Management is not enabled.
  2881. //
  2882.   ERROR_ICM_NOT_ENABLED = DWORD(2018);
  2883.   {$EXTERNALSYM ERROR_ICM_NOT_ENABLED}
  2884. //
  2885. // MessageId: ERROR_DELETING_ICM_XFORM
  2886. //
  2887. // MessageText:
  2888. //
  2889. //  There was an error while deleting the color transform.
  2890. //
  2891.   ERROR_DELETING_ICM_XFORM = DWORD(2019);
  2892.   {$EXTERNALSYM ERROR_DELETING_ICM_XFORM}
  2893. //
  2894. // MessageId: ERROR_INVALID_TRANSFORM
  2895. //
  2896. // MessageText:
  2897. //
  2898. //  The specified color transform is invalid.
  2899. //
  2900.   ERROR_INVALID_TRANSFORM = DWORD(2020);
  2901.   {$EXTERNALSYM ERROR_INVALID_TRANSFORM}
  2902. //
  2903. // MessageId: ERROR_COLORSPACE_MISMATCH
  2904. //
  2905. // MessageText:
  2906. //
  2907. //  The specified transform does not match the bitmap's color space.
  2908. //
  2909.   ERROR_COLORSPACE_MISMATCH = DWORD(2021);
  2910.   {$EXTERNALSYM ERROR_COLORSPACE_MISMATCH}
  2911. //
  2912. // MessageId: ERROR_INVALID_COLORINDEX
  2913. //
  2914. // MessageText:
  2915. //
  2916. //  The specified named color index is not present in the profile.
  2917. //
  2918.   ERROR_INVALID_COLORINDEX = DWORD(2022);
  2919.   {$EXTERNALSYM ERROR_INVALID_COLORINDEX}
  2920. ///////////////////////////
  2921. //                       //
  2922. // Winnet32 Status Codes //
  2923. //                       //
  2924. // The range 2100 through 2999 is reserved for network status codes.
  2925. // See lmerr.h for a complete listing
  2926. ///////////////////////////
  2927. //
  2928. // MessageId: ERROR_CONNECTED_OTHER_PASSWORD
  2929. //
  2930. // MessageText:
  2931. //
  2932. //  The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
  2933. //
  2934.   ERROR_CONNECTED_OTHER_PASSWORD = DWORD(2108);
  2935.   {$EXTERNALSYM ERROR_CONNECTED_OTHER_PASSWORD}
  2936. //
  2937. // MessageId: ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
  2938. //
  2939. // MessageText:
  2940. //
  2941. //  The network connection was made successfully using default credentials.
  2942. //
  2943.   ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT = DWORD(2109);
  2944.   {$EXTERNALSYM ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT}
  2945. //
  2946. // MessageId: ERROR_BAD_USERNAME
  2947. //
  2948. // MessageText:
  2949. //
  2950. //  The specified username is invalid.
  2951. //
  2952.   ERROR_BAD_USERNAME = DWORD(2202);
  2953.   {$EXTERNALSYM ERROR_BAD_USERNAME}
  2954. //
  2955. // MessageId: ERROR_NOT_CONNECTED
  2956. //
  2957. // MessageText:
  2958. //
  2959. //  This network connection does not exist.
  2960. //
  2961.   ERROR_NOT_CONNECTED = DWORD(2250);
  2962.   {$EXTERNALSYM ERROR_NOT_CONNECTED}
  2963. //
  2964. // MessageId: ERROR_OPEN_FILES
  2965. //
  2966. // MessageText:
  2967. //
  2968. //  This network connection has files open or requests pending.
  2969. //
  2970.   ERROR_OPEN_FILES = DWORD(2401);
  2971.   {$EXTERNALSYM ERROR_OPEN_FILES}
  2972. //
  2973. // MessageId: ERROR_ACTIVE_CONNECTIONS
  2974. //
  2975. // MessageText:
  2976. //
  2977. //  Active connections still exist.
  2978. //
  2979.   ERROR_ACTIVE_CONNECTIONS = DWORD(2402);
  2980.   {$EXTERNALSYM ERROR_ACTIVE_CONNECTIONS}
  2981. //
  2982. // MessageId: ERROR_DEVICE_IN_USE
  2983. //
  2984. // MessageText:
  2985. //
  2986. //  The device is in use by an active process and cannot be disconnected.
  2987. //
  2988.   ERROR_DEVICE_IN_USE = DWORD(2404);
  2989.   {$EXTERNALSYM ERROR_DEVICE_IN_USE}
  2990. ////////////////////////////////////
  2991. //                                //
  2992. //     Win32 Spooler Error Codes  //
  2993. //                                //
  2994. ////////////////////////////////////
  2995. //
  2996. // MessageId: ERROR_UNKNOWN_PRINT_MONITOR
  2997. //
  2998. // MessageText:
  2999. //
  3000. //  The specified print monitor is unknown.
  3001. //
  3002.   ERROR_UNKNOWN_PRINT_MONITOR = DWORD(3000);
  3003.   {$EXTERNALSYM ERROR_UNKNOWN_PRINT_MONITOR}
  3004. //
  3005. // MessageId: ERROR_PRINTER_DRIVER_IN_USE
  3006. //
  3007. // MessageText:
  3008. //
  3009. //  The specified printer driver is currently in use.
  3010. //
  3011.   ERROR_PRINTER_DRIVER_IN_USE = DWORD(3001);
  3012.   {$EXTERNALSYM ERROR_PRINTER_DRIVER_IN_USE}
  3013. //
  3014. // MessageId: ERROR_SPOOL_FILE_NOT_FOUND
  3015. //
  3016. // MessageText:
  3017. //
  3018. //  The spool file was not found.
  3019. //
  3020.   ERROR_SPOOL_FILE_NOT_FOUND = DWORD(3002);
  3021.   {$EXTERNALSYM ERROR_SPOOL_FILE_NOT_FOUND}
  3022. //
  3023. // MessageId: ERROR_SPL_NO_STARTDOC
  3024. //
  3025. // MessageText:
  3026. //
  3027. //  A StartDocPrinter call was not issued.
  3028. //
  3029.   ERROR_SPL_NO_STARTDOC = DWORD(3003);
  3030.   {$EXTERNALSYM ERROR_SPL_NO_STARTDOC}
  3031. //
  3032. // MessageId: ERROR_SPL_NO_ADDJOB
  3033. //
  3034. // MessageText:
  3035. //
  3036. //  An AddJob call was not issued.
  3037. //
  3038.   ERROR_SPL_NO_ADDJOB = DWORD(3004);
  3039.   {$EXTERNALSYM ERROR_SPL_NO_ADDJOB}
  3040. //
  3041. // MessageId: ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
  3042. //
  3043. // MessageText:
  3044. //
  3045. //  The specified print processor has already been installed.
  3046. //
  3047.   ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED = DWORD(3005);
  3048.   {$EXTERNALSYM ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED}
  3049. //
  3050. // MessageId: ERROR_PRINT_MONITOR_ALREADY_INSTALLED
  3051. //
  3052. // MessageText:
  3053. //
  3054. //  The specified print monitor has already been installed.
  3055. //
  3056.   ERROR_PRINT_MONITOR_ALREADY_INSTALLED = DWORD(3006);
  3057.   {$EXTERNALSYM ERROR_PRINT_MONITOR_ALREADY_INSTALLED}
  3058. //
  3059. // MessageId: ERROR_INVALID_PRINT_MONITOR
  3060. //
  3061. // MessageText:
  3062. //
  3063. //  The specified print monitor does not have the required functions.
  3064. //
  3065.   ERROR_INVALID_PRINT_MONITOR = DWORD(3007);
  3066.   {$EXTERNALSYM ERROR_INVALID_PRINT_MONITOR}
  3067. //
  3068. // MessageId: ERROR_PRINT_MONITOR_IN_USE
  3069. //
  3070. // MessageText:
  3071. //
  3072. //  The specified print monitor is currently in use.
  3073. //
  3074.   ERROR_PRINT_MONITOR_IN_USE = DWORD(3008);
  3075.   {$EXTERNALSYM ERROR_PRINT_MONITOR_IN_USE}
  3076. //
  3077. // MessageId: ERROR_PRINTER_HAS_JOBS_QUEUED
  3078. //
  3079. // MessageText:
  3080. //
  3081. //  The requested operation is not allowed when there are jobs queued to the printer.
  3082. //
  3083.   ERROR_PRINTER_HAS_JOBS_QUEUED = DWORD(3009);
  3084.   {$EXTERNALSYM ERROR_PRINTER_HAS_JOBS_QUEUED}
  3085. //
  3086. // MessageId: ERROR_SUCCESS_REBOOT_REQUIRED
  3087. //
  3088. // MessageText:
  3089. //
  3090. //  The requested operation is successful. Changes will not be effective until the system is rebooted.
  3091. //
  3092.   ERROR_SUCCESS_REBOOT_REQUIRED = DWORD(3010);
  3093.   {$EXTERNALSYM ERROR_SUCCESS_REBOOT_REQUIRED}
  3094. //
  3095. // MessageId: ERROR_SUCCESS_RESTART_REQUIRED
  3096. //
  3097. // MessageText:
  3098. //
  3099. //  The requested operation is successful. Changes will not be effective until the service is restarted.
  3100. //
  3101.   ERROR_SUCCESS_RESTART_REQUIRED = DWORD(3011);
  3102.   {$EXTERNALSYM ERROR_SUCCESS_RESTART_REQUIRED}
  3103. //
  3104. // MessageId: ERROR_PRINTER_NOT_FOUND
  3105. //
  3106. // MessageText:
  3107. //
  3108. //  No printers were found.
  3109. //
  3110.   ERROR_PRINTER_NOT_FOUND = DWORD(3012);
  3111.   {$EXTERNALSYM ERROR_PRINTER_NOT_FOUND}
  3112. //
  3113. // MessageId: ERROR_PRINTER_DRIVER_WARNED
  3114. //
  3115. // MessageText:
  3116. //
  3117. //  The printer driver is known to be unreliable.
  3118. //
  3119.   ERROR_PRINTER_DRIVER_WARNED = DWORD(3013);
  3120.   {$EXTERNALSYM ERROR_PRINTER_DRIVER_WARNED}
  3121. //
  3122. // MessageId: ERROR_PRINTER_DRIVER_BLOCKED
  3123. //
  3124. // MessageText:
  3125. //
  3126. //  The printer driver is known to harm the system.
  3127. //
  3128.   ERROR_PRINTER_DRIVER_BLOCKED = DWORD(3014);
  3129.   {$EXTERNALSYM ERROR_PRINTER_DRIVER_BLOCKED}
  3130. ////////////////////////////////////
  3131. //                                //
  3132. //     Wins Error Codes           //
  3133. //                                //
  3134. ////////////////////////////////////
  3135. //
  3136. // MessageId: ERROR_WINS_INTERNAL
  3137. //
  3138. // MessageText:
  3139. //
  3140. //  WINS encountered an error while processing the command.
  3141. //
  3142.   ERROR_WINS_INTERNAL = DWORD(4000);
  3143.   {$EXTERNALSYM ERROR_WINS_INTERNAL}
  3144. //
  3145. // MessageId: ERROR_CAN_NOT_DEL_LOCAL_WINS
  3146. //
  3147. // MessageText:
  3148. //
  3149. //  The local WINS can not be deleted.
  3150. //
  3151.   ERROR_CAN_NOT_DEL_LOCAL_WINS = DWORD(4001);
  3152.   {$EXTERNALSYM ERROR_CAN_NOT_DEL_LOCAL_WINS}
  3153. //
  3154. // MessageId: ERROR_STATIC_INIT
  3155. //
  3156. // MessageText:
  3157. //
  3158. //  The importation from the file failed.
  3159. //
  3160.   ERROR_STATIC_INIT = DWORD(4002);
  3161.   {$EXTERNALSYM ERROR_STATIC_INIT}
  3162. //
  3163. // MessageId: ERROR_INC_BACKUP
  3164. //
  3165. // MessageText:
  3166. //
  3167. //  The backup failed. Was a full backup done before?
  3168. //
  3169.   ERROR_INC_BACKUP = DWORD(4003);
  3170.   {$EXTERNALSYM ERROR_INC_BACKUP}
  3171. //
  3172. // MessageId: ERROR_FULL_BACKUP
  3173. //
  3174. // MessageText:
  3175. //
  3176. //  The backup failed. Check the directory to which you are backing the database.
  3177. //
  3178.   ERROR_FULL_BACKUP = DWORD(4004);
  3179.   {$EXTERNALSYM ERROR_FULL_BACKUP}
  3180. //
  3181. // MessageId: ERROR_REC_NON_EXISTENT
  3182. //
  3183. // MessageText:
  3184. //
  3185. //  The name does not exist in the WINS database.
  3186. //
  3187.   ERROR_REC_NON_EXISTENT = DWORD(4005);
  3188.   {$EXTERNALSYM ERROR_REC_NON_EXISTENT}
  3189. //
  3190. // MessageId: ERROR_RPL_NOT_ALLOWED
  3191. //
  3192. // MessageText:
  3193. //
  3194. //  Replication with a nonconfigured partner is not allowed.
  3195. //
  3196.   ERROR_RPL_NOT_ALLOWED = DWORD(4006);
  3197.   {$EXTERNALSYM ERROR_RPL_NOT_ALLOWED}
  3198. ////////////////////////////////////
  3199. //                                //
  3200. //     DHCP Error Codes           //
  3201. //                                //
  3202. ////////////////////////////////////
  3203. //
  3204. // MessageId: ERROR_DHCP_ADDRESS_CONFLICT
  3205. //
  3206. // MessageText:
  3207. //
  3208. //  The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.
  3209. //
  3210.   ERROR_DHCP_ADDRESS_CONFLICT = DWORD(4100);
  3211.   {$EXTERNALSYM ERROR_DHCP_ADDRESS_CONFLICT}
  3212. ////////////////////////////////////
  3213. //                                //
  3214. //     WMI Error Codes            //
  3215. //                                //
  3216. ////////////////////////////////////
  3217. //
  3218. // MessageId: ERROR_WMI_GUID_NOT_FOUND
  3219. //
  3220. // MessageText:
  3221. //
  3222. //  The GUID passed was not recognized as valid by a WMI data provider.
  3223. //
  3224.   ERROR_WMI_GUID_NOT_FOUND = DWORD(4200);
  3225.   {$EXTERNALSYM ERROR_WMI_GUID_NOT_FOUND}
  3226. //
  3227. // MessageId: ERROR_WMI_INSTANCE_NOT_FOUND
  3228. //
  3229. // MessageText:
  3230. //
  3231. //  The instance name passed was not recognized as valid by a WMI data provider.
  3232. //
  3233.   ERROR_WMI_INSTANCE_NOT_FOUND = DWORD(4201);
  3234.   {$EXTERNALSYM ERROR_WMI_INSTANCE_NOT_FOUND}
  3235. //
  3236. // MessageId: ERROR_WMI_ITEMID_NOT_FOUND
  3237. //
  3238. // MessageText:
  3239. //
  3240. //  The data item ID passed was not recognized as valid by a WMI data provider.
  3241. //
  3242.   ERROR_WMI_ITEMID_NOT_FOUND = DWORD(4202);
  3243.   {$EXTERNALSYM ERROR_WMI_ITEMID_NOT_FOUND}
  3244. //
  3245. // MessageId: ERROR_WMI_TRY_AGAIN
  3246. //
  3247. // MessageText:
  3248. //
  3249. //  The WMI request could not be completed and should be retried.
  3250. //
  3251.   ERROR_WMI_TRY_AGAIN = DWORD(4203);
  3252.   {$EXTERNALSYM ERROR_WMI_TRY_AGAIN}
  3253. //
  3254. // MessageId: ERROR_WMI_DP_NOT_FOUND
  3255. //
  3256. // MessageText:
  3257. //
  3258. //  The WMI data provider could not be located.
  3259. //
  3260.   ERROR_WMI_DP_NOT_FOUND = DWORD(4204);
  3261.   {$EXTERNALSYM ERROR_WMI_DP_NOT_FOUND}
  3262. //
  3263. // MessageId: ERROR_WMI_UNRESOLVED_INSTANCE_REF
  3264. //
  3265. // MessageText:
  3266. //
  3267. //  The WMI data provider references an instance set that has not been registered.
  3268. //
  3269.   ERROR_WMI_UNRESOLVED_INSTANCE_REF = DWORD(4205);
  3270.   {$EXTERNALSYM ERROR_WMI_UNRESOLVED_INSTANCE_REF}
  3271. //
  3272. // MessageId: ERROR_WMI_ALREADY_ENABLED
  3273. //
  3274. // MessageText:
  3275. //
  3276. //  The WMI data block or event notification has already been enabled.
  3277. //
  3278.   ERROR_WMI_ALREADY_ENABLED = DWORD(4206);
  3279.   {$EXTERNALSYM ERROR_WMI_ALREADY_ENABLED}
  3280. //
  3281. // MessageId: ERROR_WMI_GUID_DISCONNECTED
  3282. //
  3283. // MessageText:
  3284. //
  3285. //  The WMI data block is no longer available.
  3286. //
  3287.   ERROR_WMI_GUID_DISCONNECTED = DWORD(4207);
  3288.   {$EXTERNALSYM ERROR_WMI_GUID_DISCONNECTED}
  3289. //
  3290. // MessageId: ERROR_WMI_SERVER_UNAVAILABLE
  3291. //
  3292. // MessageText:
  3293. //
  3294. //  The WMI data service is not available.
  3295. //
  3296.   ERROR_WMI_SERVER_UNAVAILABLE = DWORD(4208);
  3297.   {$EXTERNALSYM ERROR_WMI_SERVER_UNAVAILABLE}
  3298. //
  3299. // MessageId: ERROR_WMI_DP_FAILED
  3300. //
  3301. // MessageText:
  3302. //
  3303. //  The WMI data provider failed to carry out the request.
  3304. //
  3305.   ERROR_WMI_DP_FAILED = DWORD(4209);
  3306.   {$EXTERNALSYM ERROR_WMI_DP_FAILED}
  3307. //
  3308. // MessageId: ERROR_WMI_INVALID_MOF
  3309. //
  3310. // MessageText:
  3311. //
  3312. //  The WMI MOF information is not valid.
  3313. //
  3314.   ERROR_WMI_INVALID_MOF = DWORD(4210);
  3315.   {$EXTERNALSYM ERROR_WMI_INVALID_MOF}
  3316. //
  3317. // MessageId: ERROR_WMI_INVALID_REGINFO
  3318. //
  3319. // MessageText:
  3320. //
  3321. //  The WMI registration information is not valid.
  3322. //
  3323.   ERROR_WMI_INVALID_REGINFO = DWORD(4211);
  3324.   {$EXTERNALSYM ERROR_WMI_INVALID_REGINFO}
  3325. //
  3326. // MessageId: ERROR_WMI_ALREADY_DISABLED
  3327. //
  3328. // MessageText:
  3329. //
  3330. //  The WMI data block or event notification has already been disabled.
  3331. //
  3332.   ERROR_WMI_ALREADY_DISABLED = DWORD(4212);
  3333.   {$EXTERNALSYM ERROR_WMI_ALREADY_DISABLED}
  3334. //
  3335. // MessageId: ERROR_WMI_READ_ONLY
  3336. //
  3337. // MessageText:
  3338. //
  3339. //  The WMI data item or data block is read only.
  3340. //
  3341.   ERROR_WMI_READ_ONLY = DWORD(4213);
  3342.   {$EXTERNALSYM ERROR_WMI_READ_ONLY}
  3343. //
  3344. // MessageId: ERROR_WMI_SET_FAILURE
  3345. //
  3346. // MessageText:
  3347. //
  3348. //  The WMI data item or data block could not be changed.
  3349. //
  3350.   ERROR_WMI_SET_FAILURE = DWORD(4214);
  3351.   {$EXTERNALSYM ERROR_WMI_SET_FAILURE}
  3352. //////////////////////////////////////////
  3353. //                                      //
  3354. // NT Media Services (RSM) Error Codes  //
  3355. //                                      //
  3356. //////////////////////////////////////////
  3357. //
  3358. // MessageId: ERROR_INVALID_MEDIA
  3359. //
  3360. // MessageText:
  3361. //
  3362. //  The media identifier does not represent a valid medium.
  3363. //
  3364.   ERROR_INVALID_MEDIA = DWORD(4300);
  3365.   {$EXTERNALSYM ERROR_INVALID_MEDIA}
  3366. //
  3367. // MessageId: ERROR_INVALID_LIBRARY
  3368. //
  3369. // MessageText:
  3370. //
  3371. //  The library identifier does not represent a valid library.
  3372. //
  3373.   ERROR_INVALID_LIBRARY = DWORD(4301);
  3374.   {$EXTERNALSYM ERROR_INVALID_LIBRARY}
  3375. //
  3376. // MessageId: ERROR_INVALID_MEDIA_POOL
  3377. //
  3378. // MessageText:
  3379. //
  3380. //  The media pool identifier does not represent a valid media pool.
  3381. //
  3382.   ERROR_INVALID_MEDIA_POOL = DWORD(4302);
  3383.   {$EXTERNALSYM ERROR_INVALID_MEDIA_POOL}
  3384. //
  3385. // MessageId: ERROR_DRIVE_MEDIA_MISMATCH
  3386. //
  3387. // MessageText:
  3388. //
  3389. //  The drive and medium are not compatible or exist in different libraries.
  3390. //
  3391.   ERROR_DRIVE_MEDIA_MISMATCH = DWORD(4303);
  3392.   {$EXTERNALSYM ERROR_DRIVE_MEDIA_MISMATCH}
  3393. //
  3394. // MessageId: ERROR_MEDIA_OFFLINE
  3395. //
  3396. // MessageText:
  3397. //
  3398. //  The medium currently exists in an offline library and must be online to perform this operation.
  3399. //
  3400.   ERROR_MEDIA_OFFLINE = DWORD(4304);
  3401.   {$EXTERNALSYM ERROR_MEDIA_OFFLINE}
  3402. //
  3403. // MessageId: ERROR_LIBRARY_OFFLINE
  3404. //
  3405. // MessageText:
  3406. //
  3407. //  The operation cannot be performed on an offline library.
  3408. //
  3409.   ERROR_LIBRARY_OFFLINE = DWORD(4305);
  3410.   {$EXTERNALSYM ERROR_LIBRARY_OFFLINE}
  3411. //
  3412. // MessageId: ERROR_EMPTY
  3413. //
  3414. // MessageText:
  3415. //
  3416. //  The library, drive, or media pool is empty.
  3417. //
  3418.   ERROR_EMPTY = DWORD(4306);
  3419.   {$EXTERNALSYM ERROR_EMPTY}
  3420. //
  3421. // MessageId: ERROR_NOT_EMPTY
  3422. //
  3423. // MessageText:
  3424. //
  3425. //  The library, drive, or media pool must be empty to perform this operation.
  3426. //
  3427.   ERROR_NOT_EMPTY = DWORD(4307);
  3428.   {$EXTERNALSYM ERROR_NOT_EMPTY}
  3429. //
  3430. // MessageId: ERROR_MEDIA_UNAVAILABLE
  3431. //
  3432. // MessageText:
  3433. //
  3434. //  No media is currently available in this media pool or library.
  3435. //
  3436.   ERROR_MEDIA_UNAVAILABLE = DWORD(4308);
  3437.   {$EXTERNALSYM ERROR_MEDIA_UNAVAILABLE}
  3438. //
  3439. // MessageId: ERROR_RESOURCE_DISABLED
  3440. //
  3441. // MessageText:
  3442. //
  3443. //  A resource required for this operation is disabled.
  3444. //
  3445.   ERROR_RESOURCE_DISABLED = DWORD(4309);
  3446.   {$EXTERNALSYM ERROR_RESOURCE_DISABLED}
  3447. //
  3448. // MessageId: ERROR_INVALID_CLEANER
  3449. //
  3450. // MessageText:
  3451. //
  3452. //  The media identifier does not represent a valid cleaner.
  3453. //
  3454.   ERROR_INVALID_CLEANER = DWORD(4310);
  3455.   {$EXTERNALSYM ERROR_INVALID_CLEANER}
  3456. //
  3457. // MessageId: ERROR_UNABLE_TO_CLEAN
  3458. //
  3459. // MessageText:
  3460. //
  3461. //  The drive cannot be cleaned or does not support cleaning.
  3462. //
  3463.   ERROR_UNABLE_TO_CLEAN = DWORD(4311);
  3464.   {$EXTERNALSYM ERROR_UNABLE_TO_CLEAN}
  3465. //
  3466. // MessageId: ERROR_OBJECT_NOT_FOUND
  3467. //
  3468. // MessageText:
  3469. //
  3470. //  The object identifier does not represent a valid object.
  3471. //
  3472.   ERROR_OBJECT_NOT_FOUND = DWORD(4312);
  3473.   {$EXTERNALSYM ERROR_OBJECT_NOT_FOUND}
  3474. //
  3475. // MessageId: ERROR_DATABASE_FAILURE
  3476. //
  3477. // MessageText:
  3478. //
  3479. //  Unable to read from or write to the database.
  3480. //
  3481.   ERROR_DATABASE_FAILURE = DWORD(4313);
  3482.   {$EXTERNALSYM ERROR_DATABASE_FAILURE}
  3483. //
  3484. // MessageId: ERROR_DATABASE_FULL
  3485. //
  3486. // MessageText:
  3487. //
  3488. //  The database is full.
  3489. //
  3490.   ERROR_DATABASE_FULL = DWORD(4314);
  3491.   {$EXTERNALSYM ERROR_DATABASE_FULL}
  3492. //
  3493. // MessageId: ERROR_MEDIA_INCOMPATIBLE
  3494. //
  3495. // MessageText:
  3496. //
  3497. //  The medium is not compatible with the device or media pool.
  3498. //
  3499.   ERROR_MEDIA_INCOMPATIBLE = DWORD(4315);
  3500.   {$EXTERNALSYM ERROR_MEDIA_INCOMPATIBLE}
  3501. //
  3502. // MessageId: ERROR_RESOURCE_NOT_PRESENT
  3503. //
  3504. // MessageText:
  3505. //
  3506. //  The resource required for this operation does not exist.
  3507. //
  3508.   ERROR_RESOURCE_NOT_PRESENT = DWORD(4316);
  3509.   {$EXTERNALSYM ERROR_RESOURCE_NOT_PRESENT}
  3510. //
  3511. // MessageId: ERROR_INVALID_OPERATION
  3512. //
  3513. // MessageText:
  3514. //
  3515. //  The operation identifier is not valid.
  3516. //
  3517.   ERROR_INVALID_OPERATION = DWORD(4317);
  3518.   {$EXTERNALSYM ERROR_INVALID_OPERATION}
  3519. //
  3520. // MessageId: ERROR_MEDIA_NOT_AVAILABLE
  3521. //
  3522. // MessageText:
  3523. //
  3524. //  The media is not mounted or ready for use.
  3525. //
  3526.   ERROR_MEDIA_NOT_AVAILABLE = DWORD(4318);
  3527.   {$EXTERNALSYM ERROR_MEDIA_NOT_AVAILABLE}
  3528. //
  3529. // MessageId: ERROR_DEVICE_NOT_AVAILABLE
  3530. //
  3531. // MessageText:
  3532. //
  3533. //  The device is not ready for use.
  3534. //
  3535.   ERROR_DEVICE_NOT_AVAILABLE = DWORD(4319);
  3536.   {$EXTERNALSYM ERROR_DEVICE_NOT_AVAILABLE}
  3537. //
  3538. // MessageId: ERROR_REQUEST_REFUSED
  3539. //
  3540. // MessageText:
  3541. //
  3542. //  The operator or administrator has refused the request.
  3543. //
  3544.   ERROR_REQUEST_REFUSED = DWORD(4320);
  3545.   {$EXTERNALSYM ERROR_REQUEST_REFUSED}
  3546. //
  3547. // MessageId: ERROR_INVALID_DRIVE_OBJECT
  3548. //
  3549. // MessageText:
  3550. //
  3551. //  The drive identifier does not represent a valid drive.
  3552. //
  3553.   ERROR_INVALID_DRIVE_OBJECT = DWORD(4321);
  3554.   {$EXTERNALSYM ERROR_INVALID_DRIVE_OBJECT}
  3555. //
  3556. // MessageId: ERROR_LIBRARY_FULL
  3557. //
  3558. // MessageText:
  3559. //
  3560. //  Library is full.  No slot is available for use.
  3561. //
  3562.   ERROR_LIBRARY_FULL = DWORD(4322);
  3563.   {$EXTERNALSYM ERROR_LIBRARY_FULL}
  3564. //
  3565. // MessageId: ERROR_MEDIUM_NOT_ACCESSIBLE
  3566. //
  3567. // MessageText:
  3568. //
  3569. //  The transport cannot access the medium.
  3570. //
  3571.   ERROR_MEDIUM_NOT_ACCESSIBLE = DWORD(4323);
  3572.   {$EXTERNALSYM ERROR_MEDIUM_NOT_ACCESSIBLE}
  3573. //
  3574. // MessageId: ERROR_UNABLE_TO_LOAD_MEDIUM
  3575. //
  3576. // MessageText:
  3577. //
  3578. //  Unable to load the medium into the drive.
  3579. //
  3580.   ERROR_UNABLE_TO_LOAD_MEDIUM = DWORD(4324);
  3581.   {$EXTERNALSYM ERROR_UNABLE_TO_LOAD_MEDIUM}
  3582. //
  3583. // MessageId: ERROR_UNABLE_TO_INVENTORY_DRIVE
  3584. //
  3585. // MessageText:
  3586. //
  3587. //  Unable to retrieve the drive status.
  3588. //
  3589.   ERROR_UNABLE_TO_INVENTORY_DRIVE = DWORD(4325);
  3590.   {$EXTERNALSYM ERROR_UNABLE_TO_INVENTORY_DRIVE}
  3591. //
  3592. // MessageId: ERROR_UNABLE_TO_INVENTORY_SLOT
  3593. //
  3594. // MessageText:
  3595. //
  3596. //  Unable to retrieve the slot status.
  3597. //
  3598.   ERROR_UNABLE_TO_INVENTORY_SLOT = DWORD(4326);
  3599.   {$EXTERNALSYM ERROR_UNABLE_TO_INVENTORY_SLOT}
  3600. //
  3601. // MessageId: ERROR_UNABLE_TO_INVENTORY_TRANSPORT
  3602. //
  3603. // MessageText:
  3604. //
  3605. //  Unable to retrieve status about the transport.
  3606. //
  3607.   ERROR_UNABLE_TO_INVENTORY_TRANSPORT = DWORD(4327);
  3608.   {$EXTERNALSYM ERROR_UNABLE_TO_INVENTORY_TRANSPORT}
  3609. //
  3610. // MessageId: ERROR_TRANSPORT_FULL
  3611. //
  3612. // MessageText:
  3613. //
  3614. //  Cannot use the transport because it is already in use.
  3615. //
  3616.   ERROR_TRANSPORT_FULL = DWORD(4328);
  3617.   {$EXTERNALSYM ERROR_TRANSPORT_FULL}
  3618. //
  3619. // MessageId: ERROR_CONTROLLING_IEPORT
  3620. //
  3621. // MessageText:
  3622. //
  3623. //  Unable to open or close the inject/eject port.
  3624. //
  3625.   ERROR_CONTROLLING_IEPORT = DWORD(4329);
  3626.   {$EXTERNALSYM ERROR_CONTROLLING_IEPORT}
  3627. //
  3628. // MessageId: ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
  3629. //
  3630. // MessageText:
  3631. //
  3632. //  Unable to eject the medium because it is in a drive.
  3633. //
  3634.   ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA = DWORD(4330);
  3635.   {$EXTERNALSYM ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA}
  3636. //
  3637. // MessageId: ERROR_CLEANER_SLOT_SET
  3638. //
  3639. // MessageText:
  3640. //
  3641. //  A cleaner slot is already reserved.
  3642. //
  3643.   ERROR_CLEANER_SLOT_SET = DWORD(4331);
  3644.   {$EXTERNALSYM ERROR_CLEANER_SLOT_SET}
  3645. //
  3646. // MessageId: ERROR_CLEANER_SLOT_NOT_SET
  3647. //
  3648. // MessageText:
  3649. //
  3650. //  A cleaner slot is not reserved.
  3651. //
  3652.   ERROR_CLEANER_SLOT_NOT_SET = DWORD(4332);
  3653.   {$EXTERNALSYM ERROR_CLEANER_SLOT_NOT_SET}
  3654. //
  3655. // MessageId: ERROR_CLEANER_CARTRIDGE_SPENT
  3656. //
  3657. // MessageText:
  3658. //
  3659. //  The cleaner cartridge has performed the maximum number of drive cleanings.
  3660. //
  3661.   ERROR_CLEANER_CARTRIDGE_SPENT = DWORD(4333);
  3662.   {$EXTERNALSYM ERROR_CLEANER_CARTRIDGE_SPENT}
  3663. //
  3664. // MessageId: ERROR_UNEXPECTED_OMID
  3665. //
  3666. // MessageText:
  3667. //
  3668. //  Unexpected on-medium identifier.
  3669. //
  3670.   ERROR_UNEXPECTED_OMID = DWORD(4334);
  3671.   {$EXTERNALSYM ERROR_UNEXPECTED_OMID}
  3672. //
  3673. // MessageId: ERROR_CANT_DELETE_LAST_ITEM
  3674. //
  3675. // MessageText:
  3676. //
  3677. //  The last remaining item in this group or resource cannot be deleted.
  3678. //
  3679.   ERROR_CANT_DELETE_LAST_ITEM = DWORD(4335);
  3680.   {$EXTERNALSYM ERROR_CANT_DELETE_LAST_ITEM}
  3681. //
  3682. // MessageId: ERROR_MESSAGE_EXCEEDS_MAX_SIZE
  3683. //
  3684. // MessageText:
  3685. //
  3686. //  The message provided exceeds the maximum size allowed for this parameter.
  3687. //
  3688.   ERROR_MESSAGE_EXCEEDS_MAX_SIZE = DWORD(4336);
  3689.   {$EXTERNALSYM ERROR_MESSAGE_EXCEEDS_MAX_SIZE}
  3690. //
  3691. // MessageId: ERROR_VOLUME_CONTAINS_SYS_FILES
  3692. //
  3693. // MessageText:
  3694. //
  3695. //  The volume contains system or paging files.
  3696. //
  3697.   ERROR_VOLUME_CONTAINS_SYS_FILES = DWORD(4337);
  3698.   {$EXTERNALSYM ERROR_VOLUME_CONTAINS_SYS_FILES}
  3699. //
  3700. // MessageId: ERROR_INDIGENOUS_TYPE
  3701. //
  3702. // MessageText:
  3703. //
  3704. //  The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.
  3705. //
  3706.   ERROR_INDIGENOUS_TYPE = DWORD(4338);
  3707.   {$EXTERNALSYM ERROR_INDIGENOUS_TYPE}
  3708. //
  3709. // MessageId: ERROR_NO_SUPPORTING_DRIVES
  3710. //
  3711. // MessageText:
  3712. //
  3713. //  This offline media cannot be mounted on this system since no enabled drives are present which can be used.
  3714. //
  3715.   ERROR_NO_SUPPORTING_DRIVES = DWORD(4339);
  3716.   {$EXTERNALSYM ERROR_NO_SUPPORTING_DRIVES}
  3717. //
  3718. // MessageId: ERROR_CLEANER_CARTRIDGE_INSTALLED
  3719. //
  3720. // MessageText:
  3721. //
  3722. //  A cleaner cartridge is present in the tape library.
  3723. //
  3724.   ERROR_CLEANER_CARTRIDGE_INSTALLED = DWORD(4340);
  3725.   {$EXTERNALSYM ERROR_CLEANER_CARTRIDGE_INSTALLED}
  3726. ////////////////////////////////////////////
  3727. //                                        //
  3728. // NT Remote Storage Service Error Codes  //
  3729. //                                        //
  3730. ////////////////////////////////////////////
  3731. //
  3732. // MessageId: ERROR_FILE_OFFLINE
  3733. //
  3734. // MessageText:
  3735. //
  3736. //  The remote storage service was not able to recall the file.
  3737. //
  3738.   ERROR_FILE_OFFLINE = DWORD(4350);
  3739.   {$EXTERNALSYM ERROR_FILE_OFFLINE}
  3740. //
  3741. // MessageId: ERROR_REMOTE_STORAGE_NOT_ACTIVE
  3742. //
  3743. // MessageText:
  3744. //
  3745. //  The remote storage service is not operational at this time.
  3746. //
  3747.   ERROR_REMOTE_STORAGE_NOT_ACTIVE = DWORD(4351);
  3748.   {$EXTERNALSYM ERROR_REMOTE_STORAGE_NOT_ACTIVE}
  3749. //
  3750. // MessageId: ERROR_REMOTE_STORAGE_MEDIA_ERROR
  3751. //
  3752. // MessageText:
  3753. //
  3754. //  The remote storage service encountered a media error.
  3755. //
  3756.   ERROR_REMOTE_STORAGE_MEDIA_ERROR = DWORD(4352);
  3757.   {$EXTERNALSYM ERROR_REMOTE_STORAGE_MEDIA_ERROR}
  3758. ////////////////////////////////////////////
  3759. //                                        //
  3760. // NT Reparse Points Error Codes          //
  3761. //                                        //
  3762. ////////////////////////////////////////////
  3763. //
  3764. // MessageId: ERROR_NOT_A_REPARSE_POINT
  3765. //
  3766. // MessageText:
  3767. //
  3768. //  The file or directory is not a reparse point.
  3769. //
  3770.   ERROR_NOT_A_REPARSE_POINT = DWORD(4390);
  3771.   {$EXTERNALSYM ERROR_NOT_A_REPARSE_POINT}
  3772. //
  3773. // MessageId: ERROR_REPARSE_ATTRIBUTE_CONFLICT
  3774. //
  3775. // MessageText:
  3776. //
  3777. //  The reparse point attribute cannot be set because it conflicts with an existing attribute.
  3778. //
  3779.   ERROR_REPARSE_ATTRIBUTE_CONFLICT = DWORD(4391);
  3780.   {$EXTERNALSYM ERROR_REPARSE_ATTRIBUTE_CONFLICT}
  3781. //
  3782. // MessageId: ERROR_INVALID_REPARSE_DATA
  3783. //
  3784. // MessageText:
  3785. //
  3786. //  The data present in the reparse point buffer is invalid.
  3787. //
  3788.   ERROR_INVALID_REPARSE_DATA = DWORD(4392);
  3789.   {$EXTERNALSYM ERROR_INVALID_REPARSE_DATA}
  3790. //
  3791. // MessageId: ERROR_REPARSE_TAG_INVALID
  3792. //
  3793. // MessageText:
  3794. //
  3795. //  The tag present in the reparse point buffer is invalid.
  3796. //
  3797.   ERROR_REPARSE_TAG_INVALID = DWORD(4393);
  3798.   {$EXTERNALSYM ERROR_REPARSE_TAG_INVALID}
  3799. //
  3800. // MessageId: ERROR_REPARSE_TAG_MISMATCH
  3801. //
  3802. // MessageText:
  3803. //
  3804. //  There is a mismatch between the tag specified in the request and the tag present in the reparse point.
  3805. //  
  3806. //
  3807.   ERROR_REPARSE_TAG_MISMATCH = DWORD(4394);
  3808.   {$EXTERNALSYM ERROR_REPARSE_TAG_MISMATCH}
  3809. ////////////////////////////////////////////
  3810. //                                        //
  3811. // NT Single Instance Store Error Codes   //
  3812. //                                        //
  3813. ////////////////////////////////////////////
  3814. //
  3815. // MessageId: ERROR_VOLUME_NOT_SIS_ENABLED
  3816. //
  3817. // MessageText:
  3818. //
  3819. //  Single Instance Storage is not available on this volume.
  3820. //
  3821.   ERROR_VOLUME_NOT_SIS_ENABLED = DWORD(4500);
  3822.   {$EXTERNALSYM ERROR_VOLUME_NOT_SIS_ENABLED}
  3823. ////////////////////////////////////
  3824. //                                //
  3825. //     Cluster Error Codes        //
  3826. //                                //
  3827. ////////////////////////////////////
  3828. //
  3829. // MessageId: ERROR_DEPENDENT_RESOURCE_EXISTS
  3830. //
  3831. // MessageText:
  3832. //
  3833. //  The cluster resource cannot be moved to another group because other resources are dependent on it.
  3834. //
  3835.   ERROR_DEPENDENT_RESOURCE_EXISTS = DWORD(5001);
  3836.   {$EXTERNALSYM ERROR_DEPENDENT_RESOURCE_EXISTS}
  3837. //
  3838. // MessageId: ERROR_DEPENDENCY_NOT_FOUND
  3839. //
  3840. // MessageText:
  3841. //
  3842. //  The cluster resource dependency cannot be found.
  3843. //
  3844.   ERROR_DEPENDENCY_NOT_FOUND = DWORD(5002);
  3845.   {$EXTERNALSYM ERROR_DEPENDENCY_NOT_FOUND}
  3846. //
  3847. // MessageId: ERROR_DEPENDENCY_ALREADY_EXISTS
  3848. //
  3849. // MessageText:
  3850. //
  3851. //  The cluster resource cannot be made dependent on the specified resource because it is already dependent.
  3852. //
  3853.   ERROR_DEPENDENCY_ALREADY_EXISTS = DWORD(5003);
  3854.   {$EXTERNALSYM ERROR_DEPENDENCY_ALREADY_EXISTS}
  3855. //
  3856. // MessageId: ERROR_RESOURCE_NOT_ONLINE
  3857. //
  3858. // MessageText:
  3859. //
  3860. //  The cluster resource is not online.
  3861. //
  3862.   ERROR_RESOURCE_NOT_ONLINE = DWORD(5004);
  3863.   {$EXTERNALSYM ERROR_RESOURCE_NOT_ONLINE}
  3864. //
  3865. // MessageId: ERROR_HOST_NODE_NOT_AVAILABLE
  3866. //
  3867. // MessageText:
  3868. //
  3869. //  A cluster node is not available for this operation.
  3870. //
  3871.   ERROR_HOST_NODE_NOT_AVAILABLE = DWORD(5005);
  3872.   {$EXTERNALSYM ERROR_HOST_NODE_NOT_AVAILABLE}
  3873. //
  3874. // MessageId: ERROR_RESOURCE_NOT_AVAILABLE
  3875. //
  3876. // MessageText:
  3877. //
  3878. //  The cluster resource is not available.
  3879. //
  3880.   ERROR_RESOURCE_NOT_AVAILABLE = DWORD(5006);
  3881.   {$EXTERNALSYM ERROR_RESOURCE_NOT_AVAILABLE}
  3882. //
  3883. // MessageId: ERROR_RESOURCE_NOT_FOUND
  3884. //
  3885. // MessageText:
  3886. //
  3887. //  The cluster resource could not be found.
  3888. //
  3889.   ERROR_RESOURCE_NOT_FOUND = DWORD(5007);
  3890.   {$EXTERNALSYM ERROR_RESOURCE_NOT_FOUND}
  3891. //
  3892. // MessageId: ERROR_SHUTDOWN_CLUSTER
  3893. //
  3894. // MessageText:
  3895. //
  3896. //  The cluster is being shut down.
  3897. //
  3898.   ERROR_SHUTDOWN_CLUSTER = DWORD(5008);
  3899.   {$EXTERNALSYM ERROR_SHUTDOWN_CLUSTER}
  3900. //
  3901. // MessageId: ERROR_CANT_EVICT_ACTIVE_NODE
  3902. //
  3903. // MessageText:
  3904. //
  3905. //  A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
  3906. //
  3907.   ERROR_CANT_EVICT_ACTIVE_NODE = DWORD(5009);
  3908.   {$EXTERNALSYM ERROR_CANT_EVICT_ACTIVE_NODE}
  3909. //
  3910. // MessageId: ERROR_OBJECT_ALREADY_EXISTS
  3911. //
  3912. // MessageText:
  3913. //
  3914. //  The object already exists.
  3915. //
  3916.   ERROR_OBJECT_ALREADY_EXISTS = DWORD(5010);
  3917.   {$EXTERNALSYM ERROR_OBJECT_ALREADY_EXISTS}
  3918. //
  3919. // MessageId: ERROR_OBJECT_IN_LIST
  3920. //
  3921. // MessageText:
  3922. //
  3923. //  The object is already in the list.
  3924. //
  3925.   ERROR_OBJECT_IN_LIST = DWORD(5011);
  3926.   {$EXTERNALSYM ERROR_OBJECT_IN_LIST}
  3927. //
  3928. // MessageId: ERROR_GROUP_NOT_AVAILABLE
  3929. //
  3930. // MessageText:
  3931. //
  3932. //  The cluster group is not available for any new requests.
  3933. //
  3934.   ERROR_GROUP_NOT_AVAILABLE = DWORD(5012);
  3935.   {$EXTERNALSYM ERROR_GROUP_NOT_AVAILABLE}
  3936. //
  3937. // MessageId: ERROR_GROUP_NOT_FOUND
  3938. //
  3939. // MessageText:
  3940. //
  3941. //  The cluster group could not be found.
  3942. //
  3943.   ERROR_GROUP_NOT_FOUND = DWORD(5013);
  3944.   {$EXTERNALSYM ERROR_GROUP_NOT_FOUND}
  3945. //
  3946. // MessageId: ERROR_GROUP_NOT_ONLINE
  3947. //
  3948. // MessageText:
  3949. //
  3950. //  The operation could not be completed because the cluster group is not online.
  3951. //
  3952.   ERROR_GROUP_NOT_ONLINE = DWORD(5014);
  3953.   {$EXTERNALSYM ERROR_GROUP_NOT_ONLINE}
  3954. //
  3955. // MessageId: ERROR_HOST_NODE_NOT_RESOURCE_OWNER
  3956. //
  3957. // MessageText:
  3958. //
  3959. //  The cluster node is not the owner of the resource.
  3960. //
  3961.   ERROR_HOST_NODE_NOT_RESOURCE_OWNER = DWORD(5015);
  3962.   {$EXTERNALSYM ERROR_HOST_NODE_NOT_RESOURCE_OWNER}
  3963. //
  3964. // MessageId: ERROR_HOST_NODE_NOT_GROUP_OWNER
  3965. //
  3966. // MessageText:
  3967. //
  3968. //  The cluster node is not the owner of the group.
  3969. //
  3970.   ERROR_HOST_NODE_NOT_GROUP_OWNER = DWORD(5016);
  3971.   {$EXTERNALSYM ERROR_HOST_NODE_NOT_GROUP_OWNER}
  3972. //
  3973. // MessageId: ERROR_RESMON_CREATE_FAILED
  3974. //
  3975. // MessageText:
  3976. //
  3977. //  The cluster resource could not be created in the specified resource monitor.
  3978. //
  3979.   ERROR_RESMON_CREATE_FAILED = DWORD(5017);
  3980.   {$EXTERNALSYM ERROR_RESMON_CREATE_FAILED}
  3981. //
  3982. // MessageId: ERROR_RESMON_ONLINE_FAILED
  3983. //
  3984. // MessageText:
  3985. //
  3986. //  The cluster resource could not be brought online by the resource monitor.
  3987. //
  3988.   ERROR_RESMON_ONLINE_FAILED = DWORD(5018);
  3989.   {$EXTERNALSYM ERROR_RESMON_ONLINE_FAILED}
  3990. //
  3991. // MessageId: ERROR_RESOURCE_ONLINE
  3992. //
  3993. // MessageText:
  3994. //
  3995. //  The operation could not be completed because the cluster resource is online.
  3996. //
  3997.   ERROR_RESOURCE_ONLINE = DWORD(5019);
  3998.   {$EXTERNALSYM ERROR_RESOURCE_ONLINE}
  3999. //
  4000. // MessageId: ERROR_QUORUM_RESOURCE
  4001. //
  4002. // MessageText:
  4003. //
  4004. //  The cluster resource could not be deleted or brought offline because it is the quorum resource.
  4005. //
  4006.   ERROR_QUORUM_RESOURCE = DWORD(5020);
  4007.   {$EXTERNALSYM ERROR_QUORUM_RESOURCE}
  4008. //
  4009. // MessageId: ERROR_NOT_QUORUM_CAPABLE
  4010. //
  4011. // MessageText:
  4012. //
  4013. //  The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
  4014. //
  4015.   ERROR_NOT_QUORUM_CAPABLE = DWORD(5021);
  4016.   {$EXTERNALSYM ERROR_NOT_QUORUM_CAPABLE}
  4017. //
  4018. // MessageId: ERROR_CLUSTER_SHUTTING_DOWN
  4019. //
  4020. // MessageText:
  4021. //
  4022. //  The cluster software is shutting down.
  4023. //
  4024.   ERROR_CLUSTER_SHUTTING_DOWN = DWORD(5022);
  4025.   {$EXTERNALSYM ERROR_CLUSTER_SHUTTING_DOWN}
  4026. //
  4027. // MessageId: ERROR_INVALID_STATE
  4028. //
  4029. // MessageText:
  4030. //
  4031. //  The group or resource is not in the correct state to perform the requested operation.
  4032. //
  4033.   ERROR_INVALID_STATE = DWORD(5023);
  4034.   {$EXTERNALSYM ERROR_INVALID_STATE}
  4035. //
  4036. // MessageId: ERROR_RESOURCE_PROPERTIES_STORED
  4037. //
  4038. // MessageText:
  4039. //
  4040. //  The properties were stored but not all changes will take effect until the next time the resource is brought online.
  4041. //
  4042.   ERROR_RESOURCE_PROPERTIES_STORED = DWORD(5024);
  4043.   {$EXTERNALSYM ERROR_RESOURCE_PROPERTIES_STORED}
  4044. //
  4045. // MessageId: ERROR_NOT_QUORUM_CLASS
  4046. //
  4047. // MessageText:
  4048. //
  4049. //  The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
  4050. //
  4051.   ERROR_NOT_QUORUM_CLASS = DWORD(5025);
  4052.   {$EXTERNALSYM ERROR_NOT_QUORUM_CLASS}
  4053. //
  4054. // MessageId: ERROR_CORE_RESOURCE
  4055. //
  4056. // MessageText:
  4057. //
  4058. //  The cluster resource could not be deleted since it is a core resource.
  4059. //
  4060.   ERROR_CORE_RESOURCE = DWORD(5026);
  4061.   {$EXTERNALSYM ERROR_CORE_RESOURCE}
  4062. //
  4063. // MessageId: ERROR_QUORUM_RESOURCE_ONLINE_FAILED
  4064. //
  4065. // MessageText:
  4066. //
  4067. //  The quorum resource failed to come online.
  4068. //
  4069.   ERROR_QUORUM_RESOURCE_ONLINE_FAILED = DWORD(5027);
  4070.   {$EXTERNALSYM ERROR_QUORUM_RESOURCE_ONLINE_FAILED}
  4071. //
  4072. // MessageId: ERROR_QUORUMLOG_OPEN_FAILED
  4073. //
  4074. // MessageText:
  4075. //
  4076. //  The quorum log could not be created or mounted successfully.
  4077. //
  4078.   ERROR_QUORUMLOG_OPEN_FAILED = DWORD(5028);
  4079.   {$EXTERNALSYM ERROR_QUORUMLOG_OPEN_FAILED}
  4080. //
  4081. // MessageId: ERROR_CLUSTERLOG_CORRUPT
  4082. //
  4083. // MessageText:
  4084. //
  4085. //  The cluster log is corrupt.
  4086. //
  4087.   ERROR_CLUSTERLOG_CORRUPT = DWORD(5029);
  4088.   {$EXTERNALSYM ERROR_CLUSTERLOG_CORRUPT}
  4089. //
  4090. // MessageId: ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
  4091. //
  4092. // MessageText:
  4093. //
  4094. //  The record could not be written to the cluster log since it exceeds the maximum size.
  4095. //
  4096.   ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE = DWORD(5030);
  4097.   {$EXTERNALSYM ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE}
  4098. //
  4099. // MessageId: ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
  4100. //
  4101. // MessageText:
  4102. //
  4103. //  The cluster log exceeds its maximum size.
  4104. //
  4105.   ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE = DWORD(5031);
  4106.   {$EXTERNALSYM ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE}
  4107. //
  4108. // MessageId: ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
  4109. //
  4110. // MessageText:
  4111. //
  4112. //  No checkpoint record was found in the cluster log.
  4113. //
  4114.   ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND = DWORD(5032);
  4115.   {$EXTERNALSYM ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND}
  4116. //
  4117. // MessageId: ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
  4118. //
  4119. // MessageText:
  4120. //
  4121. //  The minimum required disk space needed for logging is not available.
  4122. //
  4123.   ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE = DWORD(5033);
  4124.   {$EXTERNALSYM ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE}
  4125. //
  4126. // MessageId: ERROR_QUORUM_OWNER_ALIVE
  4127. //
  4128. // MessageText:
  4129. //
  4130. //  The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
  4131. //
  4132.   ERROR_QUORUM_OWNER_ALIVE = DWORD(5034);
  4133.   {$EXTERNALSYM ERROR_QUORUM_OWNER_ALIVE}
  4134. //
  4135. // MessageId: ERROR_NETWORK_NOT_AVAILABLE
  4136. //
  4137. // MessageText:
  4138. //
  4139. //  A cluster network is not available for this operation.
  4140. //
  4141.   ERROR_NETWORK_NOT_AVAILABLE = DWORD(5035);
  4142.   {$EXTERNALSYM ERROR_NETWORK_NOT_AVAILABLE}
  4143. //
  4144. // MessageId: ERROR_NODE_NOT_AVAILABLE
  4145. //
  4146. // MessageText:
  4147. //
  4148. //  A cluster node is not available for this operation.
  4149. //
  4150.   ERROR_NODE_NOT_AVAILABLE = DWORD(5036);
  4151.   {$EXTERNALSYM ERROR_NODE_NOT_AVAILABLE}
  4152. //
  4153. // MessageId: ERROR_ALL_NODES_NOT_AVAILABLE
  4154. //
  4155. // MessageText:
  4156. //
  4157. //  All cluster nodes must be running to perform this operation.
  4158. //
  4159.   ERROR_ALL_NODES_NOT_AVAILABLE = DWORD(5037);
  4160.   {$EXTERNALSYM ERROR_ALL_NODES_NOT_AVAILABLE}
  4161. //
  4162. // MessageId: ERROR_RESOURCE_FAILED
  4163. //
  4164. // MessageText:
  4165. //
  4166. //  A cluster resource failed.
  4167. //
  4168.   ERROR_RESOURCE_FAILED = DWORD(5038);
  4169.   {$EXTERNALSYM ERROR_RESOURCE_FAILED}
  4170. //
  4171. // MessageId: ERROR_CLUSTER_INVALID_NODE
  4172. //
  4173. // MessageText:
  4174. //
  4175. //  The cluster node is not valid.
  4176. //
  4177.   ERROR_CLUSTER_INVALID_NODE = DWORD(5039);
  4178.   {$EXTERNALSYM ERROR_CLUSTER_INVALID_NODE}
  4179. //
  4180. // MessageId: ERROR_CLUSTER_NODE_EXISTS
  4181. //
  4182. // MessageText:
  4183. //
  4184. //  The cluster node already exists.
  4185. //
  4186.   ERROR_CLUSTER_NODE_EXISTS = DWORD(5040);
  4187.   {$EXTERNALSYM ERROR_CLUSTER_NODE_EXISTS}
  4188. //
  4189. // MessageId: ERROR_CLUSTER_JOIN_IN_PROGRESS
  4190. //
  4191. // MessageText:
  4192. //
  4193. //  A node is in the process of joining the cluster.
  4194. //
  4195.   ERROR_CLUSTER_JOIN_IN_PROGRESS = DWORD(5041);
  4196.   {$EXTERNALSYM ERROR_CLUSTER_JOIN_IN_PROGRESS}
  4197. //
  4198. // MessageId: ERROR_CLUSTER_NODE_NOT_FOUND
  4199. //
  4200. // MessageText:
  4201. //
  4202. //  The cluster node was not found.
  4203. //
  4204.   ERROR_CLUSTER_NODE_NOT_FOUND = DWORD(5042);
  4205.   {$EXTERNALSYM ERROR_CLUSTER_NODE_NOT_FOUND}
  4206. //
  4207. // MessageId: ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
  4208. //
  4209. // MessageText:
  4210. //
  4211. //  The cluster local node information was not found.
  4212. //
  4213.   ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND = DWORD(5043);
  4214.   {$EXTERNALSYM ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND}
  4215. //
  4216. // MessageId: ERROR_CLUSTER_NETWORK_EXISTS
  4217. //
  4218. // MessageText:
  4219. //
  4220. //  The cluster network already exists.
  4221. //
  4222.   ERROR_CLUSTER_NETWORK_EXISTS = DWORD(5044);
  4223.   {$EXTERNALSYM ERROR_CLUSTER_NETWORK_EXISTS}
  4224. //
  4225. // MessageId: ERROR_CLUSTER_NETWORK_NOT_FOUND
  4226. //
  4227. // MessageText:
  4228. //
  4229. //  The cluster network was not found.
  4230. //
  4231.   ERROR_CLUSTER_NETWORK_NOT_FOUND = DWORD(5045);
  4232.   {$EXTERNALSYM ERROR_CLUSTER_NETWORK_NOT_FOUND}
  4233. //
  4234. // MessageId: ERROR_CLUSTER_NETINTERFACE_EXISTS
  4235. //
  4236. // MessageText:
  4237. //
  4238. //  The cluster network interface already exists.
  4239. //
  4240.   ERROR_CLUSTER_NETINTERFACE_EXISTS = DWORD(5046);
  4241.   {$EXTERNALSYM ERROR_CLUSTER_NETINTERFACE_EXISTS}
  4242. //
  4243. // MessageId: ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
  4244. //
  4245. // MessageText:
  4246. //
  4247. //  The cluster network interface was not found.
  4248. //
  4249.   ERROR_CLUSTER_NETINTERFACE_NOT_FOUND = DWORD(5047);
  4250.   {$EXTERNALSYM ERROR_CLUSTER_NETINTERFACE_NOT_FOUND}
  4251. //
  4252. // MessageId: ERROR_CLUSTER_INVALID_REQUEST
  4253. //
  4254. // MessageText:
  4255. //
  4256. //  The cluster request is not valid for this object.
  4257. //
  4258.   ERROR_CLUSTER_INVALID_REQUEST = DWORD(5048);
  4259.   {$EXTERNALSYM ERROR_CLUSTER_INVALID_REQUEST}
  4260. //
  4261. // MessageId: ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
  4262. //
  4263. // MessageText:
  4264. //
  4265. //  The cluster network provider is not valid.
  4266. //
  4267.   ERROR_CLUSTER_INVALID_NETWORK_PROVIDER = DWORD(5049);
  4268.   {$EXTERNALSYM ERROR_CLUSTER_INVALID_NETWORK_PROVIDER}
  4269. //
  4270. // MessageId: ERROR_CLUSTER_NODE_DOWN
  4271. //
  4272. // MessageText:
  4273. //
  4274. //  The cluster node is down.
  4275. //
  4276.   ERROR_CLUSTER_NODE_DOWN = DWORD(5050);
  4277.   {$EXTERNALSYM ERROR_CLUSTER_NODE_DOWN}
  4278. //
  4279. // MessageId: ERROR_CLUSTER_NODE_UNREACHABLE
  4280. //
  4281. // MessageText:
  4282. //
  4283. //  The cluster node is not reachable.
  4284. //
  4285.   ERROR_CLUSTER_NODE_UNREACHABLE = DWORD(5051);
  4286.   {$EXTERNALSYM ERROR_CLUSTER_NODE_UNREACHABLE}
  4287. //
  4288. // MessageId: ERROR_CLUSTER_NODE_NOT_MEMBER
  4289. //
  4290. // MessageText:
  4291. //
  4292. //  The cluster node is not a member of the cluster.
  4293. //
  4294.   ERROR_CLUSTER_NODE_NOT_MEMBER = DWORD(5052);
  4295.   {$EXTERNALSYM ERROR_CLUSTER_NODE_NOT_MEMBER}
  4296. //
  4297. // MessageId: ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
  4298. //
  4299. // MessageText:
  4300. //
  4301. //  A cluster join operation is not in progress.
  4302. //
  4303.   ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS = DWORD(5053);
  4304.   {$EXTERNALSYM ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS}
  4305. //
  4306. // MessageId: ERROR_CLUSTER_INVALID_NETWORK
  4307. //
  4308. // MessageText:
  4309. //
  4310. //  The cluster network is not valid.
  4311. //
  4312.   ERROR_CLUSTER_INVALID_NETWORK = DWORD(5054);
  4313.   {$EXTERNALSYM ERROR_CLUSTER_INVALID_NETWORK}
  4314. //
  4315. // MessageId: ERROR_CLUSTER_NODE_UP
  4316. //
  4317. // MessageText:
  4318. //
  4319. //  The cluster node is up.
  4320. //
  4321.   ERROR_CLUSTER_NODE_UP = DWORD(5056);
  4322.   {$EXTERNALSYM ERROR_CLUSTER_NODE_UP}
  4323. //
  4324. // MessageId: ERROR_CLUSTER_IPADDR_IN_USE
  4325. //
  4326. // MessageText:
  4327. //
  4328. //  The cluster IP address is already in use.
  4329. //
  4330.   ERROR_CLUSTER_IPADDR_IN_USE = DWORD(5057);
  4331.   {$EXTERNALSYM ERROR_CLUSTER_IPADDR_IN_USE}
  4332. //
  4333. // MessageId: ERROR_CLUSTER_NODE_NOT_PAUSED
  4334. //
  4335. // MessageText:
  4336. //
  4337. //  The cluster node is not paused.
  4338. //
  4339.   ERROR_CLUSTER_NODE_NOT_PAUSED = DWORD(5058);
  4340.   {$EXTERNALSYM ERROR_CLUSTER_NODE_NOT_PAUSED}
  4341. //
  4342. // MessageId: ERROR_CLUSTER_NO_SECURITY_CONTEXT
  4343. //
  4344. // MessageText:
  4345. //
  4346. //  No cluster security context is available.
  4347. //
  4348.   ERROR_CLUSTER_NO_SECURITY_CONTEXT = DWORD(5059);
  4349.   {$EXTERNALSYM ERROR_CLUSTER_NO_SECURITY_CONTEXT}
  4350. //
  4351. // MessageId: ERROR_CLUSTER_NETWORK_NOT_INTERNAL
  4352. //
  4353. // MessageText:
  4354. //
  4355. //  The cluster network is not configured for internal cluster communication.
  4356. //
  4357.   ERROR_CLUSTER_NETWORK_NOT_INTERNAL = DWORD(5060);
  4358.   {$EXTERNALSYM ERROR_CLUSTER_NETWORK_NOT_INTERNAL}
  4359. //
  4360. // MessageId: ERROR_CLUSTER_NODE_ALREADY_UP
  4361. //
  4362. // MessageText:
  4363. //
  4364. //  The cluster node is already up.
  4365. //
  4366.   ERROR_CLUSTER_NODE_ALREADY_UP = DWORD(5061);
  4367.   {$EXTERNALSYM ERROR_CLUSTER_NODE_ALREADY_UP}
  4368. //
  4369. // MessageId: ERROR_CLUSTER_NODE_ALREADY_DOWN
  4370. //
  4371. // MessageText:
  4372. //
  4373. //  The cluster node is already down.
  4374. //
  4375.   ERROR_CLUSTER_NODE_ALREADY_DOWN = DWORD(5062);
  4376.   {$EXTERNALSYM ERROR_CLUSTER_NODE_ALREADY_DOWN}
  4377. //
  4378. // MessageId: ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
  4379. //
  4380. // MessageText:
  4381. //
  4382. //  The cluster network is already online.
  4383. //
  4384.   ERROR_CLUSTER_NETWORK_ALREADY_ONLINE = DWORD(5063);
  4385.   {$EXTERNALSYM ERROR_CLUSTER_NETWORK_ALREADY_ONLINE}
  4386. //
  4387. // MessageId: ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
  4388. //
  4389. // MessageText:
  4390. //
  4391. //  The cluster network is already offline.
  4392. //
  4393.   ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE = DWORD(5064);
  4394.   {$EXTERNALSYM ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE}
  4395. //
  4396. // MessageId: ERROR_CLUSTER_NODE_ALREADY_MEMBER
  4397. //
  4398. // MessageText:
  4399. //
  4400. //  The cluster node is already a member of the cluster.
  4401. //
  4402.   ERROR_CLUSTER_NODE_ALREADY_MEMBER = DWORD(5065);
  4403.   {$EXTERNALSYM ERROR_CLUSTER_NODE_ALREADY_MEMBER}
  4404. //
  4405. // MessageId: ERROR_CLUSTER_LAST_INTERNAL_NETWORK
  4406. //
  4407. // MessageText:
  4408. //
  4409. //  The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.
  4410. //
  4411.   ERROR_CLUSTER_LAST_INTERNAL_NETWORK = DWORD(5066);
  4412.   {$EXTERNALSYM ERROR_CLUSTER_LAST_INTERNAL_NETWORK}
  4413. //
  4414. // MessageId: ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
  4415. //
  4416. // MessageText:
  4417. //
  4418. //  One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
  4419. //
  4420.   ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS = DWORD(5067);
  4421.   {$EXTERNALSYM ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS}
  4422. //
  4423. // MessageId: ERROR_INVALID_OPERATION_ON_QUORUM
  4424. //
  4425. // MessageText:
  4426. //
  4427. //  This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list.
  4428. //
  4429.   ERROR_INVALID_OPERATION_ON_QUORUM = DWORD(5068);
  4430.   {$EXTERNALSYM ERROR_INVALID_OPERATION_ON_QUORUM}
  4431. //
  4432. // MessageId: ERROR_DEPENDENCY_NOT_ALLOWED
  4433. //
  4434. // MessageText:
  4435. //
  4436. //  The cluster quorum resource is not allowed to have any dependencies.
  4437. //
  4438.   ERROR_DEPENDENCY_NOT_ALLOWED = DWORD(5069);
  4439.   {$EXTERNALSYM ERROR_DEPENDENCY_NOT_ALLOWED}
  4440. //
  4441. // MessageId: ERROR_CLUSTER_NODE_PAUSED
  4442. //
  4443. // MessageText:
  4444. //
  4445. //  The cluster node is paused.
  4446. //
  4447.   ERROR_CLUSTER_NODE_PAUSED = DWORD(5070);
  4448.   {$EXTERNALSYM ERROR_CLUSTER_NODE_PAUSED}
  4449. //
  4450. // MessageId: ERROR_NODE_CANT_HOST_RESOURCE
  4451. //
  4452. // MessageText:
  4453. //
  4454. //  The cluster resource cannot be brought online. The owner node cannot run this resource.
  4455. //
  4456.   ERROR_NODE_CANT_HOST_RESOURCE = DWORD(5071);
  4457.   {$EXTERNALSYM ERROR_NODE_CANT_HOST_RESOURCE}
  4458. //
  4459. // MessageId: ERROR_CLUSTER_NODE_NOT_READY
  4460. //
  4461. // MessageText:
  4462. //
  4463. //  The cluster node is not ready to perform the requested operation.
  4464. //
  4465.   ERROR_CLUSTER_NODE_NOT_READY = DWORD(5072);
  4466.   {$EXTERNALSYM ERROR_CLUSTER_NODE_NOT_READY}
  4467. //
  4468. // MessageId: ERROR_CLUSTER_NODE_SHUTTING_DOWN
  4469. //
  4470. // MessageText:
  4471. //
  4472. //  The cluster node is shutting down.
  4473. //
  4474.   ERROR_CLUSTER_NODE_SHUTTING_DOWN = DWORD(5073);
  4475.   {$EXTERNALSYM ERROR_CLUSTER_NODE_SHUTTING_DOWN}
  4476. //
  4477. // MessageId: ERROR_CLUSTER_JOIN_ABORTED
  4478. //
  4479. // MessageText:
  4480. //
  4481. //  The cluster join operation was aborted.
  4482. //
  4483.   ERROR_CLUSTER_JOIN_ABORTED = DWORD(5074);
  4484.   {$EXTERNALSYM ERROR_CLUSTER_JOIN_ABORTED}
  4485. //
  4486. // MessageId: ERROR_CLUSTER_INCOMPATIBLE_VERSIONS
  4487. //
  4488. // MessageText:
  4489. //
  4490. //  The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.
  4491. //
  4492.   ERROR_CLUSTER_INCOMPATIBLE_VERSIONS = DWORD(5075);
  4493.   {$EXTERNALSYM ERROR_CLUSTER_INCOMPATIBLE_VERSIONS}
  4494. //
  4495. // MessageId: ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
  4496. //
  4497. // MessageText:
  4498. //
  4499. //  This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
  4500. //
  4501.   ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED = DWORD(5076);
  4502.   {$EXTERNALSYM ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED}
  4503. //
  4504. // MessageId: ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
  4505. //
  4506. // MessageText:
  4507. //
  4508. //  The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
  4509. //
  4510.   ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED = DWORD(5077);
  4511.   {$EXTERNALSYM ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED}
  4512. //
  4513. // MessageId: ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND