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.

32 lines
690 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: conuiptrs.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #pragma once
  11. #ifndef CONUIPTRS_H
  12. #define CONUIPTRS_H
  13. #include <comptr.h>
  14. DEFINE_CIP(_Application);
  15. DEFINE_CIP(Document);
  16. DEFINE_CIP(Views);
  17. DEFINE_CIP(View);
  18. DEFINE_CIP(SnapIns);
  19. DEFINE_CIP(SnapIn);
  20. DEFINE_CIP(ScopeNamespace);
  21. DEFINE_CIP(Frame);
  22. DEFINE_CIP(Nodes);
  23. DEFINE_CIP(Node);
  24. DEFINE_CIP(ContextMenu);
  25. DEFINE_CIP(MenuItem);
  26. DEFINE_CIP(ViewEvents);
  27. #endif // CONUIPTRS_H