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.

16 lines
393 B

  1. #ifndef _INC_COMCONV_H
  2. #define _INC_COMCONV_H
  3. enum
  4. {
  5. NETSCAPE = 1,
  6. EUDORA,
  7. COMMUNICATOR
  8. };
  9. BOOL ValidStoreDirectory(char *szPath, int program);
  10. HRESULT GetClientDir(char *szDir, int cch, int program);
  11. HRESULT DispDialog(HWND hwnd, char *pathname, int cch);
  12. BOOL GetStorePath(char *szProfile, char *szStorePath, DWORD cchStorePath);
  13. #endif // _INC_COMCONV_H