SAP NetWeaver RFC SDK 7.50
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
_RFC_CONNECTION_PARAMETER Struct Reference

Structure used for connecting to a backend system via RfcOpenConnection() or RfcRegisterServer(). More...

Public Attributes

const SAP_UCname
 The name of the connection parameter, like ashost, user, client. More...
 
const SAP_UCvalue
 The value of the given parameter. More...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: