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.

26 lines
698 B

  1. /*
  2. * snapinlist.hxx
  3. *
  4. *
  5. * Copyright (c) 1998 Microsoft Corporation
  6. *
  7. * PURPOSE: Stores a list of all snapins.
  8. *
  9. *
  10. * OWNER: vivekj
  11. */
  12. //--------------------------------------------------------------
  13. // This file contains a list of all the snapins in the project.
  14. // To use this file, #define the DECLARE_SNAPIN macro and
  15. // #include this file. The DECLARE_SNAPIN macro is
  16. // automatically #undef'd at the end.
  17. //--------------------------------------------------------------
  18. #ifndef DECLARE_SNAPIN
  19. #error Must define DECLARE_SNAPIN before #including snapinlist.h
  20. #endif
  21. DECLARE_SNAPIN(CSampleSnapin)
  22. #undef DECLARE_SNAPIN