int ISCOBOLEXPORT isCobolFunc (char *name, int argc, char *argv[], int argl[], long *crc); |
name | Name of the COBOL program to call. |
argc | Arguments count. It should be set to the size of argv. |
argv | Arguments values. |
argl | Arguments length. |
crc | Return code. |