APIEX000: Difference between revisions
Appearance
mNo edit summary |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Guided procedures API used by eComStation installer. | |||
==Files== | ==Files== | ||
Line 9: | Line 5: | ||
==Functions== | ==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== | ==Authors== | ||
* [[Alessandro Cantatore]] | * [[Alessandro Cantatore]] | ||
[[Category: | [[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