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.

42 lines
1.5 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // FILE : FaxMMCUtils.h //
  3. // //
  4. // DESCRIPTION : Header file for all Fax MMC private Utilities //
  5. // //
  6. // //
  7. // AUTHOR : yossg //
  8. // //
  9. // HISTORY : //
  10. // Nov 25 1999 yossg Init . //
  11. // //
  12. // Copyright (C) 1999 Microsoft Corporation All Rights Reserved //
  13. /////////////////////////////////////////////////////////////////////////////
  14. #ifndef H_FAXMMCUTILS_H
  15. #define H_FAXMMCUTILS_H
  16. //
  17. //
  18. //
  19. int GetFaxServerErrorMsg(DWORD dwEc);
  20. //
  21. //
  22. //
  23. BOOL IsNetworkError(DWORD dwEc);
  24. //
  25. //
  26. //
  27. int CALLBACK BrowseCallbackProc(HWND hWnd, UINT uMsg, LPARAM lParam, LPARAM lpData);
  28. //
  29. //
  30. //
  31. BOOL
  32. InvokeBrowseDialog( LPTSTR lpszBrowseItem,
  33. DWORD dwMaxPath,
  34. LPCTSTR lpszBrowseDlgTitle,
  35. unsigned long ulBrowseFlags,
  36. CWindow* pWin);
  37. #endif //H_FAXMMCUTILS_H