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.

39 lines
718 B

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1994 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; locmsg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for DHCP messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; Manny Weiser 8-Dec-1992
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the dhcpmsg.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;#ifndef _LOCMESSAGE_
  26. ;#define _LOCMESSAGE_
  27. ;
  28. ;//
  29. ;// 1000 - 1099 Reserved for DHCP client events.
  30. ;//
  31. MessageId=1000 SymbolicName=DHCP_ROGUE_SERVER_MESSAGE
  32. Language=English
  33. Rogue DHCP server detection program received a(n) "%1" message from %2.
  34. The IpAddress seen in the message is %3.
  35. .
  36. ;#endif // _LOCMESSAGE_