Jump to content

IBM WorkFrame/2 API: Difference between revisions

From EDM2
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:


==Import library (.LIB) files==
==Import library (.LIB) files==
These files can be be statically linked with integrating applications:  
These files can be statically linked with integrating applications:  
* WKF21.LIB
* WKF21.LIB
* WKFBPM21.LIB
* WKFBPM21.LIB
Line 8: Line 8:


==Dynamic Link Library (.DLL) files==
==Dynamic Link Library (.DLL) files==
* DDE4MBS.DLL
* [[DDE4MBS.DLL]]
* DDE3ACT.DLL
* DDE3BASE.DLL
* DDE3BMSG.DLL
* DDE3BMSG.DLL
* DDE3DEF2.DLL
* DDE3BPAM.DLL
* DD3LPRF.DLL
* DD3LPRF.DLL
* DDE3MC.DLL
* DDE3PJIO.DLL
* DDE3PJIO.DLL


==Functions==
==Functions==
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
===Action Support===
===Action Support===
* WKF_REALLOC  
* WKF_REALLOC  
Line 46: Line 51:
===Base Project APIs===
===Base Project APIs===
*  
*  
</div>


 
==Links==
 
* [https://github.com/OS2World/DEV-SAMPLES-WORKFRAME2-iwftech Sample]
 
* [https://github.com/OS2World/DEV-SAMPLES-WORKFRAME2-iwftech/blob/master/iwftech.inf Documentation (INF)]
 
 
 


[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Latest revision as of 05:47, 4 November 2018

For more information visit IBM WorkFrame/2.

Import library (.LIB) files

These files can be statically linked with integrating applications:

  • WKF21.LIB
  • WKFBPM21.LIB
  • WKFDEF21.LIB

Dynamic Link Library (.DLL) files

  • DDE4MBS.DLL
  • DDE3ACT.DLL
  • DDE3BASE.DLL
  • DDE3BMSG.DLL
  • DDE3DEF2.DLL
  • DDE3BPAM.DLL
  • DD3LPRF.DLL
  • DDE3MC.DLL
  • DDE3PJIO.DLL

Functions

Action Support

  • WKF_REALLOC
  • WKF_PRT_STATUS
  • WKF_QUERY_OPTIONS
  • WKF_QUERY_TARGET
  • WKF_TERMINATE
  • WKF_PARSEERROR
  • WKF_QUERYHELPFILE2
  • WKF_QUERYRESOURCEID2
  • WKF_QUERYDDE

Project Access Method

  • WKFPAM_NEXTPART
  • WKF_ADDFILES
  • WKF_ADDMONITOR
  • WkfQueryHAM
  • WkfQueryTitle
  • WkfSettings
  • WkfQueryFiles
  • WkfRun
  • WkfStop
  • WkfQueryPathInfo
  • WkfCreatePath
  • WkfQueryCopy
  • WkfCopyFile
  • WkfDelete
  • WkfDefaultName
  • WkfQueryRunnable

Base Project APIs

Links