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.

12 lines
429 B

  1. // ExportUI.h : Declaration of the CExportUI
  2. #ifndef __EXPORTUI_H_
  3. #define __EXPORTUI_H_
  4. #include "resource.h" // main symbols
  5. #include <atlhost.h>
  6. HRESULT DoExportConfigToFile(PCONNECTION_INFO pConnectionInfo,BSTR bstrFileNameAndPath,BSTR bstrMetabasePath,BSTR bstrPassword,DWORD dwExportFlags);
  7. INT_PTR CALLBACK ShowExportDlgProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
  8. #endif //__EXPORTUI_H_