Back to X64dbg

BridgeSettingSet

docs/developers/functions/bridge/BridgeSettingSet.md

2026.04.20538 B
Original Source

BridgeSettingSet

Writes a string value to the settings.

c++
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

c++
Example code.
  • List of related functions