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.
|
|
#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();
|