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.

1122 lines
21 KiB

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. ipcfgmsg.mc
  5. Abstract:
  6. Contains internationalizable message text for IPCONFIG
  7. Author:
  8. Richard L Firth (rfirth) 05-Mar-1994
  9. Revision History:
  10. 05-Mar-1994 rfirth Created
  11. 31-Jul-97 MohsinA PNP patterns for NT50.
  12. --*/
  13. //
  14. // Values are 32 bit values layed out as follows:
  15. //
  16. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  17. // 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
  18. // +---+-+-+-----------------------+-------------------------------+
  19. // |Sev|C|R| Facility | Code |
  20. // +---+-+-+-----------------------+-------------------------------+
  21. //
  22. // where
  23. //
  24. // Sev - is the severity code
  25. //
  26. // 00 - Success
  27. // 01 - Informational
  28. // 10 - Warning
  29. // 11 - Error
  30. //
  31. // C - is the Customer code flag
  32. //
  33. // R - is a reserved bit
  34. //
  35. // Facility - is the facility code
  36. //
  37. // Code - is the facility's status code
  38. //
  39. //
  40. // Define the facility codes
  41. //
  42. //
  43. // Define the severity codes
  44. //
  45. //
  46. // MessageId: MSG_IPCONFIG_BANNER
  47. //
  48. // MessageText:
  49. //
  50. //
  51. // Windows 2000 IP Configuration
  52. //
  53. //
  54. #define MSG_IPCONFIG_BANNER 0x00002710L
  55. //
  56. // MessageId: MSG_PRIMARY_HOST_NAME
  57. //
  58. // MessageText:
  59. //
  60. // Host Name . . . . . . . . . . . . : %0
  61. //
  62. #define MSG_PRIMARY_HOST_NAME 0x00002711L
  63. //
  64. // MessageId: MSG_PRIMARY_DOMAIN_NAME
  65. //
  66. // MessageText:
  67. //
  68. // Primary DNS Suffix . . . . . . . : %0
  69. //
  70. #define MSG_PRIMARY_DOMAIN_NAME 0x00002712L
  71. //
  72. // MessageId: MSG_DOMAIN_NAME
  73. //
  74. // MessageText:
  75. //
  76. // Connection-specific DNS Suffix . : %0
  77. //
  78. #define MSG_DOMAIN_NAME 0x00002713L
  79. //
  80. // MessageId: MSG_DNS_SERVERS
  81. //
  82. // MessageText:
  83. //
  84. // DNS Servers . . . . . . . . . . . : %0
  85. //
  86. #define MSG_DNS_SERVERS 0x00002714L
  87. //
  88. // MessageId: MSG_NODE_TYPE
  89. //
  90. // MessageText:
  91. //
  92. // Node Type . . . . . . . . . . . . : %1
  93. //
  94. #define MSG_NODE_TYPE 0x00002715L
  95. //
  96. // MessageId: MSG_SCOPE_ID
  97. //
  98. // MessageText:
  99. //
  100. // NetBIOS Scope ID. . . . . . . . . : %1
  101. //
  102. #define MSG_SCOPE_ID 0x00002716L
  103. //
  104. // MessageId: MSG_IP_ROUTING
  105. //
  106. // MessageText:
  107. //
  108. // IP Routing Enabled. . . . . . . . : %1
  109. //
  110. #define MSG_IP_ROUTING 0x00002717L
  111. //
  112. // MessageId: MSG_PROXY
  113. //
  114. // MessageText:
  115. //
  116. // WINS Proxy Enabled. . . . . . . . : %1
  117. //
  118. #define MSG_PROXY 0x00002718L
  119. //
  120. // MessageId: MSG_DNS_RESOLUTION
  121. //
  122. // MessageText:
  123. //
  124. // NetBIOS Resolution Uses DNS . . . : %1
  125. //
  126. #define MSG_DNS_RESOLUTION 0x00002719L
  127. //
  128. // MessageId: MSG_DNS_SEARCH_LIST
  129. //
  130. // MessageText:
  131. //
  132. // DNS Suffix Search List. . . . . . : %0
  133. //
  134. #define MSG_DNS_SEARCH_LIST 0x0000271AL
  135. //
  136. // These two entries are just there for alignment
  137. // they should align with all entries above
  138. //
  139. //
  140. // MessageId: MSG_DNS_SEARCH_LIST_ENTRY
  141. //
  142. // MessageText:
  143. //
  144. // %0
  145. //
  146. #define MSG_DNS_SEARCH_LIST_ENTRY 0x0000271BL
  147. //
  148. // MessageId: MSG_DNS_SERVERS_ENTRY
  149. //
  150. // MessageText:
  151. //
  152. // %0
  153. //
  154. #define MSG_DNS_SERVERS_ENTRY 0x0000271CL
  155. //
  156. // MessageId: MSG_PHYSICAL_ADDRESS
  157. //
  158. // MessageText:
  159. //
  160. // Physical Address. . . . . . . . . : %1
  161. //
  162. #define MSG_PHYSICAL_ADDRESS 0x0000271DL
  163. //
  164. // MessageId: MSG_DESCRIPTION
  165. //
  166. // MessageText:
  167. //
  168. // Description . . . . . . . . . . . : %1
  169. //
  170. #define MSG_DESCRIPTION 0x0000271EL
  171. //
  172. // MessageId: MSG_DESCRIPTION_0
  173. //
  174. // MessageText:
  175. //
  176. // Description . . . . . . . . . . . : %0
  177. //
  178. #define MSG_DESCRIPTION_0 0x0000271FL
  179. //
  180. // MessageId: MSG_DHCP_ENABLED
  181. //
  182. // MessageText:
  183. //
  184. // DHCP Enabled. . . . . . . . . . . : %1
  185. //
  186. #define MSG_DHCP_ENABLED 0x00002720L
  187. //
  188. // MessageId: MSG_AUTOCONFIG_ENABLED
  189. //
  190. // MessageText:
  191. //
  192. // Autoconfiguration Enabled . . . . : %1
  193. //
  194. #define MSG_AUTOCONFIG_ENABLED 0x00002721L
  195. //
  196. // MessageId: MSG_IP_ADDRESS
  197. //
  198. // MessageText:
  199. //
  200. // IP Address. . . . . . . . . . . . : %1
  201. //
  202. #define MSG_IP_ADDRESS 0x00002722L
  203. //
  204. // MessageId: MSG_AUTOCONFIG_ADDRESS
  205. //
  206. // MessageText:
  207. //
  208. // Autoconfiguration IP Address. . . : %1
  209. //
  210. #define MSG_AUTOCONFIG_ADDRESS 0x00002723L
  211. //
  212. // MessageId: MSG_SUBNET_MASK
  213. //
  214. // MessageText:
  215. //
  216. // Subnet Mask . . . . . . . . . . . : %1
  217. //
  218. #define MSG_SUBNET_MASK 0x00002724L
  219. //
  220. // MessageId: MSG_DEFAULT_GATEWAY
  221. //
  222. // MessageText:
  223. //
  224. // Default Gateway . . . . . . . . . : %1
  225. //
  226. #define MSG_DEFAULT_GATEWAY 0x00002725L
  227. //
  228. // MessageId: MSG_DHCP_SERVER
  229. //
  230. // MessageText:
  231. //
  232. // DHCP Server . . . . . . . . . . . : %1
  233. //
  234. #define MSG_DHCP_SERVER 0x00002726L
  235. //
  236. // MessageId: MSG_WINS_SERVER_1
  237. //
  238. // MessageText:
  239. //
  240. // Primary WINS Server . . . . . . . : %1
  241. //
  242. #define MSG_WINS_SERVER_1 0x00002727L
  243. //
  244. // MessageId: MSG_WINS_SERVER_2
  245. //
  246. // MessageText:
  247. //
  248. // Secondary WINS Server . . . . . . : %1
  249. //
  250. #define MSG_WINS_SERVER_2 0x00002728L
  251. //
  252. // MessageId: MSG_LEASE_OBTAINED
  253. //
  254. // MessageText:
  255. //
  256. // Lease Obtained. . . . . . . . . . : %1
  257. //
  258. #define MSG_LEASE_OBTAINED 0x00002729L
  259. //
  260. // MessageId: MSG_LEASE_EXPIRES
  261. //
  262. // MessageText:
  263. //
  264. // Lease Expires . . . . . . . . . . : %1
  265. //
  266. #define MSG_LEASE_EXPIRES 0x0000272AL
  267. //
  268. // MessageId: MSG_MEDIA_DISCONNECTED
  269. //
  270. // MessageText:
  271. //
  272. // Media State . . . . . . . . . . . : Cable Disconnected
  273. //
  274. #define MSG_MEDIA_DISCONNECTED 0x0000272BL
  275. //
  276. // MessageId: MSG_MEDIA_UNKNOWN_STATE
  277. //
  278. // MessageText:
  279. //
  280. // Media State . . . . . . . . . . . : Unknown
  281. //
  282. #define MSG_MEDIA_UNKNOWN_STATE 0x0000272CL
  283. //
  284. // MessageId: MSG_DHCP_CLASS_ID
  285. //
  286. // MessageText:
  287. //
  288. // DHCP Class ID . . . . . . . . . . : %1
  289. //
  290. #define MSG_DHCP_CLASS_ID 0x0000272DL
  291. //
  292. // MessageId: MSG_ERROR_STRING
  293. //
  294. // MessageText:
  295. //
  296. // Error: %1
  297. //
  298. #define MSG_ERROR_STRING 0x0000272EL
  299. //
  300. // MessageId: MSG_ADAPTER
  301. //
  302. // MessageText:
  303. //
  304. // %1adapter %2:
  305. //
  306. //
  307. #define MSG_ADAPTER 0x0000272FL
  308. //
  309. // MessageId: MSG_FATAL_ERROR
  310. //
  311. // MessageText:
  312. //
  313. // Fatal error: %1
  314. //
  315. //
  316. #define MSG_FATAL_ERROR 0x00002730L
  317. //
  318. // MessageId: MSG_INCORRECT_ARGS
  319. //
  320. // MessageText:
  321. //
  322. // Error: Command line is incomplete or arguments conflict.
  323. //
  324. //
  325. #define MSG_INCORRECT_ARGS 0x00002731L
  326. //
  327. // MessageId: MSG_UNRECOGNIZED_ARG
  328. //
  329. // MessageText:
  330. //
  331. // Error: Unrecognized command line argument "%1"
  332. //
  333. //
  334. #define MSG_UNRECOGNIZED_ARG 0x00002732L
  335. //
  336. // MessageId: MSG_USAGE
  337. //
  338. // MessageText:
  339. //
  340. //
  341. // USAGE:
  342. // ipconfig [/? | /all | /release [adapter] | /renew [adapter]
  343. // | /flushdns | /registerdns
  344. // | /showclassid adapter
  345. // | /setclassid adapter [classidtoset] ]
  346. //
  347. // adapter Full name or pattern with '*' and '?' to 'match',
  348. // * matches any character, ? matches one character.
  349. // Options
  350. // /? Display this help message.
  351. // /all Display full configuration information.
  352. // /release Release the IP address for the specified adapter.
  353. // /renew Renew the IP address for the specified adapter.
  354. // /flushdns Purges the DNS Resolver cache.
  355. // /registerdns Refreshes all DHCP leases and re-registers DNS names
  356. // /displaydns Display the contents of the DNS Resolver Cache.
  357. // /showclassid Displays all the dhcp class IDs allowed for adapter.
  358. // /setclassid Modifies the dhcp class id.
  359. //
  360. // The default is to display only the IP address, subnet mask and
  361. // default gateway for each adapter bound to TCP/IP.
  362. //
  363. // For Release and Renew, if no adapter name is specified, then the IP address
  364. // leases for all adapters bound to TCP/IP will be released or renewed.
  365. //
  366. // For SetClassID, if no class id is specified, then the classid is removed.
  367. //
  368. // Examples:
  369. // > ipconfig ... Show information.
  370. // > ipconfig /all ... Show detailed information
  371. // > ipconfig /renew ... renew all adapters
  372. // > ipconfig /renew EL* ... renew adapters named EL....
  373. // > ipconfig /release *ELINK?21* ... release all matching adapters,
  374. // eg. ELINK-21, myELELINKi21adapter.
  375. //
  376. #define MSG_USAGE 0x00002733L
  377. //
  378. // MessageId: MSG_BNODE
  379. //
  380. // MessageText:
  381. //
  382. // Broadcast%0
  383. //
  384. #define MSG_BNODE 0x00002734L
  385. //
  386. // MessageId: MSG_PNODE
  387. //
  388. // MessageText:
  389. //
  390. // Peer-Peer%0
  391. //
  392. #define MSG_PNODE 0x00002735L
  393. //
  394. // MessageId: MSG_MNODE
  395. //
  396. // MessageText:
  397. //
  398. // Mixed%0
  399. //
  400. #define MSG_MNODE 0x00002736L
  401. //
  402. // MessageId: MSG_HNODE
  403. //
  404. // MessageText:
  405. //
  406. // Hybrid%0
  407. //
  408. #define MSG_HNODE 0x00002737L
  409. //
  410. // MessageId: MSG_IF_TYPE_OTHER
  411. //
  412. // MessageText:
  413. //
  414. // Other %0
  415. //
  416. #define MSG_IF_TYPE_OTHER 0x00002738L
  417. //
  418. // MessageId: MSG_IF_TYPE_ETHERNET
  419. //
  420. // MessageText:
  421. //
  422. // Ethernet %0
  423. //
  424. #define MSG_IF_TYPE_ETHERNET 0x00002739L
  425. //
  426. // MessageId: MSG_IF_TYPE_TOKEN_RING
  427. //
  428. // MessageText:
  429. //
  430. // Token Ring %0
  431. //
  432. #define MSG_IF_TYPE_TOKEN_RING 0x0000273AL
  433. //
  434. // MessageId: MSG_IF_TYPE_FDDI
  435. //
  436. // MessageText:
  437. //
  438. // FDDI %0
  439. //
  440. #define MSG_IF_TYPE_FDDI 0x0000273BL
  441. //
  442. // MessageId: MSG_IF_TYPE_PPP
  443. //
  444. // MessageText:
  445. //
  446. // PPP %0
  447. //
  448. #define MSG_IF_TYPE_PPP 0x0000273CL
  449. //
  450. // MessageId: MSG_IF_TYPE_LOOPBACK
  451. //
  452. // MessageText:
  453. //
  454. // Loopback %0
  455. //
  456. #define MSG_IF_TYPE_LOOPBACK 0x0000273DL
  457. //
  458. // MessageId: MSG_IF_TYPE_SLIP
  459. //
  460. // MessageText:
  461. //
  462. // SLIP %0
  463. //
  464. #define MSG_IF_TYPE_SLIP 0x0000273EL
  465. //
  466. // MessageId: MSG_YES
  467. //
  468. // MessageText:
  469. //
  470. // Yes%0
  471. //
  472. #define MSG_YES 0x0000273FL
  473. //
  474. // MessageId: MSG_NO
  475. //
  476. // MessageText:
  477. //
  478. // No%0
  479. //
  480. #define MSG_NO 0x00002740L
  481. //
  482. // MessageId: MSG_INIT_FAILED
  483. //
  484. // MessageText:
  485. //
  486. // Failed to initialize%0
  487. //
  488. #define MSG_INIT_FAILED 0x00002741L
  489. //
  490. // MessageId: MSG_TCP_NOT_RUNNING
  491. //
  492. // MessageText:
  493. //
  494. // TCP/IP is not running on this system%0
  495. //
  496. #define MSG_TCP_NOT_RUNNING 0x00002742L
  497. //
  498. // MessageId: MSG_REG_BINDINGS_ERROR
  499. //
  500. // MessageText:
  501. //
  502. // Cannot access adapter bindings registry key%0
  503. //
  504. #define MSG_REG_BINDINGS_ERROR 0x00002743L
  505. //
  506. // MessageId: MSG_REG_INCONSISTENT_ERROR
  507. //
  508. // MessageText:
  509. //
  510. // Inconsistent registry contents%0
  511. //
  512. #define MSG_REG_INCONSISTENT_ERROR 0x00002744L
  513. //
  514. // MessageId: MSG_TCP_BINDING_ERROR
  515. //
  516. // MessageText:
  517. //
  518. // TCP/IP not bound to any adapters%0
  519. //
  520. #define MSG_TCP_BINDING_ERROR 0x00002745L
  521. //
  522. // MessageId: MSG_MEMORY_ERROR
  523. //
  524. // MessageText:
  525. //
  526. // Allocating memory%0
  527. //
  528. #define MSG_MEMORY_ERROR 0x00002746L
  529. //
  530. // MessageId: MSG_ALL
  531. //
  532. // MessageText:
  533. //
  534. // all%0
  535. //
  536. #define MSG_ALL 0x00002747L
  537. //
  538. // MessageId: MSG_RELEASE
  539. //
  540. // MessageText:
  541. //
  542. // Release%0
  543. //
  544. #define MSG_RELEASE 0x00002748L
  545. //
  546. // MessageId: MSG_RENEW
  547. //
  548. // MessageText:
  549. //
  550. // Renew%0
  551. //
  552. #define MSG_RENEW 0x00002749L
  553. //
  554. // MessageId: MSG_FLUSH_DNS
  555. //
  556. // MessageText:
  557. //
  558. // FlushDNS%0
  559. //
  560. #define MSG_FLUSH_DNS 0x0000274AL
  561. //
  562. // MessageId: MSG_REFRESH
  563. //
  564. // MessageText:
  565. //
  566. // RegisterDNS%0
  567. //
  568. #define MSG_REFRESH 0x0000274BL
  569. //
  570. // MessageId: MSG_DISPLAY_DNS
  571. //
  572. // MessageText:
  573. //
  574. // DisplayDNS%0
  575. //
  576. #define MSG_DISPLAY_DNS 0x0000274CL
  577. //
  578. // MessageId: MSG_DISPLAY_CLASSID
  579. //
  580. // MessageText:
  581. //
  582. // ShowClassID%0
  583. //
  584. #define MSG_DISPLAY_CLASSID 0x0000274DL
  585. //
  586. // MessageId: MSG_SET_CLASSID
  587. //
  588. // MessageText:
  589. //
  590. // SetClassID%0
  591. //
  592. #define MSG_SET_CLASSID 0x0000274EL
  593. //
  594. // MessageId: MSG_ADAPTER_NOT_FOUND
  595. //
  596. // MessageText:
  597. //
  598. // Error: Adapter "%1" is not bound to TCP/IP
  599. //
  600. #define MSG_ADAPTER_NOT_FOUND 0x0000274FL
  601. //
  602. // MessageId: MSG_NO_ADAPTERS_BOUND
  603. //
  604. // MessageText:
  605. //
  606. // Error: No adapters bound to TCP/IP
  607. //
  608. #define MSG_NO_ADAPTERS_BOUND 0x00002750L
  609. //
  610. // MessageId: MSG_CANT_FIND_LIBRARY
  611. //
  612. // MessageText:
  613. //
  614. // Fatal: Cannot find dynamic link library "%1"
  615. //
  616. #define MSG_CANT_FIND_LIBRARY 0x00002751L
  617. //
  618. // MessageId: MSG_CANT_FIND_ROUTINE
  619. //
  620. // MessageText:
  621. //
  622. // Fatal: Cannot find function "%1" in library "%2"
  623. //
  624. #define MSG_CANT_FIND_ROUTINE 0x00002752L
  625. //
  626. // MessageId: MSG_ADAPTER_NAME_ERROR
  627. //
  628. // MessageText:
  629. //
  630. // Error: The adapter name "%1" is invalid
  631. //
  632. #define MSG_ADAPTER_NAME_ERROR 0x00002753L
  633. //
  634. // MessageId: MSG_RELEASE_FAILED
  635. //
  636. // MessageText:
  637. //
  638. // The following error occurred when releasing adapter %2: %1
  639. //
  640. #define MSG_RELEASE_FAILED 0x00002754L
  641. //
  642. // MessageId: MSG_ACQUIRE_FAILED
  643. //
  644. // MessageText:
  645. //
  646. // The following error occurred when renewing adapter %2: %1
  647. //
  648. #define MSG_ACQUIRE_FAILED 0x00002755L
  649. //
  650. // MessageId: MSG_REFRESH_FAILED
  651. //
  652. // MessageText:
  653. //
  654. // Error: %1: Refreshing DNS names
  655. //
  656. #define MSG_REFRESH_FAILED 0x00002756L
  657. //
  658. // MessageId: MSG_RELEASE_SUCCEEDED
  659. //
  660. // MessageText:
  661. //
  662. // IP address successfully released for adapter "%2"
  663. //
  664. #define MSG_RELEASE_SUCCEEDED 0x00002757L
  665. //
  666. // MessageId: MSG_RELEASE_OK
  667. //
  668. // MessageText:
  669. //
  670. // IP address successfully released for adapter "%1"
  671. //
  672. #define MSG_RELEASE_OK 0x00002758L
  673. //
  674. // MessageId: MSG_REFRESH_SUCCEEDED
  675. //
  676. // MessageText:
  677. //
  678. // Registration of the DNS resource records for all adapters of this computer has been initiated. Any errors will be reported in the Event Viewer in 15 minutes.
  679. //
  680. #define MSG_REFRESH_SUCCEEDED 0x00002759L
  681. //
  682. // MessageId: MSG_CLASSID_MODIFIED
  683. //
  684. // MessageText:
  685. //
  686. // DHCP ClassId successfully modified for adapter "%1"
  687. //
  688. #define MSG_CLASSID_MODIFIED 0x0000275AL
  689. //
  690. // MessageId: MSG_CLASSID_MODIFY_FAILED
  691. //
  692. // MessageText:
  693. //
  694. // Error: %1
  695. // DHCP ClassId was not modified for adapter "%2"
  696. //
  697. #define MSG_CLASSID_MODIFY_FAILED 0x0000275BL
  698. //
  699. // MessageId: MSG_NO_DHCP_ENABLED
  700. //
  701. // MessageText:
  702. //
  703. // Error: No adapters bound to TCP/IP are enabled for DHCP
  704. //
  705. #define MSG_NO_DHCP_ENABLED 0x0000275CL
  706. //
  707. // MessageId: MSG_ADAPTER_NOT_DHCP
  708. //
  709. // MessageText:
  710. //
  711. // Error: %1
  712. // Adapter "%2" is not enabled for DHCP
  713. //
  714. #define MSG_ADAPTER_NOT_DHCP 0x0000275DL
  715. //
  716. // MessageId: MSG_CLASSES_LIST_HEADER
  717. //
  718. // MessageText:
  719. //
  720. // DHCP Class ID for Adapter "%1":
  721. //
  722. #define MSG_CLASSES_LIST_HEADER 0x0000275EL
  723. //
  724. // MessageId: MSG_CLASSID_NAME
  725. //
  726. // MessageText:
  727. //
  728. // DHCP ClassID Name . . . . . . . . : %1
  729. //
  730. #define MSG_CLASSID_NAME 0x0000275FL
  731. //
  732. // MessageId: MSG_CLASSID_DESCRIPTION
  733. //
  734. // MessageText:
  735. //
  736. // DHCP ClassID Description . . . . : %1
  737. //
  738. #define MSG_CLASSID_DESCRIPTION 0x00002760L
  739. //
  740. // MessageId: MSG_CLASSID_FAILED
  741. //
  742. // MessageText:
  743. //
  744. // Error: %1
  745. // Failed to obtain the DHCP class ID list for adapter "%2"
  746. //
  747. #define MSG_CLASSID_FAILED 0x00002761L
  748. //
  749. // MessageId: MSG_CLASSES_LIST_EMPTY
  750. //
  751. // MessageText:
  752. //
  753. // There are no DHCP classes for adapter "%1".
  754. //
  755. #define MSG_CLASSES_LIST_EMPTY 0x00002762L
  756. //
  757. // MessageId: MSG_ACCESS_DENIED
  758. //
  759. // MessageText:
  760. //
  761. // Unexpected network failure or insufficient access%0
  762. //
  763. #define MSG_ACCESS_DENIED 0x00002763L
  764. //
  765. // MessageId: MSG_SERVER_UNAVAILABLE
  766. //
  767. // MessageText:
  768. //
  769. // DHCP Server unreachable%0
  770. //
  771. #define MSG_SERVER_UNAVAILABLE 0x00002764L
  772. //
  773. // MessageId: MSG_ALREADY_RELEASED
  774. //
  775. // MessageText:
  776. //
  777. // IP Address for adapter %1 is already released
  778. //
  779. #define MSG_ALREADY_RELEASED 0x00002765L
  780. //
  781. // MessageId: MSG_ADDRESS_CONFLICT
  782. //
  783. // MessageText:
  784. //
  785. // The DHCP client obtained an address that is already in use on the network.
  786. //
  787. #define MSG_ADDRESS_CONFLICT 0x00002766L
  788. //
  789. // MessageId: MSG_CANT_OPERATE_DISCONNECTED_MEDIA
  790. //
  791. // MessageText:
  792. //
  793. // No operation can be performed on adapter %1 as this connection has its media/cable disconnected.
  794. //
  795. #define MSG_CANT_OPERATE_DISCONNECTED_MEDIA 0x00002767L
  796. //
  797. // MessageId: MSG_CANT_RELEASE_AUTOCONFIG_ADAPTER
  798. //
  799. // MessageText:
  800. //
  801. // Adapter %1 was automatically configured and does not currently have a DHCP address. The IP address for this adapter can not be released.
  802. //
  803. #define MSG_CANT_RELEASE_AUTOCONFIG_ADAPTER 0x00002768L
  804. //
  805. // MessageId: MSG_NO_DHCP_ADDRESS
  806. //
  807. // MessageText:
  808. //
  809. // All adapters bound to DHCP do not have DHCP addresses. The addresses were automatically configured and can not be released.
  810. //
  811. #define MSG_NO_DHCP_ADDRESS 0x00002769L
  812. //
  813. // MessageId: MSG_FLUSHDNS_FAILED
  814. //
  815. // MessageText:
  816. //
  817. // Could not flush the DNS Resolver Cache.
  818. //
  819. #define MSG_FLUSHDNS_FAILED 0x0000276AL
  820. //
  821. // MessageId: MSG_DHCP_NO_CONTEXT
  822. //
  823. // MessageText:
  824. //
  825. // An internal error occurred. Disconnect and reconnect the network interface or reboot the machine.
  826. //
  827. #define MSG_DHCP_NO_CONTEXT 0x0000276BL
  828. //
  829. // MessageId: MSG_FLUSHDNS_SUCCEEDED
  830. //
  831. // MessageText:
  832. //
  833. // Successfully flushed the DNS Resolver Cache.
  834. //
  835. #define MSG_FLUSHDNS_SUCCEEDED 0x0000276CL
  836. //
  837. // MessageId: MSG_DISPLAYDNS_FAILED
  838. //
  839. // MessageText:
  840. //
  841. // Could not display the DNS Resolver Cache.
  842. //
  843. #define MSG_DISPLAYDNS_FAILED 0x0000276DL
  844. //
  845. // MessageId: MSG_DNS_RECORD_NAME
  846. //
  847. // MessageText:
  848. //
  849. // Record Name . . . . . : %0
  850. //
  851. #define MSG_DNS_RECORD_NAME 0x0000276EL
  852. //
  853. // MessageId: MSG_DNS_RECORD_TYPE
  854. //
  855. // MessageText:
  856. //
  857. // Record Type . . . . . : %0
  858. //
  859. #define MSG_DNS_RECORD_TYPE 0x0000276FL
  860. //
  861. // MessageId: MSG_DNS_RECORD_TTL
  862. //
  863. // MessageText:
  864. //
  865. // Time To Live . . . . : %0
  866. //
  867. #define MSG_DNS_RECORD_TTL 0x00002770L
  868. //
  869. // MessageId: MSG_DNS_RECORD_DATALEN
  870. //
  871. // MessageText:
  872. //
  873. // Data Length . . . . . : %0
  874. //
  875. #define MSG_DNS_RECORD_DATALEN 0x00002771L
  876. //
  877. // MessageId: MSG_DNS_RECORD_SECTION
  878. //
  879. // MessageText:
  880. //
  881. // Section . . . . . . . : %0
  882. //
  883. #define MSG_DNS_RECORD_SECTION 0x00002772L
  884. //
  885. // MessageId: MSG_DNS_A_RECORD
  886. //
  887. // MessageText:
  888. //
  889. // A (Host) Record . . . : %0
  890. //
  891. #define MSG_DNS_A_RECORD 0x00002773L
  892. //
  893. // MessageId: MSG_DNS_SRV_RECORD
  894. //
  895. // MessageText:
  896. //
  897. // SRV Record . . . . . : %0
  898. //
  899. #define MSG_DNS_SRV_RECORD 0x00002774L
  900. //
  901. // MessageId: MSG_DNS_SOA_RECORD
  902. //
  903. // MessageText:
  904. //
  905. // SOA Record . . . . . : %0
  906. //
  907. #define MSG_DNS_SOA_RECORD 0x00002775L
  908. //
  909. // MessageId: MSG_DNS_NS_RECORD
  910. //
  911. // MessageText:
  912. //
  913. // NS Record . . . . . : %0
  914. //
  915. #define MSG_DNS_NS_RECORD 0x00002776L
  916. //
  917. // MessageId: MSG_DNS_PTR_RECORD
  918. //
  919. // MessageText:
  920. //
  921. // PTR Record . . . . . : %0
  922. //
  923. #define MSG_DNS_PTR_RECORD 0x00002777L
  924. //
  925. // MessageId: MSG_DNS_MX_RECORD
  926. //
  927. // MessageText:
  928. //
  929. // MX Record . . . . . . : %0
  930. //
  931. #define MSG_DNS_MX_RECORD 0x00002778L
  932. //
  933. // MessageId: MSG_DNS_AAAA_RECORD
  934. //
  935. // MessageText:
  936. //
  937. // AAAA Record . . . . . : %0
  938. //
  939. #define MSG_DNS_AAAA_RECORD 0x00002779L
  940. //
  941. // MessageId: MSG_DNS_ATMA_RECORD
  942. //
  943. // MessageText:
  944. //
  945. // ATMA Record . . . . . : %0
  946. //
  947. #define MSG_DNS_ATMA_RECORD 0x0000277AL
  948. //
  949. // MessageId: MSG_DNS_CNAME_RECORD
  950. //
  951. // MessageText:
  952. //
  953. // CNAME Record . . . . : %0
  954. //
  955. #define MSG_DNS_CNAME_RECORD 0x0000277BL
  956. //
  957. // MessageId: MSG_DNS_ERR_NO_RECORDS
  958. //
  959. // MessageText:
  960. //
  961. // Negative cache entry for no records%0
  962. //
  963. #define MSG_DNS_ERR_NO_RECORDS 0x0000277CL
  964. //
  965. // MessageId: MSG_DNS_ERR_NAME_ERROR
  966. //
  967. // MessageText:
  968. //
  969. // Negative cache entry for name error%0
  970. //
  971. #define MSG_DNS_ERR_NAME_ERROR 0x0000277DL
  972. //
  973. // MessageId: MSG_DNS_ERR_UNABLE_TO_DISPLAY
  974. //
  975. // MessageText:
  976. //
  977. // Record data for type could not be displayed%0
  978. //
  979. #define MSG_DNS_ERR_UNABLE_TO_DISPLAY 0x0000277EL
  980. //
  981. // MessageId: MSG_DNS_ERR_EXPIRED_CACHE_ENTRY
  982. //
  983. // MessageText:
  984. //
  985. // Record data for type has expired%0
  986. //
  987. #define MSG_DNS_ERR_EXPIRED_CACHE_ENTRY 0x0000277FL
  988. //
  989. // MessageId: MSG_NETBIOS_DISABLED
  990. //
  991. // MessageText:
  992. //
  993. // NetBIOS over Tcpip. . . . . . . . : Disabled
  994. //
  995. #define MSG_NETBIOS_DISABLED 0x00002780L