Jump to content

INIData: Difference between revisions

From EDM2
Created page with "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 applicati..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions 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 11: Line 43:
* WebServe
* WebServe
* Major Major
* Major Major
==License==
* GNU GPL V3
==Links==
* [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

Links