CopyAllFieldInfo 

Purpose

Copies the entire list of RFC field information from another CRfcComplexParam object.

Syntax

void CopyAllFieldInfo(const CRfcComplexParam pSourceParam);

Parameters

pSourceParam: Pointer to the CRfcComplexParam object whose list of field information is to be copied.

Exceptions

Throws const char* for memory exceptions.

Related Information

The RFC_FIELD_INFO Structure