/****************************************************************************** Copyright (c) 2000 Microsoft Corporation Module Name: HCApi.idl Abstract: This file contains the declaration of the set of coclasses and interfaces that make up the common API shared by Havana and HSS Revision History: Davide Massarenti (Dmassare) 10/18/2000 created ******************************************************************************/ /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// [ uuid(AF72E200-FA10-4BB5-A348-269D7615A520), version(1.0), helpstring("Help Center Launch API 1.0 Type Library") ] library HCLaunchLIB { importlib("stdole32.tlb"); importlib("stdole2.tlb"); // interface IHelpHost; // interface IHelpHostPanes; // interface IHelpHostPane; // interface IHelpHostWindow; dispinterface DHelpHostEvents; dispinterface DHelpHostNavEvents; /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// // // Real declarations. // /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// #include "HelpHost.idl" //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// [ uuid(AF72E201-FA10-4BB5-A348-269D7615A520), helpstring("PCHHelpHost Class") ] coclass PCHHelpHost { [default] interface IHelpHost; } };