19 lines
486 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
/*
===============================================================================
Module - HtmlHelpUtil.h
System - Common
Author - Xuesong Yuan
Created - 2001-12-14
Description - Utils related to HtmlHelp
Updates -
===============================================================================
*/
#ifndef HTMLHELPUTIL_H
#define HTMLHELPUTIL_H
BOOL IsInWorkArea(HWND hwndHelpViewer);
void PlaceInWorkArea(HWND hwndHelpViewer);
#endif