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.

37 lines
1.4 KiB

  1. /************************************************************************
  2. intestr.h
  3. -- intestr.cpp include file
  4. History: Date Author Comment
  5. 8/14/00 Casper Wrote it.
  6. *************************************************************************/
  7. #ifndef _INTESTR_H
  8. #define _INTESTR_H
  9. extern LPSTR Estr_MemFail;
  10. extern LPSTR Estr_CodNotFound;
  11. extern LPSTR Estr_CodLength;
  12. extern LPSTR Estr_CodErr;
  13. extern LPSTR Estr_IsaNotFound;
  14. extern LPSTR Estr_Download;
  15. extern LPSTR Estr_CPUNotFound;
  16. extern LPSTR Estr_PortsMismatch;
  17. extern LPSTR Estr_Absent;
  18. extern LPSTR Estr_IrqFail;
  19. extern LPSTR Estr_PciIrqDup;
  20. extern LPSTR Estr_CPUDownloadFail;// =" at base memory [%lX] CPU module download failure !";
  21. extern LPSTR Estr_ComNum;// = "Port %d(COM%d) Com number invalid !";
  22. extern LPSTR Estr_ComDup;// = "COM number conflicts between Port%d and Port%d !";
  23. extern LPSTR Estr_MemDup;// = "Memory bank conflict between board %d and board %d !";
  24. extern LPSTR Estr_BrdComDup;// = "COM number conflict between board %d and board %d !";
  25. extern LPSTR Estr_PortMax;// = "Selected COM ports have exceeded max port number !";
  26. extern LPSTR Estr_LoadPci;// = "Load mxpci.sys service fail !\nCan not get PCI informantion.\n";
  27. extern LPSTR Estr_IrqErr;// = "Selected ISA board IRQ conflict with PCI board IRQ !"
  28. extern LPSTR Estr_PortUsed;
  29. #endif