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.

17 lines
605 B

  1. /*****************************************************************************\
  2. FILE: INStoXML.h
  3. DESCRIPTION:
  4. This code will convert an INS (internet settings) or ISP (Internet
  5. Service Provider) file to an Account AutoDiscovery XML file.
  6. BryanSt 11/8/1999
  7. Copyright (C) Microsoft Corp 1999-1999. All rights reserved.
  8. \*****************************************************************************/
  9. //===========================
  10. // *** APIs ***
  11. //===========================
  12. bool IsINSFile(LPCWSTR pwszINSFile);
  13. HRESULT ConvertINSToXML(LPCWSTR pwszINSFile);