2020-09-30 16:53:55 +02:00

19 lines
486 B
C

/*
===============================================================================
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