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.

18 lines
486 B

  1. /*
  2. ===============================================================================
  3. Module - HtmlHelpUtil.h
  4. System - Common
  5. Author - Xuesong Yuan
  6. Created - 2001-12-14
  7. Description - Utils related to HtmlHelp
  8. Updates -
  9. ===============================================================================
  10. */
  11. #ifndef HTMLHELPUTIL_H
  12. #define HTMLHELPUTIL_H
  13. BOOL IsInWorkArea(HWND hwndHelpViewer);
  14. void PlaceInWorkArea(HWND hwndHelpViewer);
  15. #endif