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.

73 lines
2.3 KiB

  1. ;/*************************************************************************
  2. ;* sdjetevent.mc
  3. ;*
  4. ;* Session Directory error codes
  5. ;*
  6. ;* Copyright (C) 1997-2000 Microsoft Corporation
  7. ;*************************************************************************/
  8. ;#define CATEGORY_NOTIFY_EVENTS 1
  9. MessageId=0x1
  10. Language=English
  11. Terminal Server Session Directory Jet Notify Events
  12. .
  13. MessageId=1001 SymbolicName=EVENT_RPC_ACCESS_DENIED
  14. Language=English
  15. The RPC call to join Session Directory to %1 got Access Denied.
  16. .
  17. MessageId=1002 SymbolicName=EVENT_SESSIONDIRECTORY_UNAVAILABLE
  18. Language=English
  19. Session Directory service on server %1 is not available.
  20. .
  21. MessageId=1003 SymbolicName=EVENT_SESSIONDIRECTORY_NAME_INVALID
  22. Language=English
  23. Session Directory server name %1 is invalid.
  24. .
  25. MessageId=1004 SymbolicName=EVENT_CALL_TSSDRPCSEVEROFFLINE_FAIL
  26. Language=English
  27. Tssdjet calling TSSDRpcServerOffline failed with %1.
  28. .
  29. MessageId=1005 SymbolicName=EVENT_JOIN_SESSIONDIRECTORY_SUCESS
  30. Language=English
  31. The server sucessfully joined the Session Directory %1.
  32. .
  33. MessageId=1006 SymbolicName=EVENT_FAIL_RPCBINDINGRESET
  34. Language=English
  35. The server failed to join Session Directory because RpcBindingReset failed with error code %1.
  36. .
  37. MessageId=1007 SymbolicName=EVENT_FAIL_RPCMGMTINGSERVERPRINCNAME
  38. Language=English
  39. The server failed to join Session Directory because RpcMgmtInqServerPrincName failed with error code %1.
  40. .
  41. MessageId=1008 SymbolicName=EVENT_FAIL_RPCBINDINGSETAUTHINFOEX
  42. Language=English
  43. The server failed to join Session Directory because RpcBindingSetAuthInfoEx failed with error code %1.
  44. .
  45. MessageId=1009 SymbolicName=EVENT_FAIL_RPCBIDINGSETOPTION
  46. Language=English
  47. The server failed to join Session Directory because RpcBindingSetOption failed with error code %1.
  48. .
  49. MessageId=1010 SymbolicName=EVENT_FAIL_RPCSTRINGBINDINGCOMPOSE
  50. Language=English
  51. The server failed to join Session Directory because RpcStringBindingCompose failed with error code %1.
  52. .
  53. MessageId=1011 SymbolicName=EVENT_FAIL_RPCBINDINGFROMSTRINGBINDING
  54. Language=English
  55. The server failed to join Session Directory because RpcBindingFromStringBinding failed with error code %1.
  56. .
  57. MessageId=1012 SymbolicName=EVENT_JOIN_SESSIONDIRECTORY_FAIL
  58. Language=English
  59. The server failed to join the Session Directory, the error is %1.
  60. .