|
int msiHello |
( |
msParam_t * |
name, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
Hello world example.
- Parameters:
-
[in] | name | the name of a person |
[out] | outParam | the output hello message |
[in,out] | rei | the rule execution information |
- Returns:
- the status code, 0 on success
Definition at line 28 of file examplesMS.c.
|