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
742 B

  1. ;//tapierr.mc - messages file for tapi
  2. ;
  3. ;//Copyright (c) 2000-2002 Microsoft Corporation
  4. ;
  5. ;// CONVERSIONS:
  6. ;
  7. ;// FACILITY_TSEC_CODE 0x100
  8. ;
  9. MessageId=0x0 SymbolicName=TSEC_SUCCESS
  10. Language=English
  11. The operation completed successfully.
  12. .
  13. MessageId=0x1 SymbolicName=TSEC_NOMEM
  14. Language=English
  15. The system is out of memory
  16. .
  17. MessageId=0x2 SymbolicName=TSEC_BADFILENAME
  18. Language=English
  19. The file name is bad
  20. .
  21. MessageId=0x3 SymbolicName=TSEC_FILENOTEXIST
  22. Language=English
  23. The file does not exist
  24. .
  25. MessageId=0x4 SymbolicName=TSEC_INVALFILEFORMAT
  26. Language=English
  27. Invalid XML file format
  28. .
  29. MessageId=0x5 SymbolicName=TSEC_DEVLOCALONLY
  30. Language=English
  31. The device can only be used locally
  32. .