Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 378 Bytes

BridgeSettingRead.md

File metadata and controls

27 lines (17 loc) · 378 Bytes

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