INIData: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
INIData contains two DLLs called INIData.DLL and XDS230M.DLL. | INIData contains two DLLs called INIData.DLL and XDS230M.DLL. Source code is included, and application developers are permitted to use and these DLLs with their own applications. | ||
Source code is included, and application developers are permitted to use and these DLLs with their own applications. | |||
==Files== | ==Files== | ||
*INIData.DLL | *INIData.DLL | ||
*XDS230M.DLL | *XDS230M.DLL | ||
==Functions== | |||
* ChooseDefaultINI | |||
* CommitTNIDecision | |||
* OpenINIFile | |||
* CreateINIFile | |||
* INIValid | |||
* CloseINIFile | |||
* ItemSize | |||
* INIGetTrusted | |||
* INIGet | |||
* INIGetString | |||
* INIPutBinary | |||
* INIPut | |||
* INIPutString | |||
* GetStringList | |||
* NextString | |||
* CloseStringList | |||
* INIDeleteApp | |||
* INIDeleteKey | |||
* INICopyKey | |||
* INICopyApp | |||
* INIRenameApp | |||
* OurDirectory | |||
* SetInitialWindowPosition | |||
* SetInitialWindowSize | |||
* SetFont | |||
* StoreWindowPosition | |||
* StoreWindowSize | |||
* StoreFont | |||
* SetProgramDir | |||
* GetProgramDirectory | |||
* SetWorkingDirectory | |||
==Used By== | ==Used By== | ||
Line 17: | Line 49: | ||
==Links== | ==Links== | ||
* [http://www.pmoylan.org/pages/os2/inistuff.html Website] | * [http://www.pmoylan.org/pages/os2/inistuff.html Website] | ||
[[Category:Modula-2 Library]] |
Latest revision as of 18:37, 14 May 2022
INIData contains two DLLs called INIData.DLL and XDS230M.DLL. Source code is included, and application developers are permitted to use and these DLLs with their own applications.
Files
- INIData.DLL
- XDS230M.DLL
Functions
- ChooseDefaultINI
- CommitTNIDecision
- OpenINIFile
- CreateINIFile
- INIValid
- CloseINIFile
- ItemSize
- INIGetTrusted
- INIGet
- INIGetString
- INIPutBinary
- INIPut
- INIPutString
- GetStringList
- NextString
- CloseStringList
- INIDeleteApp
- INIDeleteKey
- INICopyKey
- INICopyApp
- INIRenameApp
- OurDirectory
- SetInitialWindowPosition
- SetInitialWindowSize
- SetFont
- StoreWindowPosition
- StoreWindowSize
- StoreFont
- SetProgramDir
- GetProgramDirectory
- SetWorkingDirectory
Used By
- Weasel
- FtpServer
- WebServe
- Major Major
License
- GNU GPL V3