GetFieldCount 

Purpose

Obtains the number of fields in the parameter structure.

Syntax

int GetFieldCount (void) const;

Return Value

Integer count.

Description

For this function to return the correct total number of fields, at least the field information for the last field need to be provided, using either of the AddFieldInfo methods.

Related Information

AddFieldInfo (Multiple Fields)

AddFieldInfo (Single Field)