Brief Index      Full Index      Events Index      I.M. Reference

Copy_Segment_With_Mapping

Functions

HC_KEY Copy_Segment_With_Mapping (const char *source_seg, const char *destination, int count, const HC_KEY *interesting_keys, HC_KEY *copied_keys)

Function Documentation

HC_KEY Copy_Segment_With_Mapping ( const char *  source_seg,
const char *  destination,
int  count,
const HC_KEY *  interesting_keys,
HC_KEY *  copied_keys 
)

Allows the user to provide a list of keys from the segment to be copied, and returns a list of corresponding keys from the resulting copied segment.

Parameters:
source_segName of the segment to be copied.
destinationName of the receiving segment.
countSize of the interesting_keys array.
interesting_keysList of keys to be copied.
copied_keysNew identifiers of the created segments. Passed by reference. Returned to user.

DETAILS

See also:
Copy_Segment, Include_Segment, Rename_Segment, Open_Segment, Close_Segment, Delete_Segment.

Brief Index      Full Index      Events Index      I.M. Reference