Purpose
Uses the RFC_HANDLE parameter to establish a new CRfcConnection object.
Syntax
void FromHandle(RFC_HANDLE RfcHandle, BOOL ISClient);
Parameters
RfcHandle
: The RFC handle.IsClient: Boolean parameter that determines if the application is a client program.
Return Value
None
.Exceptions
Throws const char* for memory exceptions.
Throws RFC_ERROR_INFO for RfcCall failure.
Description
This function uses a given RFC handle to establish a new connection.