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.

22 lines
416 B

  1. #ifndef _export_h
  2. #define _export_h
  3. class CXEventArray;
  4. class CXEventSource;
  5. class CDlgExport : private CFileDialog
  6. {
  7. public:
  8. CDlgExport();
  9. INT_PTR DoModal(CXEventArray& aEvents);
  10. private:
  11. void GetFilters(LPTSTR pszDst);
  12. SCODE ExportEvents(CXEventArray& aEvents, CString& sPath, LONG iFileType);
  13. // Private member data.
  14. CString m_sFileTitle;
  15. };
  16. #endif //_export_h