|
int msiGetRescAddr |
( |
msParam_t * |
rescName, |
|
|
msParam_t * |
outAddress, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
msiGetRescAddr
- Parameters:
-
[in] | rescName | the resource name |
[out] | outAddress | the returned IP address |
[in,out] | rei | the rule execution information |
- Returns:
- the status code, 0 on success
Definition at line 65 of file examplesMS.c.
|