Back to X64dbg

BridgeSettingRead

docs/developers/functions/bridge/BridgeSettingRead.md

2026.04.20378 B
Original Source

BridgeSettingRead

Read the settings from disk (INI file).

c++
bool BridgeSettingRead(
    int* errorLine // line that error occurred on
    );

Parameters

errorLine Line that error occurred on.

Return Value

This function returns true if successful or false otherwise.

Example

c++
Example code.
  • List of related functions