windows-nt/Source/XPSP1/NT/multimedia/media/deluxe2/cdnet/condlg.h

20 lines
600 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/******************************Module*Header*******************************\
* Module Name: condlg.h
*
* Author: David Stewart [dstewart]
*
* Copyright (c) 1998 Microsoft Corporation. All rights reserved.
\**************************************************************************/
#ifndef _CONDLG_
#define _CONDLG_
#define CONNECTION_DONOTHING 0
#define CONNECTION_BATCH 1
#define CONNECTION_GETITNOW 2
BOOL _InternetGetConnectedState(DWORD* pdwHow, DWORD dwReserved, BOOL fConnect);
int ConnectionCheck(HWND hwndParent, void* pPassedOpt, TCHAR chDrive);
#endif //_CONDLG_