RemoveExportParam (by Name) 

Purpose

Removes an export parameter object from a function object.

Syntax

BOOL RemoveExportParam (CSTR strParamName);

Return Value

TRUE if successful, FALSE otherwise.

Parameters

strParamName: The name of the export parameter in the export parameter list.

Description

If the class library creates the parameter internally, it deletes it Otherwise, you must delete the parameter explicitly in any application that uses it.

Related Information

RemoveExportParam (by Index)

RemoveImportParam (by Index)

RemoveImportParam (by Name)

RemoveTableParam (by Index)

RemoveTableParam (by Name)