BridgeSettingSet
Writes a string value to the settings.
bool BridgeSettingSet( const char* section, // ini section name to write to const char* key, // ini key in the section to write char* value // string value to write );
参数
section
Section name to write to.
key
Key in the section to write.
value
New setting value.
返回值
This function returns true if successful or false otherwise.
示例
Example code.