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.

41 lines
828 B

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. HCAPIlib.h
  5. Abstract:
  6. This file contains the declaration of the common code for the
  7. Help Center Launch API.
  8. Revision History:
  9. Davide Massarenti (Dmassare) 04/15/2000
  10. created
  11. ******************************************************************************/
  12. #if !defined(__INCLUDED___PCH___HCAPILIB_H___)
  13. #define __INCLUDED___PCH___HCAPILIB_H___
  14. //
  15. // From HelpServiceTypeLib.idl
  16. //
  17. #include <HelpServiceTypeLib.h>
  18. //
  19. // From HelpCenterTypeLib.idl
  20. //
  21. #include <HelpCenterTypeLib.h>
  22. //
  23. // From HCApi.idl
  24. //
  25. #include <HCApi.h>
  26. namespace HCAPI
  27. {
  28. HRESULT OpenConnection( /*[out]*/ CComPtr<IPCHHelpHost>& ipc );
  29. };
  30. #endif // !defined(__INCLUDED___PCH___HCAPILIB_H___)