Jump to content

APIEX000: Difference between revisions

From EDM2
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Description==
Guided procedures API used by eComStation installer.
Guide procedures API is API used for eCS installer. It available in eComStation.
 
==Download==
* N/A - Included on eComStation
 
==License==
* Included on eComStation


==Files==
==Files==
Line 12: Line 5:


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


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


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

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