This function offers the same functionality as
RfcConnArgv3, allocating a static instance of RFC_CONNOPT_VERSION_3 internally, however.The syntax is:int SAP_API RfcConnArgv(char ** argv,
RFC_OPTIONS * rfc_opt,
RFC_CONNOPT_R3ONLY * connopt_r3only);
This function was used to build up the structures
RFC_OPTIONS, RFC_CONNOPT_R3ONLY or RFC_CONNOPT_CPIC from the command line in former releases and is included for backward compatibility.
Use the function
This function is defined in SAPRFC.H.
Return Value:
Function Parameters:
Command line to be parsed.
Option structure to be filled.
Option extension for R/3 connection (a valid pointer must be supplied all the time).
See also RfcConnArgv3.