Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::GetFieldAddress

Syntax

pVOID GetFieldAddress(NINT FieldNbr)

pVOID GetFieldAddress(const CTString& FieldName)

Parameters

  • FieldNbr [in] The field number.
  • FieldName [in] The field name.

Description

Retrieves the field address in the record buffer.

Return

GetFieldAddress() returns the field address.

See also

GetFieldSize(), GetFieldName(), GetFieldType(), GetFieldOffset()

TOCIndex