【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.10.53 okutil_write_file_section_keys
Contents
Description
Write key value of a section into a file.
Syntax
int okutil_write_file_section_keys( LPCSTR lpcszFilename, LPCSTR lpcszSecName, StringArray * pvsKeys, StringArray * pvsValues, StringArray * pvsComments = NULL )
Parameters
- lpcszFilename
- [input] fullpath file name
- lpcszSecName
- [input] the section name to write the key names to
- pvsKeys
- [input] all keys name, NULL or empty will result in an empty section
- pvsValues
- [input] value of each key
- pvsComments
- [input] comment of each value
Return
The file size if success, else return minus value for failure.
Examples
See examples of okutil_read_file_section_keys
Remark
See Also
okutil_read_file_section_keys, okutil_write_file_section
Header to Included
origin.h