Purpose
Replaces an export parameter object in a function object with a new export parameter object of the same type.
Syntax
BOOL ReplaceExportParam (CRfcImpExpParam * newParam);
Return Value
TRUE if successful, FALSE otherwise.
Parameters
newParam
: A pointer to the new export 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
ReplaceTableParam