Leaked source code of windows server 2003
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
562 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: inetopt.h
  4. //
  5. // Module: CMDL32.EXE and CMROUTE.DLL
  6. //
  7. // Synopsis: Header file for shared APIs to set WinInet options
  8. //
  9. // Copyright (c) 2001 Microsoft Corporation
  10. //
  11. // Author: quintinb Created 08/22/01
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _INETOPT_INC_
  15. #define _INETOPT_INC_
  16. void SuppressInetAutoDial(HINTERNET hInternet);
  17. BOOL SetInetStateConnected(HINTERNET hInternet);
  18. #endif