| Nicomsoft OCR: Developer's Guide |
| C++: | int Cfg_Create(HCFG* CfgObj) |
| C#: | int Cfg_Create(out int CfgObj) |
| Visual Basic: | Function Cfg_Create(ByRef CfgObj As Integer) As Integer |
| Java: | int Cfg_Create(HCFG CfgObj) |
| Delphi: | function Cfg_Create(out CfgObj:HCFG):integer |
| CfgObj [OUT] – the variable that will get the new Config object identifier. |