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.

45 lines
1.5 KiB

  1. /*
  2. *
  3. * epts.c
  4. *
  5. * Dupped from dcomss\wrapper\epts.c.
  6. *
  7. */
  8. #include "dcomss.h"
  9. PROTSEQ_INFO
  10. gaProtseqInfo[] =
  11. {
  12. /* 0x00 */ { STOPPED, 0, 0 },
  13. /* 0x01 */ { STOPPED, 0, 0 },
  14. /* 0x02 */ { STOPPED, 0, 0 },
  15. /* 0x03 */ { STOPPED, 0, 0 },
  16. /* 0x04 */ { STOPPED, L"ncacn_dnet_nsp", L"#69" },
  17. /* 0x05 */ { STOPPED, 0, 0 },
  18. /* 0x06 */ { STOPPED, 0, 0 },
  19. /* 0x07 */ { STOPPED, L"ncacn_ip_tcp", L"135" },
  20. /* 0x08 */ { STOPPED, L"ncadg_ip_udp", L"135" },
  21. /* 0x09 */ { STOPPED, L"ncacn_nb_tcp", L"135" },
  22. /* 0x0a */ { STOPPED, 0, 0 },
  23. /* 0x0b */ { STOPPED, 0, 0 },
  24. /* 0x0c */ { STOPPED, L"ncacn_spx", L"34280" },
  25. /* 0x0d */ { STOPPED, L"ncacn_nb_ipx", L"135" },
  26. /* 0x0e */ { STOPPED, L"ncadg_ipx", L"34280" },
  27. /* 0x0f */ { STOPPED, L"ncacn_np", L"\\pipe\\epmapper" },
  28. /* 0x10 */ { STOPPED, L"ncalrpc", L"epmapper" },
  29. /* 0x11 */ { STOPPED, 0, 0 },
  30. /* 0x12 */ { STOPPED, 0, 0 },
  31. /* 0x13 */ { STOPPED, L"ncacn_nb_nb", L"135" },
  32. /* 0x14 */ { STOPPED, 0, 0 },
  33. /* 0x15 */ { STOPPED, 0, 0 }, // was ncacn_nb_xns - unsupported.
  34. /* 0x16 */ { STOPPED, L"ncacn_at_dsp", L"Endpoint Mapper" },
  35. /* 0x17 */ { STOPPED, L"ncadg_at_ddp", L"Endpoint Mapper" },
  36. /* 0x18 */ { STOPPED, 0, 0 },
  37. /* 0x19 */ { STOPPED, 0, 0 },
  38. /* 0x1A */ { STOPPED, L"ncacn_vns_spp", L"385"},
  39. /* 0x1B */ { STOPPED, 0, 0 },
  40. /* 0x1C */ { STOPPED, 0, 0 },
  41. /* 0x1D */ { STOPPED, L"ncadg_mq", L"EpMapper"},
  42. /* 0x1E */ { STOPPED, 0, 0 },
  43. };