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.

40 lines
1.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996-1999
  5. //
  6. // File: CallBack.hxx
  7. //
  8. // Contents: Constants for commands
  9. //
  10. // History: 08-Aug-1997 KyleP Added header
  11. // 20-Jan-1999 SLarimor Modified rescan interface to include
  12. // Full and Incremental options separatly
  13. //
  14. //--------------------------------------------------------------------------
  15. #pragma once
  16. // menus
  17. long const comidAddScope = 0;
  18. long const comidAddCatalog = 1;
  19. long const comidRescanFullScope = 2;
  20. long const comidMergeCatalog = 3;
  21. long const comidStartCI = 4;
  22. long const comidStopCI = 5;
  23. long const comidPauseCI = 6;
  24. long const comidRefreshProperties = 7;
  25. long const comidEmptyCatalog = 8;
  26. long const comidTunePerfCITop = 9;
  27. long const comidStartCITop = 10;
  28. long const comidStopCITop = 11;
  29. long const comidPauseCITop = 12;
  30. long const comidRescanIncrementalScope = 13;
  31. long const comidModifyScope = 14;
  32. // buttons. the following are used as bitmap indexes
  33. // as well as command ids
  34. long const comidStartCIButton = 0;
  35. long const comidStopCIButton = 1;
  36. long const comidPauseCIButton = 2;