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.

21 lines
511 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: conndlg.h
  6. * Content: Connect Dialog Support Routines
  7. * History:
  8. *
  9. * Date By Reason
  10. * ==== == ======
  11. * 10/15/99 rodtoll created it
  12. *
  13. ***************************************************************************/
  14. #ifndef __CONNDLG_H
  15. BOOL GetConnectSettings( HINSTANCE hInst, HWND hOwner, LPTSTR lpszAddress );
  16. #endif