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.

23 lines
666 B

  1. /*****************************************************************************\
  2. FILE: wizard.h
  3. DESCRIPTION:
  4. This file implements the wizard used to "AutoDiscover" the data that
  5. matches an email address to a protocol. It will also provide other UI
  6. needed in that process.
  7. BryanSt 3/5/2000
  8. Copyright (C) Microsoft Corp 2000-2000. All rights reserved.
  9. \*****************************************************************************/
  10. #ifndef _WIZARD_H
  11. #define _WIZARD_H
  12. #ifdef FEATURE_MAILBOX
  13. STDAPI DisplayMailBoxWizard(LPARAM lParam, BOOL fShowGetEmailPage);
  14. #endif // FEATURE_MAILBOX
  15. #endif // _WIZARD_H