windows-nt/Source/XPSP1/NT/multimedia/directx/dplay/dvoice/dxvhelp/conndlg.h

22 lines
511 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*==========================================================================
*
* 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