Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

62 lines
769 B

#include <windows.h>
#include <mapi.h>
#include <mapix.h>
#include <tchar.h>
#include "faxmapi.h"
#include "faxutil.h"
#include "winfax.h"
#include "faxreg.h"
#include "profinfo.h"
#include "resource.h"
#define WM_MAPILOGON (WM_USER + 100)
extern BOOL MapiIsInitialized;
extern PSERVICEMESSAGEBOX ServiceMessageBox;
extern BOOL ServiceDebug;
extern HINSTANCE MyhInstance;
//
// mapi.cpp
//
BOOL
InitializeMapi(
VOID
);
VOID
DoMapiLogon(
PPROFILE_INFO ProfileInfo
);
//
// util.cpp
//
VOID
InitializeStringTable(
VOID
);
LPTSTR
GetString(
DWORD InternalId
);
LPTSTR
GetLastErrorText(
DWORD ErrorCode
);
//
// email.cpp
//
BOOL
InitializeEmail(
VOID
);