19 lines
486 B
C
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
|