Back to X64dbg

BridgeSettingGetUint

docs/developers/functions/bridge/BridgeSettingGetUint.md

2026.04.20560 B
Original Source

BridgeSettingGetUint

Reads an integer from the settings.

c++
bool BridgeSettingGetUint(
    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 hold the value read
    );

Parameters

section Section name to read.

key Key in the section to read.

value Destination value.

Return Value

This function returns true if successful or false otherwise.

Example

c++
Example code.
  • List of related functions