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.

39 lines
2.2 KiB

  1. /****************************************************************************/
  2. /* */
  3. /* ERNCCONS.H */
  4. /* */
  5. /* Global header for RNC. */
  6. /* */
  7. /* Copyright Data Connection Ltd. 1995 */
  8. /* */
  9. /****************************************************************************/
  10. /* Changes: */
  11. /* */
  12. /* 16Jun95 NFC Created. */
  13. /* 21Sep95 NFC Increase number of saved nodes to 50. */
  14. /* Removed RNC_INI_NUM_NODES. */
  15. /* */
  16. /****************************************************************************/
  17. #ifndef __ERNCCONS_H_
  18. #define __ERNCCONS_H_
  19. /****************************************************************************/
  20. /* #defines for pointers to the various objects. */
  21. /****************************************************************************/
  22. #define PCONFERENCE DCRNCConference *
  23. /****************************************************************************/
  24. /* Max length of the RNC node details string */
  25. /****************************************************************************/
  26. #define RNC_MAX_NODE_STRING_LEN 512
  27. /****************************************************************************/
  28. /* The TCP transport name and separator, used to generate GCC addresses. */
  29. /****************************************************************************/
  30. #define RNC_GCC_TRANSPORT_AND_SEPARATOR "TCP:"
  31. #define RNC_GCC_TRANSPORT_AND_SEPARATOR_UNICODE L"TCP:"
  32. #define RNC_GCC_TRANSPORT_AND_SEPARATOR_LENGTH 4
  33. #endif /* __ERNCCONS_H_ */