Jump to content

INIData: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 4: Line 4:
==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==

Revision as of 02:28, 15 June 2021

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