|
msiPropertiesExists |
( |
msParam_t * |
listParam, |
|
|
msParam_t * |
keywordParam, |
|
|
msParam_t * |
trueFalseParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- check for a property in a list
- Module:
- properties
- Since:
- pre-2.1
- Author:
- David R. Nadeau / University of California, San Diego
- Date:
- 2007
- Note:
- Return true (integer 1) if the keyword has a property value in the property list, and false (integer 0) otherwise. The property list is unmodified.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in,out] | listParam | - a KeyValPair_MS_T, the property list to look in |
[in] | keywordParam | - a STR_MS_T, a keyword to set |
[out] | trueFalseParam | - a INT_MS_T, true if set |
[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 405 of file propertiesMS.c.
|