HELPMGR.DLL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Entry points into the help manager | |||
==Version History== | ==Version History== | ||
{|class="wikitable" | {|class="wikitable" | ||
!Date | !Date||Version||Size||Comments | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|- | |- | ||
|1997-10-19 14:43 | |1997-10-19 14:43 | ||
Line 22: | Line 9: | ||
|249,623 bytes | |249,623 bytes | ||
|OS/2 Warp 4 Y2K | |OS/2 Warp 4 Y2K | ||
|- | |||
|2004-12-29 11:44 | |||
| | |||
|250,171 bytes | |||
|OS/2 Warp MCP 2 | |||
|} | |} | ||
Revision as of 21:47, 11 June 2017
Entry points into the help manager
Version History
Date | Version | Size | Comments |
---|---|---|---|
1997-10-19 14:43 | N/A | 249,623 bytes | OS/2 Warp 4 Y2K |
2004-12-29 11:44 | 250,171 bytes | OS/2 Warp MCP 2 |
DLL Entry Points
1 | WinCreateHelpInstance | 2 | WinDestroyHelpInstance |
3 | WinQueryHelpInstance | 4 | WinAssociateHelpInstance |
5 | WinLoadHelpTable | 6 | WinCreateHelpTable |
7 | HMWindowProc | 8 | HelpProcessor |
9 | CoverPageFrameWindowProc | 10 | CoverPageWindowProc |
11 | PageFrameWindowProc | 12 | PageWindowProc |
13 | FootnoteFrameWindowProc | 14 | FootnoteWindowProc |
15 | SearchDlgProc | 16 | PrtPrintDlgProc |
17 | ListWindowProc | 18 | ListFrameWindowProc |
19 | IndexWindowProc | 20 | IndexFrameWindowProc |
21 | TocWindowProc | 22 | TocFrameWindowProc |
23 | BmBookMarkDlgProc | 24 | HistoryFrameWindowProc |
25 | HistoryWindowProc | 26 | WinCreateBookInstance |
27 | BmCuaLogoDlgProc | 28 | IoLoadAllToc |
29 | IoLoadAllIndex | 30 | IoFreeAllToc |
31 | IoFreeAllIndex | 32 | IoFreeIoInfolist |
33 | FindWildPattern | 34 | FindPattern |
35 | FindTokenPattern | 36 | GetStrToken |
37 | HmSetHelpDatabase | 38 | MscCleanup |
39 | HpfsSplitPath | 40 | ChopDot |
41 | MakeHpfsFileList | 42 | GoodList |
43 | IsValidHpfsName | 44 | HpfsMakeFullPathname |
45 | MscAppendInf | 46 | MscStricmp |
47 | MscStrnicmp | 48 | LibraryFrameWindowProc |
49 | LibraryWindowProc | 50 | WinxxCreateHelpInstance |
51 | Win32CreateHelpInstance | 52 | Win32DestroyHelpInstance |
53 | Win32QueryHelpInstance | 54 | Win32AssociateHelpInstance |
55 | Win32LoadHelpTable | 56 | Win32CreateHelpTable |
57 | AcvpWindowProc | 58 | AcvpFrameWindowProc |
74 | DdfInitialize | 75 | DdfPara |
76 | DdfSetFormat | 77 | DdfSetTextAlign |
78 | DdfSetColor | 79 | DdfInform |
80 | DdfSetFontStyle | 81 | DdfHyperText |
82 | DdfBeginList | 83 | DdfListItem |
84 | DdfEndList | 85 | DdfText |
86 | DdfMetafile | 87 | DdfSetFont |
88 | DdfBitmap | 89 | SearchMindex |
90 | DbmStrtok2 |
DLLs Loaded
Alternatives
- NewView project generated a custom HELPMGR.DLL file, but it still depends on the IBM one that was renamed to IBMHMGR.DLL.