|
msiGetAuditTrailInfoByActionID |
( |
msParam_t * |
inpParam1, |
|
|
msParam_t * |
inpParam2, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This function gets audit trail information by the action identifier
- Module:
- ERA
- Since:
- pre-2.1
- Author:
- Antoine de Torcy
- Date:
- 10/2007
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inpParam1 | - a msParam of type STR_MS_T |
[in] | inpParam2 | - a msParam of type BUF_LEN_MS_T |
[out] | outParam | - a msParam of operation status INT_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 231 of file auditMS.c.
|