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.

19 lines
692 B

  1. #ifndef _INC_INETCFG
  2. #define _INC_INETCFG
  3. #define ICW_MAIL_START 0x0001 // we started up with a mail argument
  4. #define ICW_NEWS_START 0x0002 // we started up with a news argument
  5. #define ICW_MAIL_DEF 0x0010 // default mail thing has been done
  6. #define ICW_NEWS_DEF 0x0020 // default news thing has been done
  7. #define ICW_INCOMPLETE 0x0040 // incomplete accounts thing has been done
  8. void SetStartFolderType(FOLDERTYPE ft);
  9. HRESULT ProcessICW(HWND hwnd, FOLDERTYPE ft, BOOL fForce = FALSE, BOOL fShowUI = TRUE);
  10. void ProcessIncompleteAccts(HWND hwnd);
  11. HRESULT NeedToRunICW(LPCSTR pszCmdLine);
  12. void DoAcctImport(HWND hwnd, BOOL fMail);
  13. #endif // _INC_INETCFG