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

22 lines
532 B
C

/*==========================================================================
*
* Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
*
* File: conndlg.h
* Content: Connect Dialog Support Routines
* History:
*
* Date By Reason
* ==== == ======
* 10/15/99 rodtoll created it
*
***************************************************************************/
#ifndef __CONNDLG_H
BOOL GetConnectSettings( HINSTANCE hInst, HWND hOwner, LPTSTR lpszAddress );
#endif