Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
INIKEY Struct Reference
A structure that stores a configuration key node. More...
#include <FileIni.h>
Public Member Functions | |
| int | IniGetValue (char *ptrValue, int iLength, LPINIKEY lpikIniKey) |
| Gets a key value. | |
| int | IniSetValue (char *ptrValue, LPINIKEY lpikIniKey) |
| Sets a key value. | |
Detailed Description
A structure that stores a configuration key node.
Definition at line 14 of file FileIni.h.
Member Function Documentation
| int IniGetValue | ( | char * | ptrValue, |
| int | iLength, | ||
| LPINIKEY | lpikIniKey | ||
| ) |
Gets a key value.
- Parameters:
-
[out] ptrValue A pointer to a buffer that will receive the key content. [in] iLenght The length of the buffer pointed by ptrValue. [in] lpikIniKey A pointer to an INIKEY structure that represents a key (opened with IniGetKey() or IniCreateKey()).
- Returns:
- Returns 0 if no error occurs, 1 else.
| int IniSetValue | ( | char * | ptrValue, |
| LPINIKEY | lpikIniKey | ||
| ) |
Sets a key value.
- Parameters:
-
[in] ptrValue A pointer to a NULL-terminated string that stores the value to be set. [in] lpikIniKey A pointer to an INIKEY structure that represents a key (opened with IniGetKey() or IniCreateKey()).
- Returns:
- Returns 0 if no error occurs, 1 else.
Generated on Sat Jul 16 2022 22:00:53 by
1.7.2