Back to X64dbg

BridgeSettingSetUint

docs/developers/functions/bridge/BridgeSettingSetUint.md

2026.04.20537 B
Original Source

BridgeSettingSetUint

Reads an integer from the settings.

c++
bool BridgeSettingSetUint(
    const char* section, // ini section name to write to
    const char* key, // ini key in the section to write
    duint value // an integer variable to write
    );

Parameters

section Section name to read.

key Key in the section to read.

value New value.

Return Value

This function returns true if successful or false otherwise.

Example

c++
Example code.
  • List of related functions