Source code of Windows XP (NT5)
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.

130 lines
3.5 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. //
  5. // File: server.rc
  6. //
  7. // Contents:
  8. //
  9. // History:
  10. //
  11. //---------------------------------------------------------------------------
  12. #include <windows.h>
  13. #include <ntverp.h>
  14. #include "resource.h"
  15. /////////////////////////////////////////////////////////////////////////
  16. // For use in Resource
  17. //
  18. #define VER_FILETYPE VFT_APP
  19. #define VER_FILESUBTYPE VFT2_UNKNOWN
  20. #ifndef __WIN9XBUILD__
  21. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Remote Desktop Help Session Manager"
  22. #else
  23. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Win9X Remote Desktop Help Session Manager"
  24. #endif
  25. #define VER_INTERNALNAME_STR "SessMgr.exe"
  26. #define VER_ORIGINALFILENAME_STR "SessMgr.exe"
  27. #include <common.ver>
  28. //Microsoft Developer Studio generated resource script.
  29. //
  30. #include "resource.h"
  31. #define APSTUDIO_READONLY_SYMBOLS
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // Generated from the TEXTINCLUDE 2 resource.
  35. //
  36. #include "winres.h"
  37. /////////////////////////////////////////////////////////////////////////////
  38. #undef APSTUDIO_READONLY_SYMBOLS
  39. /////////////////////////////////////////////////////////////////////////////
  40. // English (U.S.) resources
  41. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  42. #ifdef _WIN32
  43. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  44. #pragma code_page(1252)
  45. #endif //_WIN32
  46. #include "SessMgrmc.rc"
  47. #ifdef APSTUDIO_INVOKED
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // TEXTINCLUDE
  51. //
  52. 1 TEXTINCLUDE DISCARDABLE
  53. BEGIN
  54. "resource.h\0"
  55. END
  56. 2 TEXTINCLUDE DISCARDABLE
  57. BEGIN
  58. "#include ""winres.h""\r\n"
  59. "\0"
  60. END
  61. 3 TEXTINCLUDE DISCARDABLE
  62. BEGIN
  63. "1 TYPELIB ""sessmgr.tlb""\r\n"
  64. "\0"
  65. END
  66. #endif // APSTUDIO_INVOKED
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // REGISTRY
  70. //
  71. IDR_Sessmgr REGISTRY MOVEABLE PURE "sessmgr.rgs"
  72. // IDR_REMOTEDESKTOPHELPSESSION REGISTRY DISCARDABLE "HelpSess.rgs"
  73. IDR_REMOTEDESKTOPHELPSESSIONMGR REGISTRY DISCARDABLE "HelpMgr.rgs"
  74. /////////////////////////////////////////////////////////////////////////////
  75. //
  76. // String Table
  77. //
  78. STRINGTABLE DISCARDABLE
  79. BEGIN
  80. IDS_SERVICENAME "RDSessMgr"
  81. IDS_SERVICEDISPLAYNAME "Remote Desktop Help Session Manager"
  82. IDS_SERVICEDESC "Manages and controls Remote Assistance. If this service is stopped, Remote Assistance will be unavailable. Before stopping this service, see the Dependencies tab of the Properties dialog box."
  83. IDS_HELPACCNAME "HelpAssistant"
  84. IDS_HELPACCFULLNAME "Remote Desktop Help Assistant Account"
  85. IDS_HELPACCDESC "Account for Providing Remote Assistance"
  86. IDS_HELPACCGROUP "Remote Desktop Help Assistant Group"
  87. IDS_HELPACCGROUPDESC "Remote Desktop Help Assistant Group"
  88. IDS_UNKNOWN "Unknown"
  89. IDS_RA_STRING "Solicited Remote Assistance"
  90. IDS_URA_STRING "Offer Remote Assistance"
  91. END
  92. #endif // English (U.S.) resources
  93. /////////////////////////////////////////////////////////////////////////////
  94. #ifndef APSTUDIO_INVOKED
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // Generated from the TEXTINCLUDE 3 resource.
  98. //
  99. 1 TYPELIB "sessmgr.tlb"
  100. /////////////////////////////////////////////////////////////////////////////
  101. #endif // not APSTUDIO_INVOKED