Jump to content

APIEX000: Difference between revisions

From EDM2
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Guide procedures API is API used for eCS installer. It is also available in eCS.
Guided procedures API used by eComStation installer.


* [[OS2_API:BoxClassRegister|BoxClassRegister]]
==Files==
* [[OS2_API:ProgressRegister|ProgressRegister]]
* [[APIEX000.DLL]]
* [[OS2_API:TskLstRegister|TskLstRegister]]
* [[OS2_API:TListRegister|TListRegister]]
* [[OS2_API:ComboBoxClassRegister|ComboBoxClassRegister]]
* [[OS2_API:GPDefPageProc|GPDefPageProc]]
* [[OS2_API:gpGetDataItem|gpGetDataItem]]
* [[OS2_API:gpStartApp|gpStartApp]]
* [[OS2_API:gpPrintfError|gpPrintfError]]
* [[OS2_API:xpMalloc|xpMalloc]]
* [[OS2_API:xpFree|xpFree]]
* [[OS2_API:xpHeapmin|xpHeapmin]]
* [[OS2_API:xpStrdup|xpStrdup]]
* [[OS2_API:xpRealloc|xpRealloc]]
* [[OS2_API:gpParseRespFileData|gpParseRespFileData]]
* [[OS2_API:gpFreeRespFileData|gpFreeRespFileData]]
* [[OS2_API:gpRespFileAddString|gpRespFileAddString]]
* [[OS2_API:gpRespFileFreeStrings|gpRespFileFreeStrings]]
* [[OS2_API:gpCopyFile|gpCopyFile]]
* [[OS2_API:gpReadFile|gpReadFile]]
* [[OS2_API:gpFreeReadFile|gpFreeReadFile]]
* [[OS2_API:gpIterateDataItem|gpIterateDataItem]]
* [[OS2_API:gpLogoClassRegister|gpLogoClassRegister]]
* [[OS2_API:gpInitNLS|gpInitNLS]]
* [[OS2_API:gpIsDBCSchar|gpIsDBCSchar]]
* [[OS2_API:gpCheckGPDataList|gpCheckGPDataList]]
* [[OS2_API:gpMakePath|gpMakePath]]
* [[OS2_API:gpFileExists|gpFileExists]]
* [[OS2_API:wMalloc|wMalloc]]
* [[OS2_API:wRealloc|wRealloc]]
* [[OS2_API:wStrDup|wStrDup]]
* [[OS2_API:gpDefListBoxProc|gpDefListBoxProc]]
* [[OS2_API:gpFormatVolData|gpFormatVolData]]
* [[OS2_API:gpVolIndexFromVolLetter|gpVolIndexFromVolLetter]]
* [[OS2_API:gpVolDataFromVolLetter|gpVolDataFromVolLetter]]
* [[OS2_API:gpHwndFromHapp|gpHwndFromHapp]]
* [[OS2_API:gpChkLvmAvailability|gpChkLvmAvailability]]
* [[OS2_API:STFVRegister|STFVRegister]]


[[OS2_API | Back to OS/2 API]]
==Functions==
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
*BoxClassRegister
*ComboBoxClassRegister
*GPDefPageProc
*ProgressRegister
*STFVRegister
*TListRegister
*TskLstRegister
*gpCheckGPDataList
*gpChkLvmAvailability
*gpCopyFile
*gpDefListBoxProc
*gpFileExists
*gpFormatVolData
*gpFreeReadFile
*gpFreeRespFileData
*gpGetDataItem
*gpHwndFromHapp
*gpInitNLS
*gpIsDBCSchar
*gpIterateDataItem
*gpLogoClassRegister
*gpMakePath
*gpParseRespFileData
*gpPrintfError
*gpReadFile
*gpRespFileAddString
*gpRespFileFreeStrings
*gpStartApp
*gpVolDataFromVolLetter
*gpVolIndexFromVolLetter
*wMalloc
*wRealloc
*wStrDup
*xpFree
*xpHeapmin
*xpMalloc
*xpRealloc
*xpStrdup
</div>


==Authors==
* [[Alessandro Cantatore]]


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

Latest revision as of 14:52, 10 May 2017

Guided procedures API used by eComStation installer.

Files

Functions

  • BoxClassRegister
  • ComboBoxClassRegister
  • GPDefPageProc
  • ProgressRegister
  • STFVRegister
  • TListRegister
  • TskLstRegister
  • gpCheckGPDataList
  • gpChkLvmAvailability
  • gpCopyFile
  • gpDefListBoxProc
  • gpFileExists
  • gpFormatVolData
  • gpFreeReadFile
  • gpFreeRespFileData
  • gpGetDataItem
  • gpHwndFromHapp
  • gpInitNLS
  • gpIsDBCSchar
  • gpIterateDataItem
  • gpLogoClassRegister
  • gpMakePath
  • gpParseRespFileData
  • gpPrintfError
  • gpReadFile
  • gpRespFileAddString
  • gpRespFileFreeStrings
  • gpStartApp
  • gpVolDataFromVolLetter
  • gpVolIndexFromVolLetter
  • wMalloc
  • wRealloc
  • wStrDup
  • xpFree
  • xpHeapmin
  • xpMalloc
  • xpRealloc
  • xpStrdup

Authors