BridgeSettingGet
Reads a string file from the settings.
bool BridgeSettingGet( const char* section, // ini section name to read const char* key, // ini key in the section to read char* value // string to hold the value read );
参数
section
要读取的段名称。
key
在段中要阅读的项。
value
Destination buffer. Should be of MAX_SETTING_SIZE
.
返回值
如果成功,此函数返回 true,否则返回 false。
示例
示例代码。