|
msiobjput_http |
( |
msParam_t * |
inMSOPath, |
|
|
msParam_t * |
inCacheFilename, |
|
|
msParam_t * |
inFileSize, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Puts an http/https/ftp object file
- Module:
- msoDrivers_http
- Since:
- 3.0
- Author:
- Arcot Rajasekar
- Date:
- 2011
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inMSOPath | - a STR_MS_T path string to external resource |
[in] | inCacheFilename | - a STR_MS_T cache file containing data to be written out |
[in] | inFileSize | - a STR_MS_T size of inCacheFilename |
[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 191 of file msoHttpMS.c.
|