ReplaceImportParam 

Purpose

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

Syntax

BOOL ReplaceImportParam (CRfcImpExpParam * newParam);

Return Value

TRUE if successful, FALSE otherwise.

Parameters

newParam: A pointer to the new import 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

ReplaceTableParam