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
29 lines
901 B
#pragma once
|
|
#include "mcReg.h"
|
|
#define MAX_ISPMSGSTRING 560
|
|
|
|
DWORD GetWakeupInterval();
|
|
BOOL IsApplicationVisible();
|
|
const TCHAR* GetISPConnectionName();
|
|
const TCHAR* GetISPSignupUrl();
|
|
const TCHAR* GetISPSignupUrlTrialOver();
|
|
DWORD GetDialogTimeout();
|
|
void SetupRunOnce();
|
|
void RemoveRunOnce();
|
|
const TCHAR* GetISPName();
|
|
const TCHAR* GetISPPhone();
|
|
const TCHAR* GetISPMessage();
|
|
int GetISPTrialDays();
|
|
time_t GetTrialStartDate();
|
|
bool OpenIcwRmindKey(CMcRegistry ®);
|
|
void ClearCachedData();
|
|
void ResetCachedData();
|
|
int GetTotalNotifications();
|
|
void IncrementTotalNotifications();
|
|
void ResetTrialStartDate(time_t timeNewStartDate);
|
|
void DeleteAllRegistryData();
|
|
BOOL IsSignupSuccessful();
|
|
void RemoveTrialConvertedFlag();
|
|
void SetStartDateString(time_t timeStartDate);
|
|
void SetIERunOnce();
|
|
void RemoveIERunOnce();
|