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.

32 lines
651 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997 - 2000
  5. //
  6. // File: N E T R A S . H
  7. //
  8. // Contents: Routines supporting RAS interoperability
  9. //
  10. // Notes:
  11. //
  12. // Author: billi 07 03 2001
  13. //
  14. // History:
  15. //
  16. //----------------------------------------------------------------------------
  17. #pragma once
  18. #include <wininet.h>
  19. #define HNW_ED_NONE 0x0
  20. #define HNW_ED_RELEASE 0x1
  21. #define HNW_ED_RENEW 0x2
  22. HRESULT HrSetInternetAutodialMode( DWORD dwMode );
  23. HRESULT HrSetAutodial( DWORD dwMode );