哪一个API函数可以运行*.HLP文件
编号:QA002716
建立日期: 2000年3月12日 最后修改日期:2000年3月12日
所属类别:
KUroko:
哪一个API函数可以运行*.HLP文件(帮助文件)?
回答:
使用WinHelp函数,定义如下:
BOOL WinHelp(
HWND hwnd, // handle of window requesting Help
LPCTSTR lpszHelp, // address of directory-path string
UINT uCommand, // type of Help
DWORD dwData // additional data
);
此问题由李海回答。
| |
|
|
| |
|
|