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.

26 lines
684 B

  1. /*----------------------------------------------------------------------------
  2. hhwrap.h
  3. Definitions for the HtmlHelp wrapper used by PBA.
  4. Copyright (c) 1998 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. billbur William Burton
  8. History:
  9. ??/??/98 billbur Created
  10. 09/02/99 quintinb Created Header
  11. --------------------------------------------------------------------------*/
  12. #ifndef INC_HHWRAP_H
  13. #define INC_HHWRAP_H
  14. //-------------------------------------------------------------------------
  15. // Exported function declarations
  16. BOOL WINAPI CallHtmlHelp(HWND, LPSTR, UINT, DWORD);
  17. #endif // INC_HHWRAP_H