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.
16 lines
393 B
16 lines
393 B
#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
|