|
msiobjget_slink |
( |
msParam_t * |
inRequestPath, |
|
|
msParam_t * |
inFileMode, |
|
|
msParam_t * |
inFileFlags, |
|
|
msParam_t * |
inCacheFilename, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Gets an SLINK object
- Module:
- msoDrivers_slink
- Since:
- 3.0
- Author:
- Arcot Rajasekar
- Date:
- 2011
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inRequestPath | - a STR_MS_T request string to external resource |
[in] | inFileMode | - a STR_MS_T mode of cache file creation |
[in] | inFileFlags | - a STR_MS_T flags for cache file creation |
[in] | inCacheFilename | - a STR_MS_T cache file name (full path) |
[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 66 of file msoSlinkMS.c.
|