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.

29 lines
582 B

  1. // Copyright (c) 1997-1999 Microsoft Corporation
  2. //
  3. // Post-operation shortcut (shell link) code
  4. //
  5. // 1 Dec 1999 sburns
  6. #ifndef SHORTCUT_HPP_INCLUDED
  7. #define SHORTCUT_HPP_INCLUDED
  8. // add/remove shortcuts appropriately for a newly-promoted domain controller.
  9. void
  10. PromoteConfigureToolShortcuts(ProgressDialog& dialog);
  11. // add/remove shortcuts appropriately for a newly-demoted domain controller.
  12. // (the inverse of PromoteConfigureToolShortcuts)
  13. void
  14. DemoteConfigureToolShortcuts(ProgressDialog& dialog);
  15. #endif // SHORTCUT_HPP_INCLUDED