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

/******************************************************************\
* 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
);