mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
378 B
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.
Related functions
- List of related functions