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.

52 lines
1.4 KiB

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. version.h
  5. Abstract:
  6. Definitions for H.323 TAPI Service Provider version routines.
  7. Environment:
  8. User Mode - Win32
  9. Revision History:
  10. --*/
  11. #ifndef _INC_VERSION
  12. #define _INC_VERSION
  13. ///////////////////////////////////////////////////////////////////////////////
  14. // //
  15. // Version definitions //
  16. // //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #define H323_VERSION_LO 0x00000000
  19. #define H323_VERSION_HI 0x00000000
  20. #define TSPI_VERSION_LO TAPI_CURRENT_VERSION
  21. #define TSPI_VERSION_HI TAPI_CURRENT_VERSION
  22. ///////////////////////////////////////////////////////////////////////////////
  23. // //
  24. // Private prototypes //
  25. // //
  26. ///////////////////////////////////////////////////////////////////////////////
  27. BOOL
  28. H323ValidateTSPIVersion(
  29. DWORD dwTSPIVersion
  30. );
  31. BOOL
  32. H323ValidateExtVersion(
  33. DWORD dwExtVersion
  34. );
  35. #endif // _INC_VERSION