FKA.DLL: Difference between revisions
Appearance
Created page with " {| border="1" |- |64 |FkaInit |65 |QueryFkaDisplayDetails |- |66 |WinFkaWndProc |67 |WinLoadFka |- |68 |WinCreateFka |69 |WinSetFkaForm |- |70 |WinQueryFkaForm |7..." |
mNo edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Function key area window dynamic link library contains various calling features. | |||
{| | |||
Used by LXLITE.EXE. EPMKWDS.C knows its ordinal functions such as ORD_FKAINIT. These are defined a.o. in the BSEORD.H of the toolkit. | |||
==Versions== | |||
{|class="wikitable" | |||
!Date||Version||Size||Comments | |||
|- | |- | ||
| | |1996-06-17|| ||13,997 bytes||Warp 4 | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|} | |} | ||
==Exports== | |||
:64 FkaInit | |||
:65 QueryFkaDisplayDetails | |||
:66 WinFkaWndProc | |||
:67 WinLoadFka | |||
:68 WinCreateFka | |||
:69 WinSetFkaForm | |||
:70 WinQueryFkaForm | |||
:71 WinGotoFka | |||
:72 WinGoFromFka | |||
==DLLs Loaded== | |||
* [[DOSCALL1.DLL]] | |||
* [[PMGPI.DLL]] | |||
* [[PMWIN.DLL]] | |||
* [[PMMERGE.DLL]] | |||
[[Category:DLL]] |
Latest revision as of 03:27, 10 July 2020
Function key area window dynamic link library contains various calling features.
Used by LXLITE.EXE. EPMKWDS.C knows its ordinal functions such as ORD_FKAINIT. These are defined a.o. in the BSEORD.H of the toolkit.
Versions
Date | Version | Size | Comments |
---|---|---|---|
1996-06-17 | 13,997 bytes | Warp 4 |
Exports
- 64 FkaInit
- 65 QueryFkaDisplayDetails
- 66 WinFkaWndProc
- 67 WinLoadFka
- 68 WinCreateFka
- 69 WinSetFkaForm
- 70 WinQueryFkaForm
- 71 WinGotoFka
- 72 WinGoFromFka