|
msiGetSessionVarValue |
( |
msParam_t * |
inpVar, |
|
|
msParam_t * |
outputMode, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Gets the value of a session variable in the rei
- Module:
- core
- Since:
- 2.3
- Author:
- Michael Wan
- Date:
- 2009-06-15
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inpVar | - A STR_MS_T which specifies the name of the session variable to output. The input session variable should NOT start with the "$" character. An input value of "all" means output all valid session variables. |
[in] | outputMode | - A STR_MS_T which specifies the output mode. Valid modes are:
- "server" - log the output to the server log
- "client" - send the output to the client in rError
- "all" - both client and server
|
[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:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 358 of file msiHelper.c.
|