AddFieldInfo (Multiple Fields) 

Purpose

Adds information for multiple fields into the parameter.

Syntax

void AddFieldInfo(const RFC_FIELD_INFO* pFieldsInfo, int nFieldCount);

Parameters

Exceptions

Throws const char* for memory exceptions.

Description

The order in which each field’s information appears in the RFC_FIELD_INFO array parameter does not matter. Nor does it matter if the array does not contain information for all fields. It is only necessary to add in information for those fields whose values need to accessed later.

Related Information

AddFieldInfo (Single Field)