ReplaceTableParam 

Purpose

Replaces a table parameter object in a function object with a new table parameter object of the same type.

Syntax

BOOL ReplaceTableParam (CRfcTableParam * newParam);

Return Value

TRUE if successful, FALSE otherwise.

Parameters

newParam: a pointer to the new table parameter object.

Description

If an application internally creates a copy of the parameter to be replaced in the class library, it also deletes it. Otherwise, you must explicitly delete the old parameter object in your applications.

Related Information

ReplaceExportParam