RemoveImportParam (by Name) 

Purpose

Removes an import parameter object from a function object.

Syntax

BOOL RemoveImportParam (CSTR strParamName);

Return Value

TRUE if successful, FALSE otherwise.

Parameters

strParamName: The name of the import parameter in the import 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)

RemoveExportParam (by Name)

RemoveImportParam (by Index)

RemoveTableParam (by Index)

RemoveTableParam (by Name)