The parameters for CSNDKRR.
- rule_array_count
| Direction: |
Input |
| Type: |
Integer |
A pointer to an integer variable containing the number of elements in the rule_array
variable. This value must be 0.
- rule_array
| Direction: |
Input |
| Type: |
String array |
This parameter is ignored.
- key_label
| Direction: |
Input |
| Type: |
String |
The label of the record to be read, a 64-byte character string.
- key_token_length
| Direction: |
Input/Output |
| Type: |
Integer |
The length of the area to which the record is to be returned. On successful completion of
this verb, key_token_length will contain the actual length of the record
returned.
- key_token
| Direction: |
Output |
| Type: |
String |
This is the area into which the returned record will be written. The area should be at least
as long as the record.