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.

19 lines
600 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: condlg.h
  3. *
  4. * Author: David Stewart [dstewart]
  5. *
  6. * Copyright (c) 1998 Microsoft Corporation. All rights reserved.
  7. \**************************************************************************/
  8. #ifndef _CONDLG_
  9. #define _CONDLG_
  10. #define CONNECTION_DONOTHING 0
  11. #define CONNECTION_BATCH 1
  12. #define CONNECTION_GETITNOW 2
  13. BOOL _InternetGetConnectedState(DWORD* pdwHow, DWORD dwReserved, BOOL fConnect);
  14. int ConnectionCheck(HWND hwndParent, void* pPassedOpt, TCHAR chDrive);
  15. #endif //_CONDLG_