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.

69 lines
1.8 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "Microsoft IP Conferencing Media Service Provider"
  6. #define VER_INTERNALNAME_STR "h323msp.dll"
  7. #define VER_ORIGINALFILENAME_STR "h323msp.dll"
  8. #include "common.ver"
  9. #include "resource.h"
  10. #define APSTUDIO_READONLY_SYMBOLS
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Generated from the TEXTINCLUDE 2 resource.
  14. //
  15. #include "winres.h"
  16. /////////////////////////////////////////////////////////////////////////////
  17. #undef APSTUDIO_READONLY_SYMBOLS
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // REGISTRY
  28. //
  29. IDR_H323MSP REGISTRY DISCARDABLE "h323msp.rgs"
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // String Table
  33. //
  34. STRINGTABLE DISCARDABLE
  35. BEGIN
  36. IDS_PROJNAME "h323msp"
  37. IDS_AUDIO_CAPTURE_STREAM "Audio Capture Stream"
  38. IDS_AUDIO_RENDER_STREAM "Audio Render Stream"
  39. IDS_VIDEO_CAPTURE_STREAM "Video Capture Stream"
  40. IDS_VIDEO_RENDER_STREAM "Video Render Stream"
  41. END
  42. #endif // English (U.S.) resources
  43. /////////////////////////////////////////////////////////////////////////////
  44. #ifndef APSTUDIO_INVOKED
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Generated from the TEXTINCLUDE 3 resource.
  48. //
  49. 1 TYPELIB "h323msp.tlb"
  50. /////////////////////////////////////////////////////////////////////////////
  51. #endif // not APSTUDIO_INVOKED