Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

845 lines
16 KiB

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. inetmsg.mc
  5. Abstract:
  6. Contains internationalizable message text for Windows Internet Client DLL
  7. error codes
  8. Author:
  9. Richard L Firth (rfirth) 03-Feb-1995
  10. Revision History:
  11. 03-Feb-1995 rfirth
  12. Created
  13. --*/
  14. //
  15. // INTERNET errors - errors common to all functionality
  16. //
  17. //
  18. // Values are 32 bit values layed out as follows:
  19. //
  20. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  21. // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  22. // +---+-+-+-----------------------+-------------------------------+
  23. // |Sev|C|R| Facility | Code |
  24. // +---+-+-+-----------------------+-------------------------------+
  25. //
  26. // where
  27. //
  28. // Sev - is the severity code
  29. //
  30. // 00 - Success
  31. // 01 - Informational
  32. // 10 - Warning
  33. // 11 - Error
  34. //
  35. // C - is the Customer code flag
  36. //
  37. // R - is a reserved bit
  38. //
  39. // Facility - is the facility code
  40. //
  41. // Code - is the facility's status code
  42. //
  43. //
  44. // Define the facility codes
  45. //
  46. //
  47. // Define the severity codes
  48. //
  49. //
  50. // MessageId: INTERNET_ERROR_BASE
  51. //
  52. // MessageText:
  53. //
  54. // INTERNET_ERROR_BASE
  55. //
  56. #define INTERNET_ERROR_BASE 12000L
  57. //
  58. // MessageId: ERROR_INTERNET_OUT_OF_HANDLES
  59. //
  60. // MessageText:
  61. //
  62. // No more Internet handles can be allocated
  63. //
  64. #define ERROR_INTERNET_OUT_OF_HANDLES 12001L
  65. //
  66. // MessageId: ERROR_INTERNET_TIMEOUT
  67. //
  68. // MessageText:
  69. //
  70. // The operation timed out
  71. //
  72. #define ERROR_INTERNET_TIMEOUT 12002L
  73. //
  74. // MessageId: ERROR_INTERNET_EXTENDED_ERROR
  75. //
  76. // MessageText:
  77. //
  78. // The server returned extended information
  79. //
  80. #define ERROR_INTERNET_EXTENDED_ERROR 12003L
  81. //
  82. // MessageId: ERROR_INTERNET_INTERNAL_ERROR
  83. //
  84. // MessageText:
  85. //
  86. // An internal error occurred in the Microsoft Internet extensions
  87. //
  88. #define ERROR_INTERNET_INTERNAL_ERROR 12004L
  89. //
  90. // MessageId: ERROR_INTERNET_INVALID_URL
  91. //
  92. // MessageText:
  93. //
  94. // The URL is invalid
  95. //
  96. #define ERROR_INTERNET_INVALID_URL 12005L
  97. //
  98. // MessageId: ERROR_INTERNET_UNRECOGNIZED_SCHEME
  99. //
  100. // MessageText:
  101. //
  102. // The URL does not use a recognized protocol
  103. //
  104. #define ERROR_INTERNET_UNRECOGNIZED_SCHEME 12006L
  105. //
  106. // MessageId: ERROR_INTERNET_NAME_NOT_RESOLVED
  107. //
  108. // MessageText:
  109. //
  110. // The server name or address could not be resolved
  111. //
  112. #define ERROR_INTERNET_NAME_NOT_RESOLVED 12007L
  113. //
  114. // MessageId: ERROR_INTERNET_PROTOCOL_NOT_FOUND
  115. //
  116. // MessageText:
  117. //
  118. // A protocol with the required capabilities was not found
  119. //
  120. #define ERROR_INTERNET_PROTOCOL_NOT_FOUND 12008L
  121. //
  122. // MessageId: ERROR_INTERNET_INVALID_OPTION
  123. //
  124. // MessageText:
  125. //
  126. // The option is invalid
  127. //
  128. #define ERROR_INTERNET_INVALID_OPTION 12009L
  129. //
  130. // MessageId: ERROR_INTERNET_BAD_OPTION_LENGTH
  131. //
  132. // MessageText:
  133. //
  134. // The length is incorrect for the option type
  135. //
  136. #define ERROR_INTERNET_BAD_OPTION_LENGTH 12010L
  137. //
  138. // MessageId: ERROR_INTERNET_OPTION_NOT_SETTABLE
  139. //
  140. // MessageText:
  141. //
  142. // The option value cannot be set
  143. //
  144. #define ERROR_INTERNET_OPTION_NOT_SETTABLE 12011L
  145. //
  146. // MessageId: ERROR_INTERNET_SHUTDOWN
  147. //
  148. // MessageText:
  149. //
  150. // Microsoft Internet Extension support has been shut down
  151. //
  152. #define ERROR_INTERNET_SHUTDOWN 12012L
  153. //
  154. // MessageId: ERROR_INTERNET_INCORRECT_USER_NAME
  155. //
  156. // MessageText:
  157. //
  158. // The user name was not allowed
  159. //
  160. #define ERROR_INTERNET_INCORRECT_USER_NAME 12013L
  161. //
  162. // MessageId: ERROR_INTERNET_INCORRECT_PASSWORD
  163. //
  164. // MessageText:
  165. //
  166. // The password was not allowed
  167. //
  168. #define ERROR_INTERNET_INCORRECT_PASSWORD 12014L
  169. //
  170. // MessageId: ERROR_INTERNET_LOGIN_FAILURE
  171. //
  172. // MessageText:
  173. //
  174. // The login request was denied
  175. //
  176. #define ERROR_INTERNET_LOGIN_FAILURE 12015L
  177. //
  178. // MessageId: ERROR_INTERNET_INVALID_OPERATION
  179. //
  180. // MessageText:
  181. //
  182. // The requested operation is invalid
  183. //
  184. #define ERROR_INTERNET_INVALID_OPERATION 12106L
  185. //
  186. // MessageId: ERROR_INTERNET_OPERATION_CANCELLED
  187. //
  188. // MessageText:
  189. //
  190. // The operation has been canceled
  191. //
  192. #define ERROR_INTERNET_OPERATION_CANCELLED 12017L
  193. //
  194. // MessageId: ERROR_INTERNET_INCORRECT_HANDLE_TYPE
  195. //
  196. // MessageText:
  197. //
  198. // The supplied handle is the wrong type for the requested operation
  199. //
  200. #define ERROR_INTERNET_INCORRECT_HANDLE_TYPE 12018L
  201. //
  202. // MessageId: ERROR_INTERNET_INCORRECT_HANDLE_STATE
  203. //
  204. // MessageText:
  205. //
  206. // The handle is in the wrong state for the requested operation
  207. //
  208. #define ERROR_INTERNET_INCORRECT_HANDLE_STATE 12019L
  209. //
  210. // MessageId: ERROR_INTERNET_NOT_PROXY_REQUEST
  211. //
  212. // MessageText:
  213. //
  214. // The request cannot be made on a Proxy session
  215. //
  216. #define ERROR_INTERNET_NOT_PROXY_REQUEST 12020L
  217. //
  218. // MessageId: ERROR_INTERNET_REGISTRY_VALUE_NOT_FOUND
  219. //
  220. // MessageText:
  221. //
  222. // The registry value could not be found
  223. //
  224. #define ERROR_INTERNET_REGISTRY_VALUE_NOT_FOUND 12021L
  225. //
  226. // MessageId: ERROR_INTERNET_BAD_REGISTRY_PARAMETER
  227. //
  228. // MessageText:
  229. //
  230. // The registry parameter is incorrect
  231. //
  232. #define ERROR_INTERNET_BAD_REGISTRY_PARAMETER 12022L
  233. //
  234. // MessageId: ERROR_INTERNET_NO_DIRECT_ACCESS
  235. //
  236. // MessageText:
  237. //
  238. // Direct Internet access is not available
  239. //
  240. #define ERROR_INTERNET_NO_DIRECT_ACCESS 12023L
  241. //
  242. // MessageId: ERROR_INTERNET_NO_CONTEXT
  243. //
  244. // MessageText:
  245. //
  246. // No context value was supplied
  247. //
  248. #define ERROR_INTERNET_NO_CONTEXT 12024L
  249. //
  250. // MessageId: ERROR_INTERNET_NO_CALLBACK
  251. //
  252. // MessageText:
  253. //
  254. // No status callback was supplied
  255. //
  256. #define ERROR_INTERNET_NO_CALLBACK 12025L
  257. //
  258. // MessageId: ERROR_INTERNET_REQUEST_PENDING
  259. //
  260. // MessageText:
  261. //
  262. // There are outstanding requests
  263. //
  264. #define ERROR_INTERNET_REQUEST_PENDING 12026L
  265. //
  266. // MessageId: ERROR_INTERNET_INCORRECT_FORMAT
  267. //
  268. // MessageText:
  269. //
  270. // The information format is incorrect
  271. //
  272. #define ERROR_INTERNET_INCORRECT_FORMAT 12027L
  273. //
  274. // MessageId: ERROR_INTERNET_ITEM_NOT_FOUND
  275. //
  276. // MessageText:
  277. //
  278. // The requested item could not be found
  279. //
  280. #define ERROR_INTERNET_ITEM_NOT_FOUND 12028L
  281. //
  282. // MessageId: ERROR_INTERNET_CANNOT_CONNECT
  283. //
  284. // MessageText:
  285. //
  286. // A connection with the server could not be established
  287. //
  288. #define ERROR_INTERNET_CANNOT_CONNECT 12029L
  289. //
  290. // MessageId: ERROR_INTERNET_CONNECTION_ABORTED
  291. //
  292. // MessageText:
  293. //
  294. // The connection with the server was terminated abnormally
  295. //
  296. #define ERROR_INTERNET_CONNECTION_ABORTED 12030L
  297. //
  298. // MessageId: ERROR_INTERNET_CONNECTION_RESET
  299. //
  300. // MessageText:
  301. //
  302. // The connection with the server was reset
  303. //
  304. #define ERROR_INTERNET_CONNECTION_RESET 12031L
  305. //
  306. // MessageId: ERROR_INTERNET_FORCE_RETRY
  307. //
  308. // MessageText:
  309. //
  310. // The action must be retried
  311. //
  312. #define ERROR_INTERNET_FORCE_RETRY 12032L
  313. //
  314. // MessageId: ERROR_INTERNET_INVALID_PROXY_REQUEST
  315. //
  316. // MessageText:
  317. //
  318. // The proxy request is invalid
  319. //
  320. #define ERROR_INTERNET_INVALID_PROXY_REQUEST 12033L
  321. //
  322. // MessageId: ERROR_INTERNET_NEED_UI
  323. //
  324. // MessageText:
  325. //
  326. // User interaction is required to complete the operation
  327. //
  328. #define ERROR_INTERNET_NEED_UI 12034L
  329. //
  330. // MessageId: ERROR_INTERNET_HANDLE_EXISTS
  331. //
  332. // MessageText:
  333. //
  334. // The handle already exists
  335. //
  336. #define ERROR_INTERNET_HANDLE_EXISTS 12036L
  337. //
  338. // MessageId: ERROR_INTERNET_SEC_CERT_DATE_INVALID
  339. //
  340. // MessageText:
  341. //
  342. // The date in the certificate is invalid or has expired
  343. //
  344. #define ERROR_INTERNET_SEC_CERT_DATE_INVALID 12037L
  345. //
  346. // MessageId: ERROR_INTERNET_SEC_CERT_CN_INVALID
  347. //
  348. // MessageText:
  349. //
  350. // The host name in the certificate is invalid or does not match
  351. //
  352. #define ERROR_INTERNET_SEC_CERT_CN_INVALID 12038L
  353. //
  354. // MessageId: ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR
  355. //
  356. // MessageText:
  357. //
  358. // A redirect request will change a non-secure to a secure connection
  359. //
  360. #define ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR 12039L
  361. //
  362. // MessageId: ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR
  363. //
  364. // MessageText:
  365. //
  366. // A redirect request will change a secure to a non-secure connection
  367. //
  368. #define ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR 12040L
  369. //
  370. // MessageId: ERROR_INTERNET_MIXED_SECURITY
  371. //
  372. // MessageText:
  373. //
  374. // Mixed secure and non-secure connections
  375. //
  376. #define ERROR_INTERNET_MIXED_SECURITY 12041L
  377. //
  378. // MessageId: ERROR_INTERNET_CHG_POST_IS_NON_SECURE
  379. //
  380. // MessageText:
  381. //
  382. // Changing to non-secure post
  383. //
  384. #define ERROR_INTERNET_CHG_POST_IS_NON_SECURE 12042L
  385. //
  386. // MessageId: ERROR_INTERNET_POST_IS_NON_SECURE
  387. //
  388. // MessageText:
  389. //
  390. // Data is being posted on a non-secure connection
  391. //
  392. #define ERROR_INTERNET_POST_IS_NON_SECURE 12043L
  393. //
  394. // MessageId: ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED
  395. //
  396. // MessageText:
  397. //
  398. // A certificate is required to complete client authentication
  399. //
  400. #define ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED 12044L
  401. //
  402. // MessageId: ERROR_INTERNET_INVALID_CA
  403. //
  404. // MessageText:
  405. //
  406. // The certificate authority is invalid or incorrect
  407. //
  408. #define ERROR_INTERNET_INVALID_CA 12045L
  409. //
  410. // MessageId: ERROR_INTERNET_CLIENT_AUTH_NOT_SETUP
  411. //
  412. // MessageText:
  413. //
  414. // Client authentication has not been correctly installed
  415. //
  416. #define ERROR_INTERNET_CLIENT_AUTH_NOT_SETUP 12046L
  417. //
  418. // MessageId: ERROR_INTERNET_ASYNC_THREAD_FAILED
  419. //
  420. // MessageText:
  421. //
  422. // An error has occurred in a Wininet asynchronous thread. You may need to restart
  423. //
  424. #define ERROR_INTERNET_ASYNC_THREAD_FAILED 12047L
  425. //
  426. // MessageId: ERROR_INTERNET_REDIRECT_SCHEME_CHANGE
  427. //
  428. // MessageText:
  429. //
  430. // The protocol scheme has changed during a redirect operaiton
  431. //
  432. #define ERROR_INTERNET_REDIRECT_SCHEME_CHANGE 12048L
  433. //
  434. // MessageId: ERROR_INTERNET_DIALOG_PENDING
  435. //
  436. // MessageText:
  437. //
  438. // There are operations awaiting retry
  439. //
  440. #define ERROR_INTERNET_DIALOG_PENDING 12049L
  441. //
  442. // MessageId: ERROR_INTERNET_RETRY_DIALOG
  443. //
  444. // MessageText:
  445. //
  446. // The operation must be retried
  447. //
  448. #define ERROR_INTERNET_RETRY_DIALOG 12050L
  449. //
  450. // MessageId: ERROR_INTERNET_NO_NEW_CONTAINERS
  451. //
  452. // MessageText:
  453. //
  454. // There are no new cache containers
  455. //
  456. #define ERROR_INTERNET_NO_NEW_CONTAINERS 12051L
  457. //
  458. // MessageId: ERROR_INTERNET_HTTPS_HTTP_SUBMIT_REDIR
  459. //
  460. // MessageText:
  461. //
  462. // A security zone check indicates the operation must be retried
  463. //
  464. #define ERROR_INTERNET_HTTPS_HTTP_SUBMIT_REDIR 12052L
  465. //
  466. // MessageId: ERROR_INTERNET_SECURITY_CHANNEL_ERROR
  467. //
  468. // MessageText:
  469. //
  470. // An error occurred in the secure channel support
  471. //
  472. #define ERROR_INTERNET_SECURITY_CHANNEL_ERROR 12157L
  473. //
  474. // MessageId: ERROR_INTERNET_UNABLE_TO_CACHE_FILE
  475. //
  476. // MessageText:
  477. //
  478. // The file could not be written to the cache
  479. //
  480. #define ERROR_INTERNET_UNABLE_TO_CACHE_FILE 12158L
  481. //
  482. // MessageId: ERROR_INTERNET_TCPIP_NOT_INSTALLED
  483. //
  484. // MessageText:
  485. //
  486. // The TCP/IP protocol is not installed properly
  487. //
  488. #define ERROR_INTERNET_TCPIP_NOT_INSTALLED 12159L
  489. //
  490. // MessageId: ERROR_INTERNET_DISCONNECTED
  491. //
  492. // MessageText:
  493. //
  494. // The computer is disconnected from the network
  495. //
  496. #define ERROR_INTERNET_DISCONNECTED 12163L
  497. //
  498. // MessageId: ERROR_INTERNET_SERVER_UNREACHABLE
  499. //
  500. // MessageText:
  501. //
  502. // The server is unreachable
  503. //
  504. #define ERROR_INTERNET_SERVER_UNREACHABLE 12164L
  505. //
  506. // MessageId: ERROR_INTERNET_PROXY_SERVER_UNREACHABLE
  507. //
  508. // MessageText:
  509. //
  510. // The proxy server is unreachable
  511. //
  512. #define ERROR_INTERNET_PROXY_SERVER_UNREACHABLE 12165L
  513. //
  514. // MessageId: ERROR_INTERNET_BAD_AUTO_PROXY_SCRIPT
  515. //
  516. // MessageText:
  517. //
  518. // The proxy auto-configuration script is in error
  519. //
  520. #define ERROR_INTERNET_BAD_AUTO_PROXY_SCRIPT 12166L
  521. //
  522. // MessageId: ERROR_INTERNET_UNABLE_TO_DOWNLOAD_SCRIPT
  523. //
  524. // MessageText:
  525. //
  526. // Could not download the proxy auto-configuration script file
  527. //
  528. #define ERROR_INTERNET_UNABLE_TO_DOWNLOAD_SCRIPT 12167L
  529. //
  530. // MessageId: ERROR_INTERNET_SEC_INVALID_CERT
  531. //
  532. // MessageText:
  533. //
  534. // The supplied certificate is invalid
  535. //
  536. #define ERROR_INTERNET_SEC_INVALID_CERT 12169L
  537. //
  538. // MessageId: ERROR_INTERNET_SEC_CERT_REVOKED
  539. //
  540. // MessageText:
  541. //
  542. // The supplied certificate has been revoked
  543. //
  544. #define ERROR_INTERNET_SEC_CERT_REVOKED 12170L
  545. //
  546. // MessageId: ERROR_INTERNET_FAILED_DUETOSECURITYCHECK
  547. //
  548. // MessageText:
  549. //
  550. // The Dialup failed because file sharing was turned on and a failure was requested if security check was needed
  551. //
  552. #define ERROR_INTERNET_FAILED_DUETOSECURITYCHECK 12171L
  553. //
  554. // FTP errors
  555. //
  556. //
  557. // MessageId: ERROR_FTP_TRANSFER_IN_PROGRESS
  558. //
  559. // MessageText:
  560. //
  561. // There is already an FTP request in progress on this session
  562. //
  563. #define ERROR_FTP_TRANSFER_IN_PROGRESS 12110L
  564. //
  565. // MessageId: ERROR_FTP_DROPPED
  566. //
  567. // MessageText:
  568. //
  569. // The FTP session was terminated
  570. //
  571. #define ERROR_FTP_DROPPED 12111L
  572. //
  573. // MessageId: ERROR_FTP_NO_PASSIVE_MODE
  574. //
  575. // MessageText:
  576. //
  577. // FTP Passive mode is not available
  578. //
  579. #define ERROR_FTP_NO_PASSIVE_MODE 12112L
  580. //
  581. // GOPHER errors
  582. //
  583. //
  584. // MessageId: ERROR_GOPHER_PROTOCOL_ERROR
  585. //
  586. // MessageText:
  587. //
  588. // A gopher protocol error occurred
  589. //
  590. #define ERROR_GOPHER_PROTOCOL_ERROR 12130L
  591. //
  592. // MessageId: ERROR_GOPHER_NOT_FILE
  593. //
  594. // MessageText:
  595. //
  596. // The locator must be for a file
  597. //
  598. #define ERROR_GOPHER_NOT_FILE 12131L
  599. //
  600. // MessageId: ERROR_GOPHER_DATA_ERROR
  601. //
  602. // MessageText:
  603. //
  604. // An error was detected while parsing the data
  605. //
  606. #define ERROR_GOPHER_DATA_ERROR 12132L
  607. //
  608. // MessageId: ERROR_GOPHER_END_OF_DATA
  609. //
  610. // MessageText:
  611. //
  612. // There is no more data
  613. //
  614. #define ERROR_GOPHER_END_OF_DATA 12133L
  615. //
  616. // MessageId: ERROR_GOPHER_INVALID_LOCATOR
  617. //
  618. // MessageText:
  619. //
  620. // The locator is invalid
  621. //
  622. #define ERROR_GOPHER_INVALID_LOCATOR 12134L
  623. //
  624. // MessageId: ERROR_GOPHER_INCORRECT_LOCATOR_TYPE
  625. //
  626. // MessageText:
  627. //
  628. // The locator type is incorrect for this operation
  629. //
  630. #define ERROR_GOPHER_INCORRECT_LOCATOR_TYPE 12135L
  631. //
  632. // MessageId: ERROR_GOPHER_NOT_GOPHER_PLUS
  633. //
  634. // MessageText:
  635. //
  636. // The request must be for a gopher+ item
  637. //
  638. #define ERROR_GOPHER_NOT_GOPHER_PLUS 12136L
  639. //
  640. // MessageId: ERROR_GOPHER_ATTRIBUTE_NOT_FOUND
  641. //
  642. // MessageText:
  643. //
  644. // The requested attribute was not found
  645. //
  646. #define ERROR_GOPHER_ATTRIBUTE_NOT_FOUND 12137L
  647. //
  648. // MessageId: ERROR_GOPHER_UNKNOWN_LOCATOR
  649. //
  650. // MessageText:
  651. //
  652. // The locator type is not recognized
  653. //
  654. #define ERROR_GOPHER_UNKNOWN_LOCATOR 12138L
  655. //
  656. // HTTP errors
  657. //
  658. //
  659. // MessageId: ERROR_HTTP_HEADER_NOT_FOUND
  660. //
  661. // MessageText:
  662. //
  663. // The requested header was not found
  664. //
  665. #define ERROR_HTTP_HEADER_NOT_FOUND 12150L
  666. //
  667. // MessageId: ERROR_HTTP_DOWNLEVEL_SERVER
  668. //
  669. // MessageText:
  670. //
  671. // The server does not support the requested protocol level
  672. //
  673. #define ERROR_HTTP_DOWNLEVEL_SERVER 12151L
  674. //
  675. // MessageId: ERROR_HTTP_INVALID_SERVER_RESPONSE
  676. //
  677. // MessageText:
  678. //
  679. // The server returned an invalid or unrecognized response
  680. //
  681. #define ERROR_HTTP_INVALID_SERVER_RESPONSE 12152L
  682. //
  683. // MessageId: ERROR_HTTP_INVALID_HEADER
  684. //
  685. // MessageText:
  686. //
  687. // The supplied HTTP header is invalid
  688. //
  689. #define ERROR_HTTP_INVALID_HEADER 12153L
  690. //
  691. // MessageId: ERROR_HTTP_INVALID_QUERY_REQUEST
  692. //
  693. // MessageText:
  694. //
  695. // The request for a HTTP header is invalid
  696. //
  697. #define ERROR_HTTP_INVALID_QUERY_REQUEST 12154L
  698. //
  699. // MessageId: ERROR_HTTP_HEADER_ALREADY_EXISTS
  700. //
  701. // MessageText:
  702. //
  703. // The HTTP header already exists
  704. //
  705. #define ERROR_HTTP_HEADER_ALREADY_EXISTS 12155L
  706. //
  707. // MessageId: ERROR_HTTP_REDIRECT_FAILED
  708. //
  709. // MessageText:
  710. //
  711. // The HTTP redirect request failed
  712. //
  713. #define ERROR_HTTP_REDIRECT_FAILED 12156L
  714. //
  715. // MessageId: ERROR_HTTP_NOT_REDIRECTED
  716. //
  717. // MessageText:
  718. //
  719. // The HTTP request was not redirected
  720. //
  721. #define ERROR_HTTP_NOT_REDIRECTED 12160L
  722. //
  723. // MessageId: ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION
  724. //
  725. // MessageText:
  726. //
  727. // A cookie from the server must be confirmed by the user
  728. //
  729. #define ERROR_HTTP_COOKIE_NEEDS_CONFIRMATION 12161L
  730. //
  731. // MessageId: ERROR_HTTP_COOKIE_DECLINED
  732. //
  733. // MessageText:
  734. //
  735. // A cookie from the server has been declined acceptance
  736. //
  737. #define ERROR_HTTP_COOKIE_DECLINED 12162L
  738. //
  739. // MessageId: ERROR_HTTP_REDIRECT_NEEDS_CONFIRMATION
  740. //
  741. // MessageText:
  742. //
  743. // The HTTP redirect request must be confirmed by the user
  744. //
  745. #define ERROR_HTTP_REDIRECT_NEEDS_CONFIRMATION 12168L