x64dbg/docs/developers/functions/bridge/BridgeSettingRead.md
2025-07-04 01:32:42 +02:00

378 B

BridgeSettingRead

Read the settings from disk (INI file).

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

Example code.
  • List of related functions