Initializes the ACUCOBOL-GT runtime
Usage
HRESULT Initialize([in] VARIANT *cmdLine)
Return value
"Initialize" returns one of the following result codes (note that these values are given in hexadecimal format):
| Name | Value | Description | 
| S_OK | 0 | Call succeeded | 
| ACUGT_E_UNEXPECTED | 80040200 | Unexpected error | 
| ACUGT_E_INITIALIZE | 80040201 | COM initialization failed. Make sure that the COM libraries are the correct version. |