Source code of Windows XP (NT5)
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.

62 lines
1.9 KiB

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. HCApi.idl
  5. Abstract:
  6. This file contains the declaration of the set of coclasses and interfaces
  7. that make up the common API shared by Havana and HSS
  8. Revision History:
  9. Davide Massarenti (Dmassare) 10/18/2000
  10. created
  11. ******************************************************************************/
  12. ///////////////////////////////////////////////////////////////////////////////
  13. ///////////////////////////////////////////////////////////////////////////////
  14. ///////////////////////////////////////////////////////////////////////////////
  15. [
  16. uuid(AF72E200-FA10-4BB5-A348-269D7615A520),
  17. version(1.0),
  18. helpstring("Help Center Launch API 1.0 Type Library")
  19. ]
  20. library HCLaunchLIB
  21. {
  22. importlib("stdole32.tlb");
  23. importlib("stdole2.tlb");
  24. // interface IHelpHost;
  25. // interface IHelpHostPanes;
  26. // interface IHelpHostPane;
  27. // interface IHelpHostWindow;
  28. dispinterface DHelpHostEvents;
  29. dispinterface DHelpHostNavEvents;
  30. ///////////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. //
  33. // Real declarations.
  34. //
  35. ///////////////////////////////////////////////////////////////////////////////
  36. ///////////////////////////////////////////////////////////////////////////////
  37. #include "HelpHost.idl"
  38. ////////////////////////////////////////////////////////////////////////////////
  39. ////////////////////////////////////////////////////////////////////////////////
  40. ////////////////////////////////////////////////////////////////////////////////
  41. [
  42. uuid(AF72E201-FA10-4BB5-A348-269D7615A520),
  43. helpstring("PCHHelpHost Class")
  44. ]
  45. coclass PCHHelpHost
  46. {
  47. [default] interface IHelpHost;
  48. }
  49. };