|
msiExit |
( |
msParam_t * |
inpParam1, |
|
|
msParam_t * |
inpParam2, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Add a user message to the error stack.
- Module:
- core
- Since:
- after 2.4.1
- Author:
- Jean-Yves Nief
- Date:
- 2010-11-22
- Note:
- This call should only be used through the rcExecMyRule (irule) call i.e., rule execution initiated by clients and should not be called internally by the server since it interacts with the client through the normal client/server socket connection.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inpParam1 | - A STR_MS_T which specifies the status error to add to the error stack. |
[in] | inpParam2 | - A STR_MS_T which specifies the message to add to the error stack. |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- N/A
- Postcondition:
- N/A
- See also:
- N/A
Definition at line 748 of file msiHelper.c.
|