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.

28 lines
672 B

  1. /******************************************************************\
  2. * Microsoft Windows NT *
  3. * Copyright(c) Microsoft Corp., 1992 *
  4. \******************************************************************/
  5. /*
  6. *
  7. * Filename: USRUTIL.H
  8. *
  9. * Description: Contains the function prototypes for all RASADMIN API
  10. * utility routines.
  11. *
  12. * History: Janakiram Cherala (ramc) 7/6/92
  13. *
  14. */
  15. USHORT
  16. WINAPI
  17. CompressPhoneNumber(
  18. IN LPWSTR Uncompressed,
  19. OUT LPWSTR Compressed
  20. );
  21. USHORT
  22. DecompressPhoneNumber(
  23. IN LPWSTR Compressed,
  24. OUT LPWSTR Decompressed
  25. );