9.57 ACIpsDBAccess::LoadINISection
LONG ACIpsDBAccess::LoadINISection(SCNode& scnKey, SCNode& scnValue, const SCString& scsIniFile, const SCString& scsSection)
LoadsĀ a section of an Infra inifile
Defined in: ACIPSDB.cpp
|
Parameters
|
scnKey
Output all keys from section scsSection
scnValue
Output all values belonging to scnKey
scsIniFile
Input name of inifile
scsSection
Input name of section to load
|