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.

43 lines
972 B

  1. /*++
  2. Copyright (c) 1998, Microsoft Corporation
  3. Module Name:
  4. h323log.h
  5. Abstract:
  6. This module contains text messages used to generate event-log entries
  7. by the component.
  8. Author:
  9. Abolade Gbadegesin (aboladeg) 24-May-1999
  10. Revision History:
  11. --*/
  12. #define IP_H323_LOG_BASE 34000
  13. #define IP_H323_LOG_NAT_INTERFACE_IGNORED (IP_H323_LOG_BASE+1)
  14. /*
  15. * The H.323 transparent proxy detected network address translation (NAT)
  16. * enabled on the interface with index '%1'.
  17. * The agent has disabled itself on the interface in order to avoid
  18. * confusing clients.
  19. */
  20. #define IP_H323_LOG_ALLOCATION_FAILED (IP_H323_LOG_BASE+2)
  21. /*
  22. * The H.323 transparent proxy was unable to allocate %1 bytes of memory.
  23. * This may indicate that the system is low on virtual memory,
  24. * or that the memory-manager has encountered an internal error.
  25. */
  26. #define IP_H323_LOG_END (IP_H323_LOG_BASE+999)
  27. /*
  28. * end.
  29. */