Windows2003-3790/inetcore/outlookexpress/import/comconv.h
2020-09-30 16:53:55 +02:00

17 lines
393 B
C

#ifndef _INC_COMCONV_H
#define _INC_COMCONV_H
enum
{
NETSCAPE = 1,
EUDORA,
COMMUNICATOR
};
BOOL ValidStoreDirectory(char *szPath, int program);
HRESULT GetClientDir(char *szDir, int cch, int program);
HRESULT DispDialog(HWND hwnd, char *pathname, int cch);
BOOL GetStorePath(char *szProfile, char *szStorePath, DWORD cchStorePath);
#endif // _INC_COMCONV_H