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.

29 lines
901 B

  1. #pragma once
  2. #include "mcReg.h"
  3. #define MAX_ISPMSGSTRING 560
  4. DWORD GetWakeupInterval();
  5. BOOL IsApplicationVisible();
  6. const TCHAR* GetISPConnectionName();
  7. const TCHAR* GetISPSignupUrl();
  8. const TCHAR* GetISPSignupUrlTrialOver();
  9. DWORD GetDialogTimeout();
  10. void SetupRunOnce();
  11. void RemoveRunOnce();
  12. const TCHAR* GetISPName();
  13. const TCHAR* GetISPPhone();
  14. const TCHAR* GetISPMessage();
  15. int GetISPTrialDays();
  16. time_t GetTrialStartDate();
  17. bool OpenIcwRmindKey(CMcRegistry &reg);
  18. void ClearCachedData();
  19. void ResetCachedData();
  20. int GetTotalNotifications();
  21. void IncrementTotalNotifications();
  22. void ResetTrialStartDate(time_t timeNewStartDate);
  23. void DeleteAllRegistryData();
  24. BOOL IsSignupSuccessful();
  25. void RemoveTrialConvertedFlag();
  26. void SetStartDateString(time_t timeStartDate);
  27. void SetIERunOnce();
  28. void RemoveIERunOnce();