Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.BuildTargetKey

Syntax

void BuildTargetKey(CTFIND_MODE FindMode, IntPtr targetkey, ref int targetlen);

void BuildTargetKey(CTFIND_MODE FindMode, byte[] targetkey, ref int targetlen);

Parameters

  • FindMode [in] The find modes are: CTFIND_EQ, CTFIND_LT, CTFIND_LE, CTFIND_GT and CTFIND_GE.
  • targetkey [out] target key buffer
  • targetlen [in/out] target key length. Before calling BuildTargetKey() set targetlen with the size of targetkey buffer.

Description

Build a target key based on data in record buffer

Return

None.

See Also

FindTarget()

TOCIndex