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.

28 lines
983 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1994-1995 **
  4. //*********************************************************************
  5. //
  6. // OHARESTR.H - string defines for O'Hare components
  7. //
  8. //
  9. // HISTORY:
  10. //
  11. // 3/10/95 jeremys Created.
  12. // 1/10/98 DONALDM Adapted to the GETCONN proj to be
  13. // be compatible with inetreg.h
  14. #ifndef _OHARESTR_H_
  15. #define _OHARESTR_H_
  16. // string value under HKCU\REGSTR_PATH_REMOTEACCESS that contains name of
  17. // connectoid used to connect to internet
  18. #define REGSTR_VAL_BKUPINTERNETPROFILE TEXT("BackupInternetProfile")
  19. // class name for window to receive Winsock activity messages
  20. #define AUTODIAL_MONITOR_CLASS_NAME TEXT("MS_AutodialMonitor")
  21. #endif // _OHARESTR_H_