|
msiz3950Submit |
( |
msParam_t * |
serverName, |
|
|
msParam_t * |
query, |
|
|
msParam_t * |
recordSyntax, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Retrieves a record from a Z39.50 server
- Module:
- Z3950
- Since:
- after 2.4.1
- Author:
- Rahul Deshmukh and Terrell Russell, SILS at UNC-Chapel Hill
- Date:
- Summer 2010
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | serverName | - a STR_MS_T containing the name of the Z39.50 server |
[in] | query | - a STR_MS_T containing the input query to the Z39.50 server |
[in] | recordSyntax | - a STR_MS_T containing the preferred syntax for the returned record |
[out] | outParam | - a STR_MS_T containing the retrieved record |
[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 53 of file z3950ClientMS.c.
|