|
SAP NetWeaver RFC SDK 7.50
|
Structure used for connecting to a backend system via RfcOpenConnection() or RfcRegisterServer(). More...
Public Attributes | |
| const SAP_UC * | name |
| The name of the connection parameter, like ashost, user, client. More... | |
| const SAP_UC * | value |
| The value of the given parameter. More... | |
Structure used for connecting to a backend system via RfcOpenConnection() or RfcRegisterServer().
For a list of supported parameters see these two functions or the file sapnwrfc.ini, which gives a complete list of all possible connection parameters.
Definition at line 515 of file sapnwrfc.h.
| const SAP_UC* _RFC_CONNECTION_PARAMETER::name |
The name of the connection parameter, like ashost, user, client.
Definition at line 517 of file sapnwrfc.h.
| const SAP_UC* _RFC_CONNECTION_PARAMETER::value |
The value of the given parameter.
Definition at line 518 of file sapnwrfc.h.