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.

31 lines
1.0 KiB

  1. //=--------------------------------------------------------------------------=
  2. // HtmlHlp.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright 1995 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // Contains HtmlHelp helper functions
  13. //
  14. #ifndef _HTMLHELP_H_
  15. #define _HTMLHELP_H_
  16. #ifdef VS_HELP
  17. #include "HelpInit.H"
  18. #include "HelpSys.H"
  19. #include "HelpSvcs.h"
  20. //=--------------------------------------------------------------------------=
  21. // HtmlHelp helpers
  22. //
  23. HRESULT VisualStudioShowHelpTopic(const char *pszHelpFile, DWORD dwContextId, BOOL *pbHelpStarted);
  24. HRESULT QueryStartupVisualStudioHelp(IVsHelpSystem **ppIVsHelpSystem);
  25. #endif
  26. #endif