Parameter
|
Type
|
Description
|
IN
|
|
|
hCaseElem
|
int64
|
Element handle of the WHEN-THEN expression.
|
OUT
|
|
|
phWhenValExp
|
int64
|
The handle to the WHEN value expression. This value is set only when the Case is a simple Case expression.
|
phWhenBoolExp
|
int64
|
The handle to the WHEN boolean expression. This value is set only when the Case is a searched Case expression.
|
phResValExp
|
int64
|
The handle to the result expression.
|
RETURN
|
|
|
|
int
|
DAM_SUCCESS – on success
DAM_FAILURE – on failure
|