Leaked source code of windows server 2003
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.

55 lines
627 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. tapiCountry.h
  5. Abstract:
  6. Utility functions for working with TAPI
  7. Environment:
  8. Server
  9. Revision History:
  10. 09/18/96 -davidx-
  11. Created it.
  12. dd-mm-yy -author-
  13. description
  14. --*/
  15. #ifndef _TAPICOUNTRY_H_
  16. #define _TAPICOUNTRY_H_
  17. #include <tapi.h>
  18. #include <shellapi.h>
  19. //
  20. // Init a list of countries
  21. //
  22. BOOL
  23. GetCountries(
  24. VOID
  25. );
  26. //
  27. // Return the list of country
  28. //
  29. LPLINECOUNTRYLIST
  30. GetCountryList(
  31. );
  32. #endif // !_TAPICOUNTRY_H_