|
msiXmsgCreateStream |
( |
msParam_t * |
inConnParam, |
|
|
msParam_t * |
inGgetXmsgTicketInpParam, |
|
|
msParam_t * |
outXmsgTicketInfoParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice creates a new Message Stream.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Arcot Rajasekar
- Date:
- 2008-05
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inConnParam | - a msParam of type RcComm_MS_T which is a connection descriptor obtained by msiXmsgServerConnect. |
[in] | inGgetXmsgTicketInpParam | - a msParam of type GetXmsgTicketInp_MS_T which is actually an integer giving expiration time. |
[out] | outXmsgTicketInfoParam | - a msParam of type XmsgTicketInfo_MS_T which is an information struct for the ticket generated for this stream. |
[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:
- msiXmsgServerConnect should have been done earlier to get the inConnParam.
- Postcondition:
- none
- See also:
- msiXmsgServerConnect
Definition at line 122 of file xmsgMS.c.
|