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