mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
538 B
538 B
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
);
Parameters
section Section name to write to.
key Key in the section to write.
value New setting value.
Return Value
This function returns true if successful or false otherwise.
Example
Example code.
Related functions
- List of related functions