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
18 lines
486 B
/*
|
|
===============================================================================
|
|
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
|