|
msiPrintGenQueryOutToBuffer |
( |
msParam_t * |
queryOut, |
|
|
msParam_t * |
format, |
|
|
msParam_t * |
buffer, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Writes the contents of a GenQueryOut_MS_T into a BUF_LEN_MS_T.
- Module:
- core
- Author:
- Antoine de Torcy
- Date:
- 2009-12-16
- Note:
- This microservice writes the contents of a GenQueryOut_MS_T into a BUF_LEN_MS_T. The results can be formatted with an optional C-style format string the same way it is done in iquest.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | queryOut | - Required - A GenQueryOut_MS_T. |
[in] | format | - Optional - A STR_MS_T with a C-style format string, like in iquest. |
[out] | buffer | - A BUF_LEN_MS_T |
[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 973 of file nre.genQueryMS.c.
|