AltairIpcParseCommandLine

Parses options sent via the command line to the external program.

Syntax

int AltairIpcParseCommandLine(int argc, char *argv[])

Comments

This routine must be called before any other AltairIpc routine. It is responsible for establishing the correct communication protocol between the external program and the caller.

AltairIpcParseCommandLine returns an integer. If the return value is ALTAIR_IPC_SUCCESS the function succeeded. Otherwise it failed. Check Error Handling for specifics.