PowerCenter
- PowerCenter 10.4.0
- All Products
INFA_EXPR_STATUS INFA_EXPR_FunctionGetUserInterface (IUNICHAR* nameSpaceName, IUNICHAR* functionName, INFA_EXPR_FUNCTION_METHODS* functions);
Argument | Datatype | Input/ Output | Description |
---|---|---|---|
nameSpaceName | IUNICHAR | Input | Namespace of the function. |
functionName | IUNICHAR | Input | Name of the custom function the plug-in should describe. |
function | INFA_EXPR_FUNCTION_METHODS | Input | Place holder for the function pointers to be invoked at the function instance-level. |