Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetFieldAddress

Syntax

pVOID GetFieldAddress(int FieldNbr)

pVOID GetFieldAddress(String 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

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

TOCIndex