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

/******************************************************************************
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;
}
};