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.
 
 
 
 
 
 

40 lines
558 B

// File Migration.h
extern HINSTANCE g_hModule;
BOOL
GetUserValues
(
PFAX_PERSONAL_PROFILE pFaxPersonalProfiles,
BOOL fWin9X,
LPCTSTR lpctstrRegKey
);
BOOL IsFaxClientInstalled(
VOID
);
BOOL SetSenderInformation(
PFAX_PERSONAL_PROFILE pPersonalProfile
);
BOOL UninstallWin9XFaxClient(
VOID
);
BOOL UninstallNTFaxClient(
LPCTSTR lpctstrSetupImageName
);
BOOL
GetInstallationInfo
(
IN LPCTSTR lpctstrRegKey,
OUT LPDWORD Installed
);
BOOL DuplicateCoverPages(
BOOL fWin9X
);