| Nicomsoft OCR: Developer's Guide |
| C++: | int Cfg_LoadOptions(HCFG CfgObj, UNICODECHAR* FileName) |
| C#: | int Cfg_LoadOptions(int CfgObj, string FileName) |
| Visual Basic: | Function Cfg_LoadOptions(ByVal CfgObj As Integer, ByVal FileName As String) As Integer |
| Java: | int Cfg_LoadOptions(HCFG CfgObj, String FileName) |
| Delphi: | function Cfg_LoadOptions(CfgObj:HCFG; FileName:PWCHAR):integer |
| CfgObj [IN] – the Config object. | |
| FileName [IN] – a Unicode, null-terminated string that contains the full path and filename of the configuration file. If no full path is specified, "Bin_common" directory will be used. See Engine_SetDataDirectory for details. |