2025-04-27 07:49:33 -04:00

29 lines
700 B
C

/******************************************************************\
* Microsoft Windows NT *
* Copyright(c) Microsoft Corp., 1992 *
\******************************************************************/
/*
*
* Filename: USRUTIL.H
*
* Description: Contains the function prototypes for all RASADMIN API
* utility routines.
*
* History: Janakiram Cherala (ramc) 7/6/92
*
*/
USHORT
WINAPI
CompressPhoneNumber(
IN LPWSTR Uncompressed,
OUT LPWSTR Compressed
);
USHORT
DecompressPhoneNumber(
IN LPWSTR Compressed,
OUT LPWSTR Decompressed
);